Current BoE base rate
get_current_rateGet the current Bank of England base rate, its effective date, and the number of months it has stayed unchanged. Useful for tracking monetary policy changes.
Instructions
Get the current Bank of England base rate, the date it took effect, and how many whole months it has been held at this level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | Yes | Current base rate in percent, e.g. 3.75 | |
| stale | No | Present and true when the BoE was unreachable and this is stale cached data | |
| source | Yes | URL the data was fetched from | |
| cachedAt | Yes | When the data was fetched (ISO 8601 timestamp) | |
| monthsHeld | Yes | Whole months the rate has been at this level | |
| effectiveDate | Yes | Date the current level took effect |