---
title: "Get historical range"
method: GET
path: "/historical"
---

# Get historical range

`GET /historical`

## Query parameters

- `from` string, date, required
- `to` string, date, required

## Response `200`

Array of daily aggregates

- HistoricalDay[]
  - `date` string, date, required
  - `median` number, required
  - `high` number
  - `low` number
  - `observationCount` integer

---

[API](https://skmtc.net/paralelo/apis/paralelo-bo-api.md) · [All operations](https://skmtc.net/paralelo/apis/paralelo-bo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paralelo/paralelo-bo-api/versions/d2cad55002db/schema)
