---
title: "One central bank's published meeting schedule"
method: GET
path: "/api/v1/macro/cb-calendar/{bank}"
tags: ["Economics"]
---

# One central bank's published meeting schedule

`GET /api/v1/macro/cb-calendar/{bank}`

A single bank's scheduled policy meetings with its conventions spelled out (meeting format, decision time, what type=projections means for this bank) and the official page the dates were read from. Same filters as the merged calendar.

## Path parameters

- `bank` string, required — fomc, ecb, boe, boj, snb or riksbank.

## Query parameters

- `upcoming` boolean, nullable — True keeps meetings whose decision day is today or later - the default without a from/to window; a window defaults it to false.
- `from` string, nullable — Window lower bound on decision_date, YYYY-MM-DD inclusive.
- `to` string, nullable — Window upper bound on decision_date, YYYY-MM-DD inclusive.

## Response `200`

The bank's meetings, chronological by decision_date.

- EnvelopeMacroCbCalendarBankData
  - `data` MacroCbCalendarBankData, required — Response payload for GET /api/v1/macro/cb-calendar/{bank}.
    - `bank` string, required — Bank code.
    - `name` string, required — Committee or event series name.
    - `institution` string, required — The central bank.
    - `area` string, required — Economy the policy rate applies to.
    - `timezone` string, required — IANA timezone of decision announcements.
    - `decision_time_local` string, nullable — Local decision time when the bank fixes one.
    - `schedule_url` string, required — The official page the dates were read from.
    - `notes` string, required — The bank's conventions - meeting format, publication times, what type=projections means for this bank.
    - `verified` string, required — When the schedule was last read from the official source (YYYY-MM-DD).
    - `count` integer, required — Number of meeting rows returned after filters.
    - `meetings` CbMeeting[], required — This bank's meetings, chronological by decision_date.
      - `bank` string, nullable — Bank code (fomc, ecb, boe, boj, snb, riksbank). Present on the merged calendar; absent inside a single bank's payload.
      - `date` string, required — Meeting start day, or the single announcement day (YYYY-MM-DD).
      - `end_date` string, nullable — Final meeting day for multi-day formats (FOMC, ECB, BoJ). Absent for single-day announcements.
      - `decision_date` string, required — The day the policy decision is PUBLISHED - end_date for two-day formats, the announcement day otherwise. Sort key of every calendar view.
      - `type` string, required — scheduled = regular policy meeting or announcement; projections = the decision ships with the bank's own forecast publication (SEP, staff projections, Monetary Policy Report, Outlook Report, conditional inflation forecast).
      - `note` string, nullable — Venue or convention caveat when one applies (for example the Riksbank Executive Board meets the preceding day).
  - `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.
- `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/4e2740743eb4/schema)
