Crypto Quotes API

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.

API Endpoint

https://financialdata.net/api/v1/crypto-quotes?identifiers=BTCUSD,ETHUSD

Query Parameters

NameTypeDescriptionExample
identifiersstringThe trading symbols for the cryptocurrency pairs.BTCUSD,ETHUSD
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",
    "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
  }
]
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.