Stock Prices by Finmap.io
by finmap
Get accurate current & historical stock prices from the finmap.io API. A cost-effective tool for developers building trackers, models, or conducting analysis.
Opens on Apify.com
About Stock Prices by Finmap.io
Need reliable stock prices without the bloated enterprise price tag? This actor taps directly into the finmap.io API to deliver exactly that: accurate current and historical stock data you can build on. I use it for side projects and quick analyses because it’s straightforward and cost-effective. You get the core data points you need. Pull the latest price for any ticker, or chart its history with daily, weekly, or monthly intervals. It’s perfect for building simple portfolio trackers, backtesting trading ideas without overcomplicating things, or feeding clean financial data into your models. The focus is on dependable data from a solid source, without the fluff or complexity of bigger platforms. If you've ever been frustrated by free API limits or the sheer cost of premium financial data feeds, this actor strikes a great balance. It’s a focused tool that does one job well. The team behind the source API is responsive too, so if you have specific questions about the data, they're there to help. For developers who need clean, affordable stock data piped directly into their workflows, this is a solid go-to.
What does this actor do?
Stock Prices by Finmap.io is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Stock Prices by Finmap.io
Retrieves current and historical price data for stocks from over 62 countries. Pay per result row at a rate of $0.0005/row.
Key Features
- Fetch current or historical stock prices.
- Choose data intervals:
daily,weekly, ormonthly. - Clean, structured JSON output for easy integration.
- Export results to CSV or other formats.
- 24-hour customer support for subscribers.
How to Use
Configure the actor run with an input object specifying your data request. The core required fields are symbols, exchange, and price_type.
Input & Output
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
exchange |
string | Yes | The stock exchange (e.g., "NASDAQ"). Use "I Don't Know" if unsure. |
price_type |
string | Yes | "latest" for current price or "historical" for past data. |
symbols |
array | Yes | List of ticker symbols (e.g., ["AAPL", "MSFT"]). |
startDate |
string | No* | Start date for historical data (YYYY-MM-DD). *Required if price_type is "historical". |
endDate |
string | No* | End date for historical data (YYYY-MM-DD). *Required if price_type is "historical". |
interval |
string | No | Interval for historical data: daily, weekly, or monthly. |
order |
boolean | No | true for ascending date order, false (default) for descending. |
Example: Get Latest Prices
Input:
{
"symbols": ["AAPL", "MSFT"],
"exchange": "NASDAQ",
"price_type": "latest"
}
Output:
[
{
"symbol": "AAPL",
"open": 226.875,
"close": 230.03,
"high": 230.45,
"low": 226.65,
"volume": 50208578,
"datetime": "2025-09-12 06:38:27+00:00"
},
{
"symbol": "MSFT",
"open": 502.25,
"close": 501.01,
"high": 503.17,
"low": 497.88,
"volume": 18881608,
"datetime": "2025-09-12 06:38:28+00:00"
}
]
Example: Get Historical Prices
Input:
{
"symbols": ["NVDA"],
"exchange": "NASDAQ",
"price_type": "historical",
"startDate": "2025-01-01",
"endDate": "2025-04-01",
"interval": "daily",
"order": false
}
Output: An array of objects with symbol, open, close, high, low, volume, and datetime for each interval in the date range.
Terms Note
This tool provides market data for informational purposes. It is not financial advice. We are not responsible for investment decisions or losses resulting from data inaccuracies or market changes.
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Stock Prices by Finmap.io now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- finmap
- Pricing
- Paid
- Total Runs
- 164
- Active Users
- 8
Related Actors
Web Scraper
by apify
Cheerio Scraper
by apify
Website Content Crawler
by apify
Legacy PhantomJS Crawler
by apify
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support