BoE base rate history
get_rate_historyRetrieve recent Bank of England base rate changes, including date, new rate, and basis point move from the previous level. Specify a limit (1-100) to control the number of entries.
Instructions
Get the last N Bank of England base rate changes: date, new rate, and the move in basis points vs the previous level (null for the earliest known entry).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of rate changes to return (default 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stale | No | Present and true when the BoE was unreachable and this is stale cached data | |
| source | Yes | URL the data was fetched from | |
| entries | Yes | ||
| cachedAt | Yes | When the data was fetched (ISO 8601 timestamp) |