API Documentation
Access real-time and historical market data with easy-to-integrate RESTful endpoints.

Products

high demand High demand

Endpoint

6 endpoint(s) for Crypto
Search Icon
  • Crypto Last Trade API
  • Crypto Last Quote API
  • Crypto Aggregates API
  • Crypto Previous Close API
  • Crypto Converter API
  • Crypto Snapshot API

Crypto Last Quote API

You can get the last quote prices in Real-Time with this endpoint.

URL Schema

https://api.finage.co.uk/last/quote/crypto/{ symbol }?apikey=YOUR_API_KEY

Example Request

https://api.finage.co.uk/last/quote/crypto/btcusd?apikey=YOUR_API_KEY

Example Output

{
  "symbol": "BTCUSD",
  "ask": 56385.07,
  "asize": 0.075349,
  "bid": 56385.06,
  "bsize": 0.36976,
  "timestamp": 1620757064667
}

Input Parameters (* required field)

  • * symbolSymbol Name (eg: BTCUSD)

Output Parameters

  • symbolSymbol name
  • askAsk price
  • asizeAsk size
  • bidBid price
  • bsizeBid size
  • timestampTimestamp [ms]
Crafted, simply, by Finage © 2025 | All rights reserved.