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 Previous Close API

With the Crypto Previous Close endpoint, you can get the previous day's last tick bar of the crypto market.

URL Schema

https://api.finage.co.uk/agg/crypto/prev-close/{ symbol }?apikey=YOUR_API_KEY

Example Request

https://api.finage.co.uk/agg/crypto/prev-close/BTCUSD?apikey=YOUR_API_KEY

Example Output

{
  "symbol": "BTCUSD",
  "totalResults": 1,
  "results": [
{
      "o": 55816.14,
      "h": 56850,
      "l": 54370,
      "c": 56672.24,
      "v": 57725.397404,
      "t": 1620691200000
    }
  ]
}

Input Parameters (* required field)

  • * symbolSymbol of the crypto

Output Parameters

  • symbolSymbol Name
  • totalResultsResult Count
  • oOpen Price
  • hHighest Price
  • lLowest Price
  • cClose Price
  • vVolume
  • tTimestamp
Crafted, simply, by Finage © 2025 | All rights reserved.