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.
https://financialdata.net/api/v1/forex-symbols| Name | Type | Description | Example |
|---|---|---|---|
| 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": "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"
},
...
]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.