Etf Prices API

An exchange-traded fund (ETF) is a type of investment fund that trades on the stock exchange. ETFs own financial assets such as stocks, bonds, currencies, futures contracts, or commodities. Our API provides more than 10 years of end-of-day historical prices and volumes for major exchange-traded funds. There is a limit of 300 records per API call.

API Endpoint

https://financialdata.net/api/v1/etf-prices?identifier=SPY

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for an ETF.SPY
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.300
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "trading_symbol": "SPY",
    "date": "2024-12-03",
    "open": 603.39,
    "high": 604.16,
    "low": 602.341,
    "close": 603.91,
    "volume": 26906630.0
  },
  {
    "trading_symbol": "SPY",
    "date": "2024-12-02",
    "open": 602.97,
    "high": 604.32,
    "low": 602.47,
    "close": 603.63,
    "volume": 31745990.0
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.