Get real-time cryptocurrency pair quotes, including the last price, change, and percentage change. Change is the price difference within a 24-hour time frame. 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/crypto-quotes?identifiers=BTCUSD,ETHUSD| Name | Type | Description | Example |
|---|---|---|---|
| identifiers | string | The trading symbols for the cryptocurrency pairs. | BTCUSD,ETHUSD |
| 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": "BTCUSD",
"base_asset": "BTC",
"quote_asset": "USD",
"time": "2025-09-02 21:01:00",
"price": 111394.68,
"change": 2563.62,
"percentage_change": 2.356
},
{
"trading_symbol": "ETHUSD",
"base_asset": "ETH",
"quote_asset": "USD",
"time": "2025-09-02 21:01:00",
"price": 4314.39,
"change": 27.29,
"percentage_change": 0.637
}
]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.