The API endpoint allows you to retrieve one-minute historical forex prices and volumes. The data covers major currency pairs. 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/forex-minute-prices?identifier=EURUSD&date=2025-01-15| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for the currency pair. | EURUSD |
| date | string | The date in YYYY-MM-DD format. | 2025-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": "EURUSD",
"time": "2025-01-15 23:59:00",
"open": 1.02944,
"high": 1.02948,
"low": 1.02939,
"close": 1.02945,
"volume": 42.0
},
{
"trading_symbol": "EURUSD",
"time": "2025-01-15 23:58:00",
"open": 1.02941,
"high": 1.02943,
"low": 1.02941,
"close": 1.02942,
"volume": 17.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.