BoE base rate on a date
get_rate_atFind the Bank of England base rate for any specific date, including the effective date of that rate.
Instructions
Get the Bank of England base rate that was in force on a specific historical date, and when that level took effect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The date to look up, ISO 8601 (YYYY-MM-DD) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The queried date | |
| rate | Yes | Base rate in percent in force on that date | |
| 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) | |
| effectiveDate | Yes | Date this rate level took effect |