The API endpoint allows you to retrieve one-minute historical exchange-traded fund (ETF) prices and volumes. The data covers several thousand major ETFs. The timezone used for time values is UTC (Coordinated Universal Time). There is a limit of 300 records per API call.
https://financialdata.net/api/v1/etf-minute-prices?identifier=SPY&date=2026-05-26| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for an ETF. | SPY |
| date | string | The date in YYYY-MM-DD format. | 2026-05-26 |
| offset | integer | (Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0. | 300 |
| format | string | (Optional) The format of the returned data, either JSON or CSV. Defaults to JSON. | json, csv |
[
{
"trading_symbol": "SPY",
"time": "2026-05-26 19:59:00",
"open": 750.16,
"high": 750.46,
"low": 750.04,
"close": 750.46,
"volume": 82505.0
},
{
"trading_symbol": "SPY",
"time": "2026-05-26 19:58:00",
"open": 750.5,
"high": 750.5,
"low": 750.12,
"close": 750.16,
"volume": 32228.0
},
...
]Get your API key instantly and start pulling data into your application.
Get Your API KeyOur robust architecture guarantees 99.9% uptime for uninterrupted API access.
Native Python SDK and REST support make data integration seamless.
The official MCP server delivers financial data directly to your AI agents.