Discover/Bankofengland API
live

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.

This API takes change requests — .
Endpoint health
monitored
get_mpc_dates
Checks pendingself-healing
Endpoints
1
Updated
2h ago
This call costs1 credit / call— charged only on success
Try it

No input parameters required.

api.parse.bot/scraper/d3000226-39ba-4d1b-8328-c6b93db8c6a0/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/d3000226-39ba-4d1b-8328-c6b93db8c6a0/get_mpc_dates' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·

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.

Input

No input parameters required.

Response
{
  "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.