Bankofengland APIbankofengland.co.uk ↗
Find upcoming Monetary Policy Committee meeting dates and access official MPC summaries and minutes from the Bank of England. Stay informed about scheduled monetary policy announcements and their corresponding documentation release dates.
No input parameters required.
curl -X GET 'https://api.parse.bot/scraper/d3000226-39ba-4d1b-8328-c6b93db8c6a0/get_mpc_dates' \ -H 'X-API-Key: $PARSE_API_KEY'
Returns all upcoming MPC dates for confirmed and provisional years, including whether each date includes a Monetary Policy Report publication. Each record represents one scheduled MPC announcement date with a description of what will be published. Single request, no pagination.
No input parameters required.
{
"type": "object",
"fields": {
"dates": "Array of MPC date objects, each containing the scheduled date, year, confirmation status, description, and flags for report types"
},
"sample": {
"data": {
"dates": [
{
"date": "Thursday 5 February 2026",
"year": 2026,
"status": "confirmed",
"description": "February MPC Summary and minutes and February Monetary Policy Report",
"has_summary_and_minutes": true,
"includes_monetary_policy_report": true
},
{
"date": "Thursday 19 March 2026",
"year": 2026,
"status": "confirmed",
"description": "March MPC Summary and minutes",
"has_summary_and_minutes": true,
"includes_monetary_policy_report": false
}
]
},
"status": "success"
}
}About the Bankofengland API
The Bankofengland API on Parse exposes 1 endpoint for the publicly available data on bankofengland.co.uk. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.