UnifyAPI
← Back to catalog

bankofcanada.series

mock data$0.001 / call

Bank of Canada Valet Series Lookup

Retrieve observations for any Bank of Canada Valet series by series code(s). Supports one or multiple comma-separated codes (e.g. "FXCADUSD,FXCADEUR" or "V39079"). Browse all available series at https://www.bankofcanada.ca/valet/lists/series/json — over 8,000 series covering FX rates, interest rates, inflation, commodity prices, credit aggregates, and more. Key codes: FXCADUSD (CAD/USD), V39079 (overnight target rate), V80691311 (prime rate), STATIC_TOTALCPICHANGE (total CPI % YoY), CPIW, CPI_MEDIAN, A.BCPI (annual commodity price index). Returns latest values, full series metadata, and history for the requested date range. Source: Bank of Canada, www.bankofcanada.ca — open data, attribution required.

Financeprovider: Bankofcanada#bankofcanada#finance

Input schema

recent

Number of most-recent observations to return (default 10). Ignored when start_date or end_date is provided.

integer
end_date

End date for historical range in YYYY-MM-DD format (e.g. "2026-06-22").

string
start_date

Start date for historical range in YYYY-MM-DD format (e.g. "2020-01-01").

string
series_codesrequired

One or more Bank of Canada Valet series codes, comma-separated (e.g. "FXCADUSD", "V39079,V80691311", "STATIC_TOTALCPICHANGE"). Browse available series at https://www.bankofcanada.ca/valet/lists/series/json. Key codes: FXCADUSD (CAD/USD rate), V39079 (overnight target rate), V80691311 (prime rate), STATIC_TOTALCPICHANGE (total CPI % change YoY), CPIW (CPIW % change YoY), CPI_MEDIAN (CPI-median), A.BCPI (annual commodity price index).

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/bankofcanada.series \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"recent":0,"end_date":"<end_date>","start_date":"<start_date>","series_codes":"<series_codes>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.