Get a BoE IADB time series
get_seriesFetch Bank of England IADB statistical series observations by code, with optional date range and limit. Use series codes like IUDSOIA for SONIA or XUDLUSS for USD/GBP.
Instructions
Fetch observations for any Bank of England IADB statistical series by its code (e.g. IUDSOIA for SONIA, XUDLUSS for USD/GBP). Optionally restrict to a date range and cap how many of the most recent points are returned. Use list_series to discover codes; any valid IADB code works, not only catalogued ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Only return observations on or before this ISO 8601 date (YYYY-MM-DD) | |
| from | No | Only return observations on or after this ISO 8601 date (YYYY-MM-DD) | |
| limit | No | Maximum number of most-recent observations to return after date filtering (default 50, max 500) | |
| seriesCode | Yes | IADB series code, e.g. IUDSOIA, XUDLUSS, IUMBV34 (case-insensitive) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Series name, present when the code is catalogued | |
| unit | No | Value unit, present when the code is catalogued | |
| stale | No | Present and true when the BoE was unreachable and this is stale cached data | |
| points | Yes | ||
| source | Yes | URL the data was fetched from | |
| cachedAt | Yes | When the data was fetched (ISO 8601 timestamp) | |
| frequency | No | Observation cadence, present when the code is catalogued | |
| seriesCode | Yes | The resolved (uppercased) IADB series code |