Forex Symbols API

Forex (foreign exchange) is a global decentralized marketplace for trading national currencies, facilitated by an interconnected network of banks and financial institutions. The API endpoint returns a list of forex currency pairs and corresponding data.

API Endpoint

https://financialdata.net/api/v1/forex-symbols

Query Parameters

NameTypeDescriptionExample
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": "AUDCAD",
    "base_asset": "AUD",
    "quote_asset": "CAD"
  },
  {
    "trading_symbol": "AUDCHF",
    "base_asset": "AUD",
    "quote_asset": "CHF"
  },
  {
    "trading_symbol": "AUDHKD",
    "base_asset": "AUD",
    "quote_asset": "HKD"
  },
  ...
]
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.