---
title: "Get historical rate for a date"
method: GET
path: "/historical/{date}"
---

# Get historical rate for a date

`GET /historical/{date}`

## Path parameters

- `date` string, date, required

## Response `200`

Daily aggregates

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

## Other responses

- `404` — No data for date

---

[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)
