Get Group Observations
get_group_observationsObservations for every series in a named group in one call. Useful groups: FX_RATES_DAILY (daily exchange rates for all currencies vs CAD). Use recent=N or a start_date/end_date window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | Group name, e.g. "FX_RATES_DAILY". | |
| recent | No | Return the N most recent observations. Ignored if start_date is given. | |
| end_date | No | Window end, YYYY-MM-DD (optional). | |
| start_date | No | Window start, YYYY-MM-DD. |