get_observations
ActiveTool of Bank Of Canada
Time-series observations for one or more Bank of Canada series. Pass comma-separated series names. Well-known: FXUSDCAD (USD/CAD daily avg rate), FXEURCAD (EUR/CAD), V39079 (target for the overnight rate / policy rate), V41690973 (Total CPI). Choose either recent=N latest points OR a start_date/end_date window.
Parameters schema
{
"type": "object",
"required": [
"series"
],
"properties": {
"recent": {
"type": "integer",
"description": "Return the N most recent observations. Ignored if start_date is given."
},
"series": {
"type": "string",
"description": "Comma-separated series names, e.g. \"FXUSDCAD\" or \"FXUSDCAD,FXEURCAD\"."
},
"end_date": {
"type": "string",
"description": "Window end, YYYY-MM-DD (optional, defaults to latest)."
},
"start_date": {
"type": "string",
"description": "Window start, YYYY-MM-DD, e.g. \"2026-01-01\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Bank Of Canada
https://github.com/pipeworx-io/mcp-bank-of-canada
1/7 registries