ConsoleCatalog
Sign in
Bank of England logo

Bank of England

bankofengland.co.ukFinanceno auth

Bank rate, monetary policy reports, minutes, and statistical releases.

Monetary Policy News Listing

ASYNCWRITENo auth

Returns paginated monetary policy news and minutes with titles, dates, and links.

ParametersFormJSON

Sitecore listing component ID from the news or statistics shell page

News type GUID filtering MPC news versus statistics releases

1-based page index for the paginated publications grid

Free-text search term; empty string returns the default browse listing

Listing context: mpc for monetary-policy news or statistics for statistical releases

Optional HTTP Referer override; when empty the scraper derives the referer from listing_source

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_bankofengland_co_uk_monetary_policy_news_listing",
    "params": {
      "sitecore_listing_id": "{CE377CC8-BFBC-418B-B4D9-DBC1C64774A8}",
      "news_type_guid": "09f8960ebc384e3589da5349744916ae",
      "page": "1",
      "listing_source": "mpc"
    }
  }'