This API endpoint allows you to retrieve daily historical cryptocurrency prices and trading volumes. The data covers major cryptocurrency pairs. There is a limit of 300 records per API call.
https://financialdata.net/api/v1/crypto-prices?identifier=BTCUSD| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for the cryptocurrency pair. | BTCUSD |
| offset | integer | (Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0. | 300 |
| 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",
"date": "2025-07-30",
"open": 117950.75,
"high": 118792.0,
"low": 115796.23,
"close": 117840.3,
"volume": 15586.73631
},
{
"trading_symbol": "BTCUSD",
"date": "2025-07-29",
"open": 118062.32,
"high": 119273.36,
"low": 116950.75,
"close": 117950.76,
"volume": 15137.93445
},
...
]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.