ETF Prices by Finmap.io

ETF Prices by Finmap.io

by finmap

Get accurate current & historical ETF prices (daily, weekly, monthly) via the finmap.io API. A low-cost, reliable data source for developers and analysts.

138 runs
7 users
Try This Actor

Opens on Apify.com

About ETF Prices by Finmap.io

Need reliable, up-to-the-minute ETF data without the hefty price tag of a Bloomberg terminal? This actor pulls accurate current and historical ETF pricing directly from the finmap.io API, and I've found it to be a solid, cost-effective solution for my projects. Whether you're backtesting a trading algorithm, building a financial dashboard, or just need to populate a model with clean data, it delivers. You can get historical prices at daily, weekly, or monthly intervals, which covers most analytical needs. The setup is straightforward, and the data feeds integrate cleanly into automated workflows. I use it primarily for gathering bulk data for quantitative research, and it saves me from manually scraping or purchasing expensive datasets. If you're a developer or analyst looking for programmatic access to ETF prices, this is a practical tool to have in your stack. The team behind it is responsive, so if you run into specific questions about the data or intervals, they're easy to reach.

What does this actor do?

ETF 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

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

ETF Price API by Finmap.io

An Apify actor that fetches current and historical price data for ETFs (Exchange-Traded Funds). It's designed for developers, analysts, and automated systems needing reliable market data on demand. Pricing is usage-based at $0.0005 per row of results.

Key Features

  • Current & Historical Data: Fetch the latest price or historical data within a specified date range.
  • Flexible Intervals: For historical data, choose daily, weekly, or monthly aggregation.
  • Broad Coverage: Supports ETFs from over 62 countries.
  • Structured Output: Returns clean JSON with standard OHLCV (Open, High, Low, Close, Volume) fields.
  • Export Options: Results can be downloaded as CSV or other common formats.
  • Cost Control: Pay only for the data rows you receive.

How to Use

Configure the actor run using the input schema. The core parameters are price_type and symbols.

  • For the latest price, set "price_type": "latest".
  • For historical data, set "price_type": "historical" and provide startDate and endDate.

Input / Output

Input Schema

Field Type Required Description
exchange string Yes Currently, use "None" or "I Don't Know".
price_type string Yes "latest" or "historical".
symbols array Yes List of ETF symbols (e.g., ["SPY", "QQQ"]).
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 For historical data: "daily", "weekly", or "monthly".
order boolean No true or false. Sorts historical data chronologically if true.

Example: Latest Price

Input:

{
  "exchange": "None",
  "price_type": "latest",
  "symbols": ["SPY", "QQQ"]
}

Output:

[
  {
    "symbol": "SPY",
    "open": 661.47,
    "close": 660,
    "high": 661.78,
    "low": 659.21,
    "volume": 61168953,
    "datetime": "2025-09-17 06:41:40+00:00"
  }
]

Example: Historical Price

Input:

{
  "exchange": "AMEX",
  "price_type": "historical",
  "symbols": ["SPY"],
  "startDate": "2025-01-01",
  "endDate": "2025-04-01",
  "interval": "monthly"
}

Output:

[
  {
    "symbol": "SPY",
    "open": 589.39,
    "close": 584.64,
    "high": 591.13,
    "low": 580.5,
    "volume": 50203975,
    "datetime": "2025-01-02"
  }
]

Note: This tool provides market data for informational purposes. It is not financial advice. We are not responsible for investment decisions made using this data.

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 ETF Prices by Finmap.io now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
finmap
Pricing
Paid
Total Runs
138
Active Users
7
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support