boc_metadata: Fetch Bank of Canada (BoC) metadata (details)

View source: R/boc.R

boc_metadataR Documentation

Fetch Bank of Canada (BoC) metadata (details)

Description

Fetch Bank of Canada (BoC) metadata (details)

Usage

boc_metadata(group_name = NULL, series_name = NULL)

Arguments

group_name

(NULL | character(1))
Name of the group. Only one of group_name or series_name can be used.

series_name

(NULL | character())
Name of the series.

Value

A data.table::data.table() with the requested data.

Source

https://www.bankofcanada.ca/valet/docs

Examples

## Not run: 
boc_metadata(group_name = "FX_RATES_DAILY")
boc_metadata(series_name = "FXUSDCAD")

## End(Not run)

bbk documentation built on Nov. 5, 2025, 6:07 p.m.