← Finance & Currency

Crypto Price History

GET /crypto/history/:coin_id

Get historical price snapshots for any of the top 50 cryptocurrencies. Prices are recorded every 10 minutes, giving up to 144 data points per day per coin. Filter by date range or limit the number of results. Ideal for building price charts, backtesting strategies, and tracking price trends over time.

Parameters

limit optional default: 144

Max data points (up to 1000)

start_date optional

Start date (YYYY-MM-DD)

end_date optional

End date (YYYY-MM-DD)

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/crypto/history/bitcoin?limit=10"
Last 10 Bitcoin prices
curl "https://nordapi.ee/api/v1/crypto/history/bitcoin?limit=10"
Ethereum prices for a specific day
curl "https://nordapi.ee/api/v1/crypto/history/ethereum?start_date=2026-03-28&end_date=2026-03-28"
Solana price history (last 24h)
curl "https://nordapi.ee/api/v1/crypto/history/solana?limit=144"

Live Response

{
  "coin_id": "bitcoin",
  "count": 169,
  "data": [
    {
      "price_usd": 59603.99,
      "recorded_at": "2026-06-28T17:02:13Z"
    },
    {
      "price_usd": 59513.5,
      "recorded_at": "2026-06-28T18:01:44Z"
    },
    {
      "price_usd": 59524.94,
      "recorded_at": "2026-06-28T19:00:20Z"
    },
    {
      "price_usd": 59396.89,
      "recorded_at": "2026-06-28T20:01:37Z"
    },
    {
      "price_usd": 59569.66,
      "recorded_at": "2026-06-28T21:02:13Z"
    },
    {
      "price_usd": 59314.9,
      "recorded_at": "2026-06-28T22:00:57Z"
    },
    {
      "price_usd": 58971.24,
      "recorded_at": "2026-06-28T23:01:18Z"
    },
    {
      "price_usd": 59516.45,
      "recorded_at": "2026-06-29T00:02:11Z"
    },
    {
      "price_usd": 59536.76,
      "recorded_at": "2026-06-29T01:02:19Z"
    },
    {
      "price_usd": 59380.66,
      "recorded_at": "2026-06-29T02:01:00Z"
    },
    {
      "price_usd": 59661.55,
      "recorded_at": "2026-06-29T03:00:55Z"
    },
    {
      "price_usd": 59923.93,
      "recorded_at": "2026-06-29T04:00:50Z"
    },
    {
      "price_usd": 59726.33,
      "recorded_at": "2026-06-29T05:01:15Z"
    },
    {
      "price_usd": 59971.31,
      "recorded_at": "2026-06-29T06:02:29Z"
    },
    {
      "price_usd": 59998.28,
      "recorded_at": "2026-06-29T07:00:40Z"
    },
    {
      "price_usd": 59962.78,
      "recorded_at": "2026-06-29T08:01:21Z"
    },
    {
      "price_usd": 59766.58,
      "recorded_at": "2026-06-29T09:01:27Z"
    },
    {
      "price_usd": 59964.33,
      "recorded_at": "2026-06-29T10:02:04Z"
    },
    {
      "price_usd": 60001.17,
      "recorded_at": "2026-06-29T11:02:20Z"
    },
    {
      "price_usd": 59848.31,
      "recorded_at": "2026-06-29T12:00:11Z"
    },
    {
      "price_usd": 59879.19,
      "recorded_at": "2026-06-29T13:00:23Z"
    },
    {
      "price_usd": 59403.21,
      "recorded_at": "2026-06-29T14:01:49Z"
    },
    {
      "price_usd": 59322.4,
      "recorded_at": "2026-06-29T15:00:31Z"
    },
    {
      "price_usd": 59737.19,
      "recorded_at": "2026-06-29T16:01:17Z"
    },
    {
      "price_usd": 59799.45,
      "recorded_at": "2026-06-29T17:01:31Z"
    },
    {
      "price_usd": 60352.93,
      "recorded_at": "2026-06-29T18:01:26Z"
    },
    {
      "price_usd": 60185.86,
      "recorded_at": "2026-06-29T19:01:37Z"
    },
    {
      "price_usd": 60365.99,
      "recorded_at": "2026-06-29T20:01:34Z"
    },
    {
      "price_usd": 60208.6,
      "recorded_at": "2026-06-29T21:02:31Z"
    },
    {
      "price_usd": 60402.64,
      "recorded_at": "2026-06-29T22:02:29Z"
    },
    {
      "price_usd": 60277.65,
      "recorded_at": "2026-06-29T23:01:26Z"
    },
    {
      "price_usd": 60143.57,
      "recorded_at": "2026-06-30T00:00:14Z"
    },
    {
      "price_usd": 59763.77,
      "recorded_at": "2026-06-30T01:00:47Z"
    },
    {
      "price_usd": 59855.18,
      "recorded_at": "2026-06-30T02:00:00Z"
    },
    {
      "price_usd": 59877.69,
      "recorded_at": "2026-06-30T03:00:13Z"
    },
    {
      "price_usd": 59538.37,
      "recorded_at": "2026-06-30T04:01:41Z"
    },
    {
      "price_usd": 59400.64,
      "recorded_at": "2026-06-30T05:01:42Z"
    },
    {
      "price_usd": 59545.29,
      "recorded_at": "2026-06-30T06:01:28Z"
    },
    {
      "price_usd": 59488.13,
      "recorded_at": "2026-06-30T07:01:26Z"
    },
    {
      "price_usd": 59434.56,
      "recorded_at": "2026-06-30T08:01:31Z"
    },
    {
      "price_usd": 59224.1,
      "recorded_at": "2026-06-30T09:00:46Z"
    },
    {
      "price_usd": 59278.71,
      "recorded_at": "2026-06-30T10:02:30Z"
    },
    {
      "price_usd": 59290.66,
      "recorded_at": "2026-06-30T11:00:43Z"
    },
    {
      "price_usd": 59080.67,
      "recorded_at": "2026-06-30T12:01:49Z"
    },
    {
      "price_usd": 58361.62,
      "recorded_at": "2026-06-30T13:01:40Z"
    },
    {
      "price_usd": 58603.03,
      "recorded_at": "2026-06-30T14:02:23Z"
    },
    {
      "price_usd": 58424.4,
      "recorded_at": "2026-06-30T15:01:18Z"
    },
    {
      "price_usd": 58331.33,
      "recorded_at": "2026-06-30T16:01:06Z"
    },
    {
      "price_usd": 58375.42,
      "recorded_at": "2026-06-30T17:00:12Z"
    },
    {
      "price_usd": 58331.83,
      "recorded_at": "2026-06-30T18:01:49Z"
    },
    {
      "price_usd": 58579.53,
      "recorded_at": "2026-06-30T19:00:54Z"
    },
    {
      "price_usd": 58711.42,
      "recorded_at": "2026-06-30T20:01:26Z"
    },
    {
      "price_usd": 58668.24,
      "recorded_at": "2026-06-30T21:01:35Z"
    },
    {
      "price_usd": 58553.24,
      "recorded_at": "2026-06-30T22:00:29Z"
    },
    {
      "price_usd": 58519.11,
      "recorded_at": "2026-06-30T23:01:16Z"
    },
    {
      "price_usd": 58557.7,
      "recorded_at": "2026-07-01T00:00:33Z"
    },
    {
      "price_usd": 58474.57,
      "recorded_at": "2026-07-01T01:00:24Z"
    },
    {
      "price_usd": 58695.88,
      "recorded_at": "2026-07-01T02:00:14Z"
    },
    {
      "price_usd": 59007.48,
      "recorded_at": "2026-07-01T03:00:39Z"
    },
    {
      "price_usd": 59087.89,
      "recorded_at": "2026-07-01T04:00:42Z"
    },
    {
      "price_usd": 59240.81,
      "recorded_at": "2026-07-01T05:00:35Z"
    },
    {
      "price_usd": 59056.08,
      "recorded_at": "2026-07-01T06:01:49Z"
    },
    {
      "price_usd": 58660.38,
      "recorded_at": "2026-07-01T07:00:51Z"
    },
    {
      "price_usd": 58678.89,
      "recorded_at": "2026-07-01T08:01:43Z"
    },
    {
      "price_usd": 58884.75,
      "recorded_at": "2026-07-01T09:00:58Z"
    },
    {
      "price_usd": 58866.76,
      "recorded_at": "2026-07-01T10:00:51Z"
    },
    {
      "price_usd": 58590.05,
      "recorded_at": "2026-07-01T11:01:59Z"
    },
    {
      "price_usd": 58541.6,
      "recorded_at": "2026-07-01T12:01:16Z"
    },
    {
      "price_usd": 58448.23,
      "recorded_at": "2026-07-01T13:01:33Z"
    },
    {
      "price_usd": 59312.93,
      "recorded_at": "2026-07-01T14:00:40Z"
    },
    {
      "price_usd": 59466.02,
      "recorded_at": "2026-07-01T15:00:18Z"
    },
    {
      "price_usd": 60090.86,
      "recorded_at": "2026-07-01T16:00:48Z"
    },
    {
      "price_usd": 59852.98,
      "recorded_at": "2026-07-01T17:02:25Z"
    },
    {
      "price_usd": 60132.65,
      "recorded_at": "2026-07-01T18:01:09Z"
    },
    {
      "price_usd": 60095.71,
      "recorded_at": "2026-07-01T19:01:29Z"
    },
    {
      "price_usd": 59960.32,
      "recorded_at": "2026-07-01T20:01:41Z"
    },
    {
      "price_usd": 60065.38,
      "recorded_at": "2026-07-01T21:00:10Z"
    },
    {
      "price_usd": 60745.74,
      "recorded_at": "2026-07-01T22:00:10Z"
    },
    {
      "price_usd": 60415.22,
      "recorded_at": "2026-07-01T23:00:45Z"
    },
    {
      "price_usd": 59979.9,
      "recorded_at": "2026-07-02T00:02:01Z"
    },
    {
      "price_usd": 59660.48,
      "recorded_at": "2026-07-02T01:01:21Z"
    },
    {
      "price_usd": 60084.33,
      "recorded_at": "2026-07-02T02:00:56Z"
    },
    {
      "price_usd": 60384.87,
      "recorded_at": "2026-07-02T03:01:31Z"
    },
    {
      "price_usd": 60957.39,
      "recorded_at": "2026-07-02T04:01:31Z"
    },
    {
      "price_usd": 60729.02,
      "recorded_at": "2026-07-02T05:00:44Z"
    },
    {
      "price_usd": 60446.65,
      "recorded_at": "2026-07-02T06:01:27Z"
    },
    {
      "price_usd": 60221.17,
      "recorded_at": "2026-07-02T07:01:35Z"
    },
    {
      "price_usd": 60055.34,
      "recorded_at": "2026-07-02T08:00:51Z"
    },
    {
      "price_usd": 60431.3,
      "recorded_at": "2026-07-02T09:01:40Z"
    },
    {
      "price_usd": 61139.92,
      "recorded_at": "2026-07-02T10:01:20Z"
    },
    {
      "price_usd": 61192.44,
      "recorded_at": "2026-07-02T11:01:33Z"
    },
    {
      "price_usd": 61220.64,
      "recorded_at": "2026-07-02T12:01:11Z"
    },
    {
      "price_usd": 61467.83,
      "recorded_at": "2026-07-02T13:00:04Z"
    },
    {
      "price_usd": 61839.24,
      "recorded_at": "2026-07-02T14:01:20Z"
    },
    {
      "price_usd": 61559.15,
      "recorded_at": "2026-07-02T15:00:13Z"
    },
    {
      "price_usd": 61552.25,
      "recorded_at": "2026-07-02T16:00:44Z"
    },
    {
      "price_usd": 61590.78,
      "recorded_at": "2026-07-02T17:01:47Z"
    },
    {
      "price_usd": 61610.63,
      "recorded_at": "2026-07-02T18:00:22Z"
    },
    {
      "price_usd": 61686.23,
      "recorded_at": "2026-07-02T19:01:38Z"
    },
    {
      "price_usd": 61427.46,
      "recorded_at": "2026-07-02T20:01:38Z"
    },
    {
      "price_usd": 61508.07,
      "recorded_at": "2026-07-02T21:01:22Z"
    },
    {
      "price_usd": 61503.82,
      "recorded_at": "2026-07-02T22:01:03Z"
    },
    {
      "price_usd": 61438.58,
      "recorded_at": "2026-07-02T23:01:18Z"
    },
    {
      "price_usd": 61487.3,
      "recorded_at": "2026-07-03T00:01:22Z"
    },
    {
      "price_usd": 61237.16,
      "recorded_at": "2026-07-03T01:01:54Z"
    },
    {
      "price_usd": 61533.76,
      "recorded_at": "2026-07-03T02:01:58Z"
    },
    {
      "price_usd": 61363.85,
      "recorded_at": "2026-07-03T03:01:30Z"
    },
    {
      "price_usd": 61353.15,
      "recorded_at": "2026-07-03T04:01:53Z"
    },
    {
      "price_usd": 61391.17,
      "recorded_at": "2026-07-03T05:01:43Z"
    },
    {
      "price_usd": 61632.76,
      "recorded_at": "2026-07-03T06:01:08Z"
    },
    {
      "price_usd": 61662.84,
      "recorded_at": "2026-07-03T07:01:43Z"
    },
    {
      "price_usd": 61696.23,
      "recorded_at": "2026-07-03T08:01:45Z"
    },
    {
      "price_usd": 61514.03,
      "recorded_at": "2026-07-03T09:01:08Z"
    },
    {
      "price_usd": 61652.44,
      "recorded_at": "2026-07-03T10:02:24Z"
    },
    {
      "price_usd": 61864.89,
      "recorded_at": "2026-07-03T11:00:05Z"
    },
    {
      "price_usd": 61953.56,
      "recorded_at": "2026-07-03T12:00:29Z"
    },
    {
      "price_usd": 61907.59,
      "recorded_at": "2026-07-03T13:00:04Z"
    },
    {
      "price_usd": 62047.91,
      "recorded_at": "2026-07-03T14:00:08Z"
    },
    {
      "price_usd": 62122.82,
      "recorded_at": "2026-07-03T15:02:16Z"
    },
    {
      "price_usd": 61868.11,
      "recorded_at": "2026-07-03T16:00:23Z"
    },
    {
      "price_usd": 62047.01,
      "recorded_at": "2026-07-03T17:01:41Z"
    },
    {
      "price_usd": 62128.09,
      "recorded_at": "2026-07-03T18:01:15Z"
    },
    {
      "price_usd": 62162.78,
      "recorded_at": "2026-07-03T19:01:49Z"
    },
    {
      "price_usd": 62157.93,
      "recorded_at": "2026-07-03T20:01:46Z"
    },
    {
      "price_usd": 62686.69,
      "recorded_at": "2026-07-03T21:02:31Z"
    },
    {
      "price_usd": 62690.48,
      "recorded_at": "2026-07-03T22:01:33Z"
    },
    {
      "price_usd": 62533.83,
      "recorded_at": "2026-07-03T23:02:27Z"
    },
    {
      "price_usd": 62553.59,
      "recorded_at": "2026-07-04T00:01:05Z"
    },
    {
      "price_usd": 62700.9,
      "recorded_at": "2026-07-04T01:01:54Z"
    },
    {
      "price_usd": 62436.79,
      "recorded_at": "2026-07-04T02:02:01Z"
    },
    {
      "price_usd": 62482.58,
      "recorded_at": "2026-07-04T03:01:25Z"
    },
    {
      "price_usd": 62587.62,
      "recorded_at": "2026-07-04T04:01:28Z"
    },
    {
      "price_usd": 62603.43,
      "recorded_at": "2026-07-04T05:02:09Z"
    },
    {
      "price_usd": 62407.12,
      "recorded_at": "2026-07-04T06:00:17Z"
    },
    {
      "price_usd": 62451.85,
      "recorded_at": "2026-07-04T07:01:15Z"
    },
    {
      "price_usd": 62532.24,
      "recorded_at": "2026-07-04T08:01:28Z"
    },
    {
      "price_usd": 62520.85,
      "recorded_at": "2026-07-04T09:01:15Z"
    },
    {
      "price_usd": 62450.2,
      "recorded_at": "2026-07-04T10:02:34Z"
    },
    {
      "price_usd": 62482.4,
      "recorded_at": "2026-07-04T11:02:36Z"
    },
    {
      "price_usd": 62453.13,
      "recorded_at": "2026-07-04T12:01:35Z"
    },
    {
      "price_usd": 62610.4,
      "recorded_at": "2026-07-04T13:00:40Z"
    },
    {
      "price_usd": 62536.6,
      "recorded_at": "2026-07-04T14:01:24Z"
    },
    {
      "price_usd": 62633.96,
      "recorded_at": "2026-07-04T15:00:09Z"
    },
    {
      "price_usd": 62880.76,
      "recorded_at": "2026-07-04T16:01:23Z"
    },
    {
      "price_usd": 62876.14,
      "recorded_at": "2026-07-04T17:01:35Z"
    },
    {
      "price_usd": 63265.08,
      "recorded_at": "2026-07-04T18:01:51Z"
    },
    {
      "price_usd": 63117.41,
      "recorded_at": "2026-07-04T19:01:29Z"
    },
    {
      "price_usd": 63258.55,
      "recorded_at": "2026-07-04T20:02:36Z"
    },
    {
      "price_usd": 63196.96,
      "recorded_at": "2026-07-04T21:01:30Z"
    },
    {
      "price_usd": 63266.55,
      "recorded_at": "2026-07-04T22:00:23Z"
    },
    {
      "price_usd": 63133.66,
      "recorded_at": "2026-07-04T23:00:27Z"
    },
    {
      "price_usd": 63094.24,
      "recorded_at": "2026-07-05T00:01:41Z"
    },
    {
      "price_usd": 62911.18,
      "recorded_at": "2026-07-05T01:02:12Z"
    },
    {
      "price_usd": 62843.36,
      "recorded_at": "2026-07-05T02:01:46Z"
    },
    {
      "price_usd": 62631.12,
      "recorded_at": "2026-07-05T03:00:16Z"
    },
    {
      "price_usd": 62734.26,
      "recorded_at": "2026-07-05T04:02:33Z"
    },
    {
      "price_usd": 62785.11,
      "recorded_at": "2026-07-05T05:02:31Z"
    },
    {
      "price_usd": 62709.51,
      "recorded_at": "2026-07-05T06:01:01Z"
    },
    {
      "price_usd": 62724.35,
      "recorded_at": "2026-07-05T07:00:55Z"
    },
    {
      "price_usd": 62978.1,
      "recorded_at": "2026-07-05T08:01:22Z"
    },
    {
      "price_usd": 62887.67,
      "recorded_at": "2026-07-05T09:01:25Z"
    },
    {
      "price_usd": 62566.16,
      "recorded_at": "2026-07-05T10:00:28Z"
    },
    {
      "price_usd": 62694.52,
      "recorded_at": "2026-07-05T11:01:03Z"
    },
    {
      "price_usd": 62615.49,
      "recorded_at": "2026-07-05T12:01:35Z"
    },
    {
      "price_usd": 62677.22,
      "recorded_at": "2026-07-05T13:00:51Z"
    },
    {
      "price_usd": 62737.55,
      "recorded_at": "2026-07-05T14:00:44Z"
    },
    {
      "price_usd": 62739.57,
      "recorded_at": "2026-07-05T15:01:39Z"
    },
    {
      "price_usd": 62687.4,
      "recorded_at": "2026-07-05T16:01:28Z"
    },
    {
      "price_usd": 62659.36,
      "recorded_at": "2026-07-05T17:16:48Z"
    }
  ],
  "days": 7,
  "success": true
}