Upcoming MPC announcement dates
get_mpc_datesRetrieve all upcoming Bank of England MPC announcement dates from the official schedule, including days until each meeting.
Instructions
Get every upcoming Bank of England Monetary Policy Committee announcement date on the published schedule (typically a year or more ahead), each with the number of calendar days until it. Use get_next_mpc_meeting when only the next date is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dates | Yes | All published announcement dates on or after today, ascending | |
| 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) |