Get more than 10 years of daily historical stock prices and volumes. Data is available for the following stock exchanges: Toronto, London, Frankfurt, Euronext Paris, Euronext Amsterdam, Tokyo, Hong Kong, Singapore, Indonesia, Malaysia, Korea, Brazil, Mexico, India, Bombay. There is a limit of 300 records per API call.
https://financialdata.net/api/v1/international-stock-prices?identifier=SHEL.L| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for a security. | SHEL.L |
| 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": "SHEL.L",
"date": "2025-05-02",
"open": 2493.0,
"high": 2543.5,
"low": 2461.5,
"close": 2486.5,
"volume": 12476281.0
},
{
"trading_symbol": "SHEL.L",
"date": "2025-05-01",
"open": 2405.0,
"high": 2446.0,
"low": 2373.0,
"close": 2436.5,
"volume": 4203522.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.