powered by
Access all available series or groups from the Bank of Canada Valet API.
boc_catalog(type = "groups")
A data.table::data.table() with the requested data.
data.table::data.table()
(character(1)) Set of data to return. One of "groups" or "series". Default "groups".
character(1)
"groups"
"series"
if (FALSE) { catalog <- boc_catalog() head(catalog) # filter for effective exchange rate series dt <- catalog[grepl("CEER", label)] head(dt) }
Run the code above in your browser using DataLab