The API endpoint allows you to retrieve one-minute historical cryptocurrency prices and volumes. The data covers major cryptocurrency pairs. 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-minute-prices?identifier=BTCUSD&date=2025-01-15| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for the cryptocurrency pair. | BTCUSD |
| date | string | The date in YYYY-MM-DD format. | 2025-01-15 |
| 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",
"time": "2025-01-15 23:59:00",
"open": 100497.35,
"high": 100497.36,
"low": 100497.35,
"close": 100497.35,
"volume": 8.7986
},
{
"trading_symbol": "BTCUSD",
"time": "2025-01-15 23:58:00",
"open": 100510.02,
"high": 100510.02,
"low": 100457.36,
"close": 100497.35,
"volume": 34.48309
},
...
]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.