← Finance & Currency

Crypto OHLC

GET /crypto/ohlc/:coin_id

Get Open/High/Low/Close price data for a cryptocurrency on a specific date. Computed from the 10-minute snapshots stored throughout the day. Perfect for candlestick charts and daily price summaries.

See it visualized

Parameters

date optional default: today

Date (YYYY-MM-DD)

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/crypto/ohlc/bitcoin?date=2026-03-28"

Live Response

{
  "coin_id": "bitcoin",
  "count": 42,
  "data": [
    {
      "close": 79018.0,
      "high": 79128.0,
      "low": 78233.0,
      "open": 78455.0,
      "timestamp": "2026-08-27T00:00:00Z"
    },
    {
      "close": 78812.0,
      "high": 79018.0,
      "low": 78603.0,
      "open": 79018.0,
      "timestamp": "2026-08-27T04:00:00Z"
    },
    {
      "close": 79075.0,
      "high": 79075.0,
      "low": 78598.0,
      "open": 78817.0,
      "timestamp": "2026-08-27T08:00:00Z"
    },
    {
      "close": 79471.0,
      "high": 80475.0,
      "low": 79045.0,
      "open": 79074.0,
      "timestamp": "2026-08-27T12:00:00Z"
    },
    {
      "close": 80329.0,
      "high": 80745.0,
      "low": 79031.0,
      "open": 79479.0,
      "timestamp": "2026-08-27T16:00:00Z"
    },
    {
      "close": 79939.0,
      "high": 80793.0,
      "low": 79795.0,
      "open": 80329.0,
      "timestamp": "2026-08-27T20:00:00Z"
    },
    {
      "close": 80262.0,
      "high": 80405.0,
      "low": 79887.0,
      "open": 79938.0,
      "timestamp": "2026-08-28T00:00:00Z"
    },
    {
      "close": 79827.0,
      "high": 81282.0,
      "low": 79792.0,
      "open": 80268.0,
      "timestamp": "2026-08-28T04:00:00Z"
    },
    {
      "close": 79666.0,
      "high": 79992.0,
      "low": 79586.0,
      "open": 79818.0,
      "timestamp": "2026-08-28T08:00:00Z"
    },
    {
      "close": 79601.0,
      "high": 79826.0,
      "low": 79061.0,
      "open": 79687.0,
      "timestamp": "2026-08-28T12:00:00Z"
    },
    {
      "close": 78368.0,
      "high": 79734.0,
      "low": 78368.0,
      "open": 7.96e4,
      "timestamp": "2026-08-28T16:00:00Z"
    },
    {
      "close": 77534.0,
      "high": 78378.0,
      "low": 76962.0,
      "open": 78371.0,
      "timestamp": "2026-08-28T20:00:00Z"
    },
    {
      "close": 77829.0,
      "high": 77830.0,
      "low": 77314.0,
      "open": 77528.0,
      "timestamp": "2026-08-29T00:00:00Z"
    },
    {
      "close": 77514.0,
      "high": 77938.0,
      "low": 77514.0,
      "open": 77821.0,
      "timestamp": "2026-08-29T04:00:00Z"
    },
    {
      "close": 77651.0,
      "high": 77709.0,
      "low": 77384.0,
      "open": 77513.0,
      "timestamp": "2026-08-29T08:00:00Z"
    },
    {
      "close": 77584.0,
      "high": 77738.0,
      "low": 77498.0,
      "open": 77634.0,
      "timestamp": "2026-08-29T12:00:00Z"
    },
    {
      "close": 77854.0,
      "high": 78103.0,
      "low": 77536.0,
      "open": 77584.0,
      "timestamp": "2026-08-29T16:00:00Z"
    },
    {
      "close": 78176.0,
      "high": 78310.0,
      "low": 77856.0,
      "open": 77856.0,
      "timestamp": "2026-08-29T20:00:00Z"
    },
    {
      "close": 78228.0,
      "high": 78274.0,
      "low": 78061.0,
      "open": 78177.0,
      "timestamp": "2026-08-30T00:00:00Z"
    },
    {
      "close": 78138.0,
      "high": 78296.0,
      "low": 77995.0,
      "open": 78225.0,
      "timestamp": "2026-08-30T04:00:00Z"
    },
    {
      "close": 78116.0,
      "high": 78285.0,
      "low": 77996.0,
      "open": 78140.0,
      "timestamp": "2026-08-30T08:00:00Z"
    },
    {
      "close": 78153.0,
      "high": 78221.0,
      "low": 77963.0,
      "open": 78116.0,
      "timestamp": "2026-08-30T12:00:00Z"
    },
    {
      "close": 78809.0,
      "high": 78945.0,
      "low": 78153.0,
      "open": 78153.0,
      "timestamp": "2026-08-30T16:00:00Z"
    },
    {
      "close": 78844.0,
      "high": 79347.0,
      "low": 78755.0,
      "open": 78809.0,
      "timestamp": "2026-08-30T20:00:00Z"
    },
    {
      "close": 77689.0,
      "high": 78902.0,
      "low": 77162.0,
      "open": 78846.0,
      "timestamp": "2026-08-31T00:00:00Z"
    },
    {
      "close": 77740.0,
      "high": 78111.0,
      "low": 77388.0,
      "open": 77658.0,
      "timestamp": "2026-08-31T04:00:00Z"
    },
    {
      "close": 78188.0,
      "high": 78265.0,
      "low": 77450.0,
      "open": 77740.0,
      "timestamp": "2026-08-31T08:00:00Z"
    },
    {
      "close": 78285.0,
      "high": 78759.0,
      "low": 77979.0,
      "open": 78183.0,
      "timestamp": "2026-08-31T12:00:00Z"
    },
    {
      "close": 78546.0,
      "high": 78701.0,
      "low": 77758.0,
      "open": 78282.0,
      "timestamp": "2026-08-31T16:00:00Z"
    },
    {
      "close": 78921.0,
      "high": 79230.0,
      "low": 78491.0,
      "open": 78554.0,
      "timestamp": "2026-08-31T20:00:00Z"
    },
    {
      "close": 78547.0,
      "high": 79125.0,
      "low": 78387.0,
      "open": 78899.0,
      "timestamp": "2026-09-01T00:00:00Z"
    },
    {
      "close": 78661.0,
      "high": 78866.0,
      "low": 78190.0,
      "open": 78553.0,
      "timestamp": "2026-09-01T04:00:00Z"
    },
    {
      "close": 78611.0,
      "high": 79179.0,
      "low": 78488.0,
      "open": 78661.0,
      "timestamp": "2026-09-01T08:00:00Z"
    },
    {
      "close": 78072.0,
      "high": 78623.0,
      "low": 77762.0,
      "open": 78613.0,
      "timestamp": "2026-09-01T12:00:00Z"
    },
    {
      "close": 77901.0,
      "high": 78382.0,
      "low": 77523.0,
      "open": 78068.0,
      "timestamp": "2026-09-01T16:00:00Z"
    },
    {
      "close": 77270.0,
      "high": 77930.0,
      "low": 76454.0,
      "open": 77901.0,
      "timestamp": "2026-09-01T20:00:00Z"
    },
    {
      "close": 77411.0,
      "high": 77551.0,
      "low": 76938.0,
      "open": 77270.0,
      "timestamp": "2026-09-02T00:00:00Z"
    },
    {
      "close": 77529.0,
      "high": 77699.0,
      "low": 76726.0,
      "open": 77416.0,
      "timestamp": "2026-09-02T04:00:00Z"
    },
    {
      "close": 77448.0,
      "high": 77718.0,
      "low": 77285.0,
      "open": 77523.0,
      "timestamp": "2026-09-02T08:00:00Z"
    },
    {
      "close": 76773.0,
      "high": 77498.0,
      "low": 76298.0,
      "open": 77448.0,
      "timestamp": "2026-09-02T12:00:00Z"
    },
    {
      "close": 77241.0,
      "high": 77384.0,
      "low": 76591.0,
      "open": 76773.0,
      "timestamp": "2026-09-02T16:00:00Z"
    },
    {
      "close": 77285.0,
      "high": 77524.0,
      "low": 76952.0,
      "open": 77244.0,
      "timestamp": "2026-09-02T20:00:00Z"
    }
  ],
  "days": 7,
  "success": true
}