Forex Minute Prices API

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.

API Endpoint

https://financialdata.net/api/v1/forex-minute-prices?identifier=EURUSD&date=2025-01-15

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for the currency pair.EURUSD
datestringThe date in YYYY-MM-DD format.2025-01-15
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.300
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "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
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.