Get historical ticks for a specific coin
Returns historical values of price, volume_24h, market_cap for a given cryptocurrency on coinpaprika.com:
Each point is produced by the same volume-weighted pipeline as the live ticker. See the price calculation methodology for how markets are selected and outliers removed, and its algorithm history for changes that affect how older points compare with recent ones.
Available history range depending on the selected API plan:
| Interval | interval param values | Free | Starter | Pro | Business | Enterprise |
|---|---|---|---|---|---|---|
| Daily | 24h, 1d, 7d, 14d, 30d, 90d, 365d | last 1 year | last 5 years | unlimited | unlimited | unlimited |
| Hourly | 1h, 2h, 3h, 6h, 12h | last 1 day | last 30 days | last 90 days | last 365 days | unlimited |
| 5-minute | 5m, 10m, 15m, 30m, 45m | none | last 7 days | last 30 days | last 365 days | unlimited |
Update interval: Every 5 minutes.
Path Parameters
"btc-bitcoin"
Query Parameters
start point for historical data
Supported formats:
- RFC3999 (ISO-8601) eg.
2018-02-15T05:15:00Z - Simple date (yyyy-mm-dd) eg.
2018-02-15 - Unix timestamp (in seconds) eg.
1518671700
end point for historical data
Supported formats:
- RFC3999 (ISO-8601) eg.
2018-02-15T05:15:00Z - Simple date (yyyy-mm-dd) eg.
2018-02-15 - Unix timestamp (in seconds) eg.
1518671700
limit of result rows (max 5000)
returned data quote (available values: usd btc)
returned points interval (available values: 5m 10m 15m 30m 45m 1h 2h 3h 6h 12h 24h 1d 7d 14d 30d 90d 365d)