This API endpoint allows you to retrieve daily historical forex prices and trading volumes. The data covers major currency pairs. There is a limit of 300 records per API call.
https://financialdata.net/api/v1/forex-prices?identifier=EURUSD| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for the currency pair. | EURUSD |
| 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": "EURUSD",
"date": "2025-12-23",
"open": 1.17896,
"high": 1.18072,
"low": 1.17718,
"close": 1.17748,
"volume": 89168.0
},
{
"trading_symbol": "EURUSD",
"date": "2025-12-22",
"open": 1.1753,
"high": 1.18014,
"low": 1.17521,
"close": 1.17924,
"volume": 101718.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.