---
title: "Bitcoin price history"
method: GET
path: "/api/metrics/bitcoin-price/history"
tags: ["Metrics"]
---

# Bitcoin price history

`GET /api/metrics/bitcoin-price/history`

Daily BTC price time series. Tier-gated date ranges:
- **Free**: Rolling 30-day window
- **Basic**: From January 1, 2025
- **Pro/Enterprise**: All available data (2009+)

## Query parameters

- `from` string
- `to` string
- `limit` integer

## Response `200`

Bitcoin price history

- object
  - `metric` string
  - `from` string
  - `to` string
  - `count` integer
  - `source` string
  - `attribution` string
  - `data` object[]
    - `date` string
    - `price` number

## Other responses

- `401` — Authentication required
- `403` — Date range outside tier access
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/prereason/apis/prereason-api.md) · [All operations](https://skmtc.dev/prereason/apis/prereason-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prereason/prereason-api/revisions/db65baa3acd9/schema)
