---
title: "CNB policy rate history (2W Repo, deposit, Lombard auctions)"
method: GET
path: "/api/v1/cnb/policy-rate/history"
tags: ["Central Banks & Monetary"]
---

# CNB policy rate history (2W Repo, deposit, Lombard auctions)

`GET /api/v1/cnb/policy-rate/history`

CNB open market operations history across a date range. Returns repo (2W policy rate), deposit facility and Lombard auction rows with full bid / allotment statistics. Sourced from `/cnbapi/omo/daily-year`, looped across the requested years and filtered by trade date.

## Query parameters

- `from` string, required — Start of the trade-date window (YYYY-MM-DD).
- `to` string, required — End of the trade-date window (YYYY-MM-DD).

## Response `200`

Time series of CNB OMO auctions bucketed by operation type within the requested range.

- EnvelopeCnbPolicyRateHistoryPayload
  - `data` CnbPolicyRateHistoryPayload, required — Policy-rate auction history across the requested date range.
    - `date_from` string, required — Start of the requested date range (YYYY-MM-DD).
    - `date_to` string, required — End of the requested date range (YYYY-MM-DD).
    - `count` integer, required — Total number of auction rows returned across all buckets.
    - `repo` CnbOmoRow[], required — 2W Repo auctions sorted by ascending trade date.
      - `operation_type` string, nullable — Operation type as published by CNB (Czech, e.g. 'Repo', 'Depozitni facilita').
      - `operation_type_en` string, nullable — Operation type translated to an English token ('repo', 'deposit_facility', 'lombard_facility', 'reverse_repo').
      - `liquidity_impact` string, nullable — Liquidity impact as published by CNB (Czech, 'Stazeni' or 'Dodani').
      - `liquidity_impact_en` string, nullable — Liquidity impact translated to an English token ('withdrawal' or 'supply').
      - `trade_date` string, nullable — Trade date of the auction (YYYY-MM-DD).
      - `settlement_date` string, nullable — Settlement date of the auction (YYYY-MM-DD).
      - `maturity_date` string, nullable — Maturity date of the operation (YYYY-MM-DD).
      - `marginal_rate_percent` number, nullable — Marginal rate (% per annum). The 2W Repo marginal rate is the CNB policy rate.
      - `total_bid_volume_czk_bln` number, nullable — Total bid volume (CZK billions; Czech 'mld').
      - `total_alloted_volume_czk_bln` number, nullable — Total allotted volume (CZK billions).
      - `total_number_of_bids` integer, nullable — Count of bids submitted.
      - `total_number_of_alloted_bids` integer, nullable — Count of bids actually allotted.
      - `allotment_percentage` number, nullable — Share of total bid volume that was allotted (%).
      - `minimum_bid_rate_percent` number, nullable — Minimum rate across submitted bids (% per annum).
      - `average_bid_rate_percent` number, nullable — Average rate across submitted bids (% per annum).
      - `maximum_bid_rate_percent` number, nullable — Maximum rate across submitted bids (% per annum).
      - `minimum_alloted_rate_percent` number, nullable — Minimum rate across allotted bids (% per annum).
      - `average_alloted_rate_percent` number, nullable — Average rate across allotted bids (% per annum).
      - `maximum_alloted_rate_percent` number, nullable — Maximum rate across allotted bids (% per annum).
    - `deposit_facility` CnbOmoRow[], required — Deposit Facility operations sorted by ascending trade date.
      - `operation_type` string, nullable — Operation type as published by CNB (Czech, e.g. 'Repo', 'Depozitni facilita').
      - `operation_type_en` string, nullable — Operation type translated to an English token ('repo', 'deposit_facility', 'lombard_facility', 'reverse_repo').
      - `liquidity_impact` string, nullable — Liquidity impact as published by CNB (Czech, 'Stazeni' or 'Dodani').
      - `liquidity_impact_en` string, nullable — Liquidity impact translated to an English token ('withdrawal' or 'supply').
      - `trade_date` string, nullable — Trade date of the auction (YYYY-MM-DD).
      - `settlement_date` string, nullable — Settlement date of the auction (YYYY-MM-DD).
      - `maturity_date` string, nullable — Maturity date of the operation (YYYY-MM-DD).
      - `marginal_rate_percent` number, nullable — Marginal rate (% per annum). The 2W Repo marginal rate is the CNB policy rate.
      - `total_bid_volume_czk_bln` number, nullable — Total bid volume (CZK billions; Czech 'mld').
      - `total_alloted_volume_czk_bln` number, nullable — Total allotted volume (CZK billions).
      - `total_number_of_bids` integer, nullable — Count of bids submitted.
      - `total_number_of_alloted_bids` integer, nullable — Count of bids actually allotted.
      - `allotment_percentage` number, nullable — Share of total bid volume that was allotted (%).
      - `minimum_bid_rate_percent` number, nullable — Minimum rate across submitted bids (% per annum).
      - `average_bid_rate_percent` number, nullable — Average rate across submitted bids (% per annum).
      - `maximum_bid_rate_percent` number, nullable — Maximum rate across submitted bids (% per annum).
      - `minimum_alloted_rate_percent` number, nullable — Minimum rate across allotted bids (% per annum).
      - `average_alloted_rate_percent` number, nullable — Average rate across allotted bids (% per annum).
      - `maximum_alloted_rate_percent` number, nullable — Maximum rate across allotted bids (% per annum).
    - `lombard_facility` CnbOmoRow[], required — Lombard Facility operations sorted by ascending trade date.
      - `operation_type` string, nullable — Operation type as published by CNB (Czech, e.g. 'Repo', 'Depozitni facilita').
      - `operation_type_en` string, nullable — Operation type translated to an English token ('repo', 'deposit_facility', 'lombard_facility', 'reverse_repo').
      - `liquidity_impact` string, nullable — Liquidity impact as published by CNB (Czech, 'Stazeni' or 'Dodani').
      - `liquidity_impact_en` string, nullable — Liquidity impact translated to an English token ('withdrawal' or 'supply').
      - `trade_date` string, nullable — Trade date of the auction (YYYY-MM-DD).
      - `settlement_date` string, nullable — Settlement date of the auction (YYYY-MM-DD).
      - `maturity_date` string, nullable — Maturity date of the operation (YYYY-MM-DD).
      - `marginal_rate_percent` number, nullable — Marginal rate (% per annum). The 2W Repo marginal rate is the CNB policy rate.
      - `total_bid_volume_czk_bln` number, nullable — Total bid volume (CZK billions; Czech 'mld').
      - `total_alloted_volume_czk_bln` number, nullable — Total allotted volume (CZK billions).
      - `total_number_of_bids` integer, nullable — Count of bids submitted.
      - `total_number_of_alloted_bids` integer, nullable — Count of bids actually allotted.
      - `allotment_percentage` number, nullable — Share of total bid volume that was allotted (%).
      - `minimum_bid_rate_percent` number, nullable — Minimum rate across submitted bids (% per annum).
      - `average_bid_rate_percent` number, nullable — Average rate across submitted bids (% per annum).
      - `maximum_bid_rate_percent` number, nullable — Maximum rate across submitted bids (% per annum).
      - `minimum_alloted_rate_percent` number, nullable — Minimum rate across allotted bids (% per annum).
      - `average_alloted_rate_percent` number, nullable — Average rate across allotted bids (% per annum).
      - `maximum_alloted_rate_percent` number, nullable — Maximum rate across allotted bids (% per annum).
    - `other` CnbOmoRow[], required — Any other CNB operation types (e.g. reverse repo) in the range.
      - `operation_type` string, nullable — Operation type as published by CNB (Czech, e.g. 'Repo', 'Depozitni facilita').
      - `operation_type_en` string, nullable — Operation type translated to an English token ('repo', 'deposit_facility', 'lombard_facility', 'reverse_repo').
      - `liquidity_impact` string, nullable — Liquidity impact as published by CNB (Czech, 'Stazeni' or 'Dodani').
      - `liquidity_impact_en` string, nullable — Liquidity impact translated to an English token ('withdrawal' or 'supply').
      - `trade_date` string, nullable — Trade date of the auction (YYYY-MM-DD).
      - `settlement_date` string, nullable — Settlement date of the auction (YYYY-MM-DD).
      - `maturity_date` string, nullable — Maturity date of the operation (YYYY-MM-DD).
      - `marginal_rate_percent` number, nullable — Marginal rate (% per annum). The 2W Repo marginal rate is the CNB policy rate.
      - `total_bid_volume_czk_bln` number, nullable — Total bid volume (CZK billions; Czech 'mld').
      - `total_alloted_volume_czk_bln` number, nullable — Total allotted volume (CZK billions).
      - `total_number_of_bids` integer, nullable — Count of bids submitted.
      - `total_number_of_alloted_bids` integer, nullable — Count of bids actually allotted.
      - `allotment_percentage` number, nullable — Share of total bid volume that was allotted (%).
      - `minimum_bid_rate_percent` number, nullable — Minimum rate across submitted bids (% per annum).
      - `average_bid_rate_percent` number, nullable — Average rate across submitted bids (% per annum).
      - `maximum_bid_rate_percent` number, nullable — Maximum rate across submitted bids (% per annum).
      - `minimum_alloted_rate_percent` number, nullable — Minimum rate across allotted bids (% per annum).
      - `average_alloted_rate_percent` number, nullable — Average rate across allotted bids (% per annum).
      - `maximum_alloted_rate_percent` number, nullable — Maximum rate across allotted bids (% per annum).
  - `meta` SugraMeta, required — Metadata attached to every /api/v1/* response envelope.
    - `endpoint` string, required — Requested endpoint path.
    - `data_time` string, required — ISO 8601 UTC timestamp of the source data, not of the request.
    - `response_time` string, required — ISO 8601 UTC timestamp when this response was produced.
    - `provider` string, required — API name and version.
    - `source` string, nullable — Identifier of the primary upstream source used for this response.
    - `attribution` string, nullable — Human-readable attribution mandated by an upstream source (e.g. a securities regulator or self-regulatory organization). Present only on responses whose source requires the owner and source to be clearly identified. Do not remove or alter it when using the response.
    - `fallback_used` boolean, nullable — True when the primary source failed and a fallback produced the data.
    - `fallback_chain` string[], nullable — Ordered list of sources attempted, in the order they were tried.
    - `cached` boolean, nullable — True when this response was served from the internal cache.
    - `stale` boolean, nullable — True when the cached response was returned after the upstream rate-limited or errored. Clients can use this to detect degraded data.

## Other responses

- `401` — Missing or invalid `x-api-key` header. JSON body with a stable `code` distinguishing `missing_api_key` (no header sent) from `invalid_api_key` (header sent, key not accepted); any other 401 source carries the generic `unauthorized` with its detail as `reason`. Plus `hint`. `plan` is always null on 401 - an unauthenticated request has no plan; quota exhaustion is 429, not 401.
- `422` — Validation Error
- `429` — Daily rate limit exceeded. Check `X-RateLimit-Reset` for the next window.
- `503` — Upstream source is temporarily unavailable. Retry after a short delay.

---

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