The API endpoint provides more than 10 years of daily historical stock prices and volumes. The data covers several thousand US and international companies. There is a limit of 300 records per API call.
https://financialdata.net/api/v1/stock-prices?identifier=MSFT| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for a security. | MSFT |
| 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",
"date": "2024-12-04",
"open": 433.03,
"high": 439.67,
"low": 432.63,
"close": 437.42,
"volume": 26009430.0
},
{
"trading_symbol": "MSFT",
"date": "2024-12-03",
"open": 429.84,
"high": 432.47,
"low": 427.74,
"close": 431.2,
"volume": 18301990.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.