Forex Quotes API

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.

API Endpoint

https://financialdata.net/api/v1/forex-quotes?identifiers=EURUSD,GBPUSD

Query Parameters

NameTypeDescriptionExample
identifiersstringThe trading symbols for the currency pairs.EURUSD,GBPUSD
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",
    "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
  }
]
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.