Economics

One central bank's published meeting schedule

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.

get/api/v1/macro/cb-calendar/{bank}

Path parameters

bankstring required

fomc, ecb, boe, boj, snb or riksbank.

fomc, ecb, boe, boj, snb or riksbank.

Query parameters

upcomingboolean nullable

True keeps meetings whose decision day is today or later - the default without a from/to window; a window defaults it to false.

True keeps meetings whose decision day is today or later - the default without a from/to window; a window defaults it to false.

fromstring nullable

Window lower bound on decision_date, YYYY-MM-DD inclusive.

Window lower bound on decision_date, YYYY-MM-DD inclusive.

tostring nullable

Window upper bound on decision_date, YYYY-MM-DD inclusive.

Window upper bound on decision_date, YYYY-MM-DD inclusive.

Response

The bank's meetings, chronological by decision_date.

Example response

{
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "data_age_days": 8.532,
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ],
    "period": "2026-Q1",
    "notes": "the UKMTO report behind these counts is dated 2026-08-21 and is 11 days old"
  }
}

Changes

Changed in 3 of the 25 revisions of this API.16

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • endpoint added

      endpoint-added