Get real-time forex quotes, including the last price, change, and percentage change. 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-quotes?identifiers=EURUSD,GBPUSD| Name | Type | Description | Example |
|---|---|---|---|
| identifiers | string | The trading symbols for the currency pairs. | EURUSD,GBPUSD |
| 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",
"base_asset": "EUR",
"quote_asset": "USD",
"time": "2025-12-22 14:43:32",
"price": 1.17631,
"change": 0.00527,
"percentage_change": 0.45
},
{
"trading_symbol": "GBPUSD",
"base_asset": "GBP",
"quote_asset": "USD",
"time": "2025-12-22 14:43:32",
"price": 1.34504,
"change": 0.00754,
"percentage_change": 0.56
}
]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.