The API endpoint provides more than 7 years of one-minute historical prices and volumes. The data is available for over 10,000 securities, including US stocks, international stocks, and exchange-traded funds. 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/minute-prices?identifier=MSFT&date=2020-01-15| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for a security. | MSFT |
| date | string | The date in YYYY-MM-DD format. | 2020-01-15 |
| 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 (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON. | json, csv |
[
{
"trading_symbol": "MSFT",
"time": "2020-01-15 20:59:00",
"open": 163.14,
"high": 163.26,
"low": 163.1,
"close": 163.25,
"volume": 5633.0
},
{
"trading_symbol": "MSFT",
"time": "2020-01-15 20:58:00",
"open": 163.065,
"high": 163.18,
"low": 163.055,
"close": 163.145,
"volume": 15777.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.