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).
Path parameters
Valet group name (case-sensitive).
Valet group name (case-sensitive).
Query parameters
Return the last N observations.
Return the last N observations.
Return observations for the last N weeks.
Return observations for the last N weeks.
Return observations for the last N months.
Return observations for the last N months.
Return observations for the last N years.
Return observations for the last N years.
Start date (YYYY-MM-DD).
Start date (YYYY-MM-DD).
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"
]
}
}