boc_list_series
Discover and filter economic data series from the Bank of Canada. Search by keyword to narrow results, then get series names for fetching observations.
Instructions
Discover available data series in the Bank of Canada Valet API.
Use this first when you do not already know a series name. Filter with 'search' to narrow the (large) catalogue, then feed a returned name into 'boc_get_observations'. Returns a paginated list of series with their name, label, and description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return. | |
| offset | No | Results to skip (pagination). | |
| search | No | Case-insensitive substring to filter by name, label, or description (e.g. 'exchange rate', 'CORRA', 'inflation'). | |
| response_format | No | 'markdown' for readable output or 'json' for structured data. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |