boc_get_group_observations
Retrieve observations for all series in a group with a single call. For example, get the latest daily exchange rates for every published currency at once.
Instructions
Retrieve observations for every series in a group in one call.
For example group_name='FX_RATES_DAILY', recent=1 returns the latest daily exchange rate for all published currencies at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recent | No | ||
| group_name | Yes | Group name, e.g. 'FX_RATES_DAILY' for daily exchange rates. | |
| response_format | No | 'markdown' for readable output or 'json' for structured data. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |