Crypto Prices API

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.

API Endpoint

https://financialdata.net/api/v1/crypto-prices?identifier=BTCUSD

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for the cryptocurrency pair.BTCUSD
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.300
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": "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
  },
  ...
]
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.