# Bank of England — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> 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.

**Category:** Finance & Markets | **Website:** [www.bankofengland.co.uk/monetary-policy/upcoming-mpc-dates](https://www.bankofengland.co.uk/monetary-policy/upcoming-mpc-dates) | **Docs:** [parse.bot/marketplace/68c7a76d-46a1-46a3-9c02-dde21a106bdf/bankofengland-co-uk-api](https://parse.bot/marketplace/68c7a76d-46a1-46a3-9c02-dde21a106bdf/bankofengland-co-uk-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-bankofengland-co-uk-api-68c7a76d/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_mpc_dates

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.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-bankofengland-co-uk-api-68c7a76d/get_mpc_dates \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
