← 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": 78772.94,
      "recorded_at": "2026-05-03T20:00:06Z"
    },
    {
      "price_usd": 78882.41,
      "recorded_at": "2026-05-03T21:00:24Z"
    },
    {
      "price_usd": 78784.57,
      "recorded_at": "2026-05-03T22:00:02Z"
    },
    {
      "price_usd": 79164.91,
      "recorded_at": "2026-05-03T23:00:18Z"
    },
    {
      "price_usd": 78542.81,
      "recorded_at": "2026-05-04T00:00:24Z"
    },
    {
      "price_usd": 78523.09,
      "recorded_at": "2026-05-04T01:00:21Z"
    },
    {
      "price_usd": 79525.05,
      "recorded_at": "2026-05-04T02:00:11Z"
    },
    {
      "price_usd": 80247.57,
      "recorded_at": "2026-05-04T03:00:47Z"
    },
    {
      "price_usd": 80254.08,
      "recorded_at": "2026-05-04T04:00:19Z"
    },
    {
      "price_usd": 80296.72,
      "recorded_at": "2026-05-04T05:00:04Z"
    },
    {
      "price_usd": 80010.79,
      "recorded_at": "2026-05-04T06:00:49Z"
    },
    {
      "price_usd": 79920.45,
      "recorded_at": "2026-05-04T07:00:26Z"
    },
    {
      "price_usd": 79689.31,
      "recorded_at": "2026-05-04T08:00:53Z"
    },
    {
      "price_usd": 79714.01,
      "recorded_at": "2026-05-04T09:00:52Z"
    },
    {
      "price_usd": 79832.34,
      "recorded_at": "2026-05-04T10:00:51Z"
    },
    {
      "price_usd": 78911.17,
      "recorded_at": "2026-05-04T11:00:30Z"
    },
    {
      "price_usd": 78794.54,
      "recorded_at": "2026-05-04T12:00:29Z"
    },
    {
      "price_usd": 78946.74,
      "recorded_at": "2026-05-04T13:00:46Z"
    },
    {
      "price_usd": 78795.38,
      "recorded_at": "2026-05-04T14:00:19Z"
    },
    {
      "price_usd": 80262.81,
      "recorded_at": "2026-05-04T15:00:26Z"
    },
    {
      "price_usd": 79961.48,
      "recorded_at": "2026-05-04T16:00:59Z"
    },
    {
      "price_usd": 79997.76,
      "recorded_at": "2026-05-04T17:00:29Z"
    },
    {
      "price_usd": 80468.08,
      "recorded_at": "2026-05-04T18:00:24Z"
    },
    {
      "price_usd": 80114.39,
      "recorded_at": "2026-05-04T19:00:25Z"
    },
    {
      "price_usd": 80052.07,
      "recorded_at": "2026-05-04T20:00:36Z"
    },
    {
      "price_usd": 79929.46,
      "recorded_at": "2026-05-04T21:00:49Z"
    },
    {
      "price_usd": 80248.56,
      "recorded_at": "2026-05-04T22:00:46Z"
    },
    {
      "price_usd": 80060.11,
      "recorded_at": "2026-05-04T23:00:54Z"
    },
    {
      "price_usd": 79824.4,
      "recorded_at": "2026-05-05T00:00:20Z"
    },
    {
      "price_usd": 80138.68,
      "recorded_at": "2026-05-05T01:00:42Z"
    },
    {
      "price_usd": 80325.99,
      "recorded_at": "2026-05-05T02:00:36Z"
    },
    {
      "price_usd": 80502.66,
      "recorded_at": "2026-05-05T03:00:42Z"
    },
    {
      "price_usd": 80862.33,
      "recorded_at": "2026-05-05T04:00:41Z"
    },
    {
      "price_usd": 80879.64,
      "recorded_at": "2026-05-05T05:00:16Z"
    },
    {
      "price_usd": 80964.33,
      "recorded_at": "2026-05-05T06:00:31Z"
    },
    {
      "price_usd": 80929.43,
      "recorded_at": "2026-05-05T07:00:58Z"
    },
    {
      "price_usd": 80832.02,
      "recorded_at": "2026-05-05T08:00:59Z"
    },
    {
      "price_usd": 80777.53,
      "recorded_at": "2026-05-05T09:00:29Z"
    },
    {
      "price_usd": 80559.88,
      "recorded_at": "2026-05-05T10:01:09Z"
    },
    {
      "price_usd": 80807.33,
      "recorded_at": "2026-05-05T11:00:10Z"
    },
    {
      "price_usd": 80980.89,
      "recorded_at": "2026-05-05T12:00:50Z"
    },
    {
      "price_usd": 81269.26,
      "recorded_at": "2026-05-05T13:00:59Z"
    },
    {
      "price_usd": 81344.95,
      "recorded_at": "2026-05-05T14:01:14Z"
    },
    {
      "price_usd": 81320.63,
      "recorded_at": "2026-05-05T15:00:11Z"
    },
    {
      "price_usd": 81531.44,
      "recorded_at": "2026-05-05T16:00:49Z"
    },
    {
      "price_usd": 81239.09,
      "recorded_at": "2026-05-05T17:00:29Z"
    },
    {
      "price_usd": 81263.69,
      "recorded_at": "2026-05-05T18:00:27Z"
    },
    {
      "price_usd": 81505.54,
      "recorded_at": "2026-05-05T19:00:41Z"
    },
    {
      "price_usd": 81610.1,
      "recorded_at": "2026-05-05T20:00:42Z"
    },
    {
      "price_usd": 81640.77,
      "recorded_at": "2026-05-05T21:00:49Z"
    },
    {
      "price_usd": 81435.04,
      "recorded_at": "2026-05-05T22:00:15Z"
    },
    {
      "price_usd": 81102.49,
      "recorded_at": "2026-05-05T23:00:48Z"
    },
    {
      "price_usd": 80925.09,
      "recorded_at": "2026-05-06T00:00:42Z"
    },
    {
      "price_usd": 81025.09,
      "recorded_at": "2026-05-06T01:00:46Z"
    },
    {
      "price_usd": 81397.41,
      "recorded_at": "2026-05-06T02:00:11Z"
    },
    {
      "price_usd": 81358.39,
      "recorded_at": "2026-05-06T03:00:22Z"
    },
    {
      "price_usd": 81584.74,
      "recorded_at": "2026-05-06T04:00:16Z"
    },
    {
      "price_usd": 81306.1,
      "recorded_at": "2026-05-06T05:00:30Z"
    },
    {
      "price_usd": 81297.72,
      "recorded_at": "2026-05-06T06:00:53Z"
    },
    {
      "price_usd": 81473.57,
      "recorded_at": "2026-05-06T07:00:34Z"
    },
    {
      "price_usd": 81329.11,
      "recorded_at": "2026-05-06T08:00:36Z"
    },
    {
      "price_usd": 81899.3,
      "recorded_at": "2026-05-06T09:00:36Z"
    },
    {
      "price_usd": 81952.11,
      "recorded_at": "2026-05-06T10:00:12Z"
    },
    {
      "price_usd": 82290.68,
      "recorded_at": "2026-05-06T11:00:57Z"
    },
    {
      "price_usd": 82496.21,
      "recorded_at": "2026-05-06T12:00:55Z"
    },
    {
      "price_usd": 82205.6,
      "recorded_at": "2026-05-06T13:00:07Z"
    },
    {
      "price_usd": 81707.0,
      "recorded_at": "2026-05-06T14:00:44Z"
    },
    {
      "price_usd": 81514.57,
      "recorded_at": "2026-05-06T15:00:41Z"
    },
    {
      "price_usd": 81680.53,
      "recorded_at": "2026-05-06T16:00:50Z"
    },
    {
      "price_usd": 81633.85,
      "recorded_at": "2026-05-06T17:00:44Z"
    },
    {
      "price_usd": 81442.95,
      "recorded_at": "2026-05-06T18:01:18Z"
    },
    {
      "price_usd": 81360.04,
      "recorded_at": "2026-05-06T19:00:50Z"
    },
    {
      "price_usd": 81467.38,
      "recorded_at": "2026-05-06T20:00:40Z"
    },
    {
      "price_usd": 81396.91,
      "recorded_at": "2026-05-06T21:00:35Z"
    },
    {
      "price_usd": 81535.56,
      "recorded_at": "2026-05-06T22:00:33Z"
    },
    {
      "price_usd": 81341.73,
      "recorded_at": "2026-05-06T23:00:30Z"
    },
    {
      "price_usd": 81425.0,
      "recorded_at": "2026-05-07T00:00:43Z"
    },
    {
      "price_usd": 81025.87,
      "recorded_at": "2026-05-07T01:00:51Z"
    },
    {
      "price_usd": 81164.77,
      "recorded_at": "2026-05-07T02:00:21Z"
    },
    {
      "price_usd": 81101.16,
      "recorded_at": "2026-05-07T03:00:47Z"
    },
    {
      "price_usd": 80866.43,
      "recorded_at": "2026-05-07T04:00:26Z"
    },
    {
      "price_usd": 80953.38,
      "recorded_at": "2026-05-07T05:00:41Z"
    },
    {
      "price_usd": 81039.79,
      "recorded_at": "2026-05-07T06:00:29Z"
    },
    {
      "price_usd": 81397.13,
      "recorded_at": "2026-05-07T07:00:46Z"
    },
    {
      "price_usd": 81497.73,
      "recorded_at": "2026-05-07T08:00:27Z"
    },
    {
      "price_usd": 81212.98,
      "recorded_at": "2026-05-07T09:00:50Z"
    },
    {
      "price_usd": 80923.64,
      "recorded_at": "2026-05-07T10:01:06Z"
    },
    {
      "price_usd": 80829.49,
      "recorded_at": "2026-05-07T11:00:29Z"
    },
    {
      "price_usd": 80858.05,
      "recorded_at": "2026-05-07T12:00:06Z"
    },
    {
      "price_usd": 81158.03,
      "recorded_at": "2026-05-07T13:00:55Z"
    },
    {
      "price_usd": 80518.09,
      "recorded_at": "2026-05-07T14:00:10Z"
    },
    {
      "price_usd": 80160.46,
      "recorded_at": "2026-05-07T15:01:02Z"
    },
    {
      "price_usd": 79895.48,
      "recorded_at": "2026-05-07T16:00:27Z"
    },
    {
      "price_usd": 79785.58,
      "recorded_at": "2026-05-07T17:01:11Z"
    },
    {
      "price_usd": 80080.24,
      "recorded_at": "2026-05-07T18:00:36Z"
    },
    {
      "price_usd": 80208.2,
      "recorded_at": "2026-05-07T19:00:58Z"
    },
    {
      "price_usd": 80086.83,
      "recorded_at": "2026-05-07T20:00:04Z"
    },
    {
      "price_usd": 79864.24,
      "recorded_at": "2026-05-07T21:00:52Z"
    },
    {
      "price_usd": 79778.97,
      "recorded_at": "2026-05-07T22:00:51Z"
    },
    {
      "price_usd": 79903.13,
      "recorded_at": "2026-05-07T23:00:55Z"
    },
    {
      "price_usd": 80022.04,
      "recorded_at": "2026-05-08T00:00:05Z"
    },
    {
      "price_usd": 79773.77,
      "recorded_at": "2026-05-08T01:01:13Z"
    },
    {
      "price_usd": 79726.51,
      "recorded_at": "2026-05-08T02:00:37Z"
    },
    {
      "price_usd": 79467.28,
      "recorded_at": "2026-05-08T03:00:28Z"
    },
    {
      "price_usd": 79565.88,
      "recorded_at": "2026-05-08T04:00:14Z"
    },
    {
      "price_usd": 79643.44,
      "recorded_at": "2026-05-08T05:00:38Z"
    },
    {
      "price_usd": 79621.67,
      "recorded_at": "2026-05-08T06:00:35Z"
    },
    {
      "price_usd": 79482.76,
      "recorded_at": "2026-05-08T07:00:35Z"
    },
    {
      "price_usd": 79666.44,
      "recorded_at": "2026-05-08T08:00:07Z"
    },
    {
      "price_usd": 79901.02,
      "recorded_at": "2026-05-08T09:00:43Z"
    },
    {
      "price_usd": 79852.08,
      "recorded_at": "2026-05-08T10:00:35Z"
    },
    {
      "price_usd": 80195.3,
      "recorded_at": "2026-05-08T11:00:40Z"
    },
    {
      "price_usd": 80218.7,
      "recorded_at": "2026-05-08T12:00:50Z"
    },
    {
      "price_usd": 80047.66,
      "recorded_at": "2026-05-08T13:00:57Z"
    },
    {
      "price_usd": 79588.24,
      "recorded_at": "2026-05-08T14:00:52Z"
    },
    {
      "price_usd": 80097.31,
      "recorded_at": "2026-05-08T15:00:28Z"
    },
    {
      "price_usd": 80104.66,
      "recorded_at": "2026-05-08T16:00:55Z"
    },
    {
      "price_usd": 79799.25,
      "recorded_at": "2026-05-08T17:00:43Z"
    },
    {
      "price_usd": 80026.21,
      "recorded_at": "2026-05-08T18:00:53Z"
    },
    {
      "price_usd": 80134.69,
      "recorded_at": "2026-05-08T19:00:24Z"
    },
    {
      "price_usd": 80095.51,
      "recorded_at": "2026-05-08T20:00:38Z"
    },
    {
      "price_usd": 80115.99,
      "recorded_at": "2026-05-08T21:00:35Z"
    },
    {
      "price_usd": 80222.99,
      "recorded_at": "2026-05-08T22:00:39Z"
    },
    {
      "price_usd": 80272.11,
      "recorded_at": "2026-05-08T23:00:41Z"
    },
    {
      "price_usd": 80189.07,
      "recorded_at": "2026-05-09T00:00:30Z"
    },
    {
      "price_usd": 80227.05,
      "recorded_at": "2026-05-09T01:01:12Z"
    },
    {
      "price_usd": 80338.74,
      "recorded_at": "2026-05-09T02:00:56Z"
    },
    {
      "price_usd": 80403.26,
      "recorded_at": "2026-05-09T03:00:06Z"
    },
    {
      "price_usd": 80381.3,
      "recorded_at": "2026-05-09T04:00:29Z"
    },
    {
      "price_usd": 80374.2,
      "recorded_at": "2026-05-09T05:01:00Z"
    },
    {
      "price_usd": 80384.39,
      "recorded_at": "2026-05-09T06:00:55Z"
    },
    {
      "price_usd": 80225.09,
      "recorded_at": "2026-05-09T07:00:34Z"
    },
    {
      "price_usd": 80217.38,
      "recorded_at": "2026-05-09T08:00:20Z"
    },
    {
      "price_usd": 80393.64,
      "recorded_at": "2026-05-09T09:00:10Z"
    },
    {
      "price_usd": 80205.76,
      "recorded_at": "2026-05-09T10:00:17Z"
    },
    {
      "price_usd": 80252.19,
      "recorded_at": "2026-05-09T11:01:04Z"
    },
    {
      "price_usd": 80350.36,
      "recorded_at": "2026-05-09T12:00:23Z"
    },
    {
      "price_usd": 80385.09,
      "recorded_at": "2026-05-09T13:00:29Z"
    },
    {
      "price_usd": 80375.03,
      "recorded_at": "2026-05-09T14:00:55Z"
    },
    {
      "price_usd": 80321.08,
      "recorded_at": "2026-05-09T15:00:28Z"
    },
    {
      "price_usd": 80513.26,
      "recorded_at": "2026-05-09T16:00:39Z"
    },
    {
      "price_usd": 80630.92,
      "recorded_at": "2026-05-09T17:00:11Z"
    },
    {
      "price_usd": 80785.86,
      "recorded_at": "2026-05-09T18:01:13Z"
    },
    {
      "price_usd": 80879.96,
      "recorded_at": "2026-05-09T19:00:41Z"
    },
    {
      "price_usd": 80894.73,
      "recorded_at": "2026-05-09T20:00:48Z"
    },
    {
      "price_usd": 80788.87,
      "recorded_at": "2026-05-09T21:00:12Z"
    },
    {
      "price_usd": 80783.07,
      "recorded_at": "2026-05-09T22:00:46Z"
    },
    {
      "price_usd": 80742.82,
      "recorded_at": "2026-05-09T23:00:54Z"
    },
    {
      "price_usd": 80678.03,
      "recorded_at": "2026-05-10T00:00:21Z"
    },
    {
      "price_usd": 80636.17,
      "recorded_at": "2026-05-10T01:00:49Z"
    },
    {
      "price_usd": 80646.37,
      "recorded_at": "2026-05-10T02:00:44Z"
    },
    {
      "price_usd": 80740.68,
      "recorded_at": "2026-05-10T03:00:42Z"
    },
    {
      "price_usd": 80784.86,
      "recorded_at": "2026-05-10T04:00:39Z"
    },
    {
      "price_usd": 80756.84,
      "recorded_at": "2026-05-10T05:00:24Z"
    },
    {
      "price_usd": 80687.82,
      "recorded_at": "2026-05-10T06:00:53Z"
    },
    {
      "price_usd": 80707.18,
      "recorded_at": "2026-05-10T07:00:49Z"
    },
    {
      "price_usd": 80713.38,
      "recorded_at": "2026-05-10T08:00:48Z"
    },
    {
      "price_usd": 80807.27,
      "recorded_at": "2026-05-10T09:00:12Z"
    },
    {
      "price_usd": 80789.39,
      "recorded_at": "2026-05-10T10:00:52Z"
    },
    {
      "price_usd": 80866.5,
      "recorded_at": "2026-05-10T11:00:36Z"
    },
    {
      "price_usd": 80823.28,
      "recorded_at": "2026-05-10T12:00:54Z"
    },
    {
      "price_usd": 80887.27,
      "recorded_at": "2026-05-10T13:00:45Z"
    },
    {
      "price_usd": 80934.73,
      "recorded_at": "2026-05-10T14:00:33Z"
    },
    {
      "price_usd": 80932.17,
      "recorded_at": "2026-05-10T15:00:18Z"
    },
    {
      "price_usd": 81405.1,
      "recorded_at": "2026-05-10T16:00:46Z"
    },
    {
      "price_usd": 81323.98,
      "recorded_at": "2026-05-10T17:00:48Z"
    },
    {
      "price_usd": 81443.37,
      "recorded_at": "2026-05-10T18:00:33Z"
    },
    {
      "price_usd": 81264.61,
      "recorded_at": "2026-05-10T19:00:45Z"
    },
    {
      "price_usd": 81404.29,
      "recorded_at": "2026-05-10T19:20:52Z"
    }
  ],
  "days": 7,
  "success": true
}