---
title: "Historical"
method: GET
path: "/v1/{date}/{path_base}"
---

# Historical

`GET /v1/{date}/{path_base}`

## Path parameters

- `date` string, required
- `path_base` string, nullable, required

## Query parameters

- `base` string, nullable
- `symbols` string, nullable

## Response `200`

Successful Response

- HistoricalResponse
  - `result` string
  - `base` string, required
  - `date` string, required
  - `source` 'live' | 'ecb_daily' | 'fred_daily' | 'banxico_daily' | 'dof_daily', required — Public `source` enum — wire contract (D2). NO `cached` value (cache lives in X-Cache). `banxico_daily`/`dof_daily` (added 2026-07-26) are the two official Mexican peso reference rates — both fetched from Banxico's SIE API (verified against banxico.org.mx), the only machine-readable source for either figure. They are Tier-C, `active=False` in the pair registry (never enter the USD-pivot rebase engine — pricing._legs skips inactive pairs) and are served only via the dedicated `/v1/rate/usd-mxn-banxico` / `/v1/rate/usd-mxn-dof` branch, never through /latest, /convert, or /range. See docs/DECISIONS.md D2/D9.
  - `sources` object, required
  - `market_session` 'open' | 'weekend' | 'interbank_closed', required — Computed from a clock, no feed (D9). `interbank_closed` = a known non-weekend closure (e.g. an ECB/TARGET2 holiday detected via an empty Tier-C response — INGESTION §4).
  - `timestamp` string, required
  - `data_updated_at` string, required
  - `is_forward_filled` boolean, required
  - `rates` object, required
  - `derived_symbols` string[], required
  - `notice` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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