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 Aggregates API

With the Crypto Market Aggregates API, you can get the tick bars of the crypto market.

URL Schema

https://api.finage.co.uk/agg/crypto/{ symbol }/{ multiply }/{ time }/{ from }/{ to }?apikey=YOUR_API_KEY

Example Request

https://api.finage.co.uk/agg/crypto/BTCUSD/1/day/2020-02-05/2020-02-07?apikey=YOUR_API_KEY

Example Output

{
  "symbol": "BTCUSD",
  "totalResults": 3,
  "results": [
{
      "o": 9164.33,
      "h": 9775,
      "l": 9142.52,
      "c": 9613.82,
      "v": 54480.149862462065,
      "t": 1580860800000
    },
{
      "o": 9613.91,
      "h": 9863.39,
      "l": 9520,
      "c": 9763.01,
      "v": 61112.15618754777,
      "t": 1580947200000
    },
{
      "o": 9763.01,
      "h": 9885,
      "l": 9683.9,
      "c": 9805.2,
      "v": 45132.69009042265,
      "t": 1581033600000
    }
  ]
}

Input Parameters (* required field)

  • * symbolSymbol of the crypto
  • * multiplyTime multiplier [1, 3, 5, 15, 30]
  • * timeSize of the time. [minute, hour, day, week, month]
  • * fromStart date
  • * toEnd date
  • limitLimit of the results. Default is 100, maximum allowed limit is 50000. Please set a limit if you are using the API in the production.
  • sortYou can sort the results by timestamp. asc will return ascending results oldest to newest, desc will return descending results newest to oldest. Default is asc.

Output Parameters

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