v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Central Banks & Monetary

Passthrough for any Valet group

Fetch observations for any Bank of Canada Valet group by name. Accepts any group published at /observations/group/<groupName>/json - the Valet catalog currently exposes over 2,000 groups including monetary aggregates, FX baskets, bond yields, auctions, surveys, and Financial Vulnerability Index panels.

See /boc/catalog for a curated starter list. Time-window parameters mirror the Valet API (only one of recent, recent_weeks, recent_months, recent_years or start_date/end_date should be specified).

get/api/v1/boc/group/{groupName}

Path parameters

groupNamestring required

Valet group name (case-sensitive).

Valet group name (case-sensitive).

Query parameters

recentinteger nullable

Return the last N observations.

Return the last N observations.

recent_weeksinteger nullable

Return observations for the last N weeks.

Return observations for the last N weeks.

recent_monthsinteger nullable

Return observations for the last N months.

Return observations for the last N months.

recent_yearsinteger nullable

Return observations for the last N years.

Return observations for the last N years.

start_datestring nullable

Start date (YYYY-MM-DD).

Start date (YYYY-MM-DD).

end_datestring nullable

End date (YYYY-MM-DD). Defaults to today.

End date (YYYY-MM-DD). Defaults to today.

Response

Observation rows for the requested group with series metadata.

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",
    "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"
    ]
  }
}