zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Finance/Boe
Logo Boe

Boe

The Bank of England's official Bank Rate, the policy rate the MPC sets.

Endpoints
3
Requests
514
Updated
5 hours ago
For LLMs
llms.txt
Endpoint healthnot yet measured
  • bank-ratenot measured
  • seriesnot measured
  • sonianot measured
no measurements yetdaily 01:00 WIB

Playground

3 endpoints
GET/v1/finance:boe/bank-rate1h cache2 paramschecking key…
Parameters
fromstring

First observation date, YYYY-MM-DD. Default 90 days ago.

tostring

Last observation date, YYYY-MM-DD. Default today.

·
Response
EXAMPLE
{
  "to": "2026-08-21",
  "from": "2026-05-01",
  "unit": "percent per annum",
  "count": 77,
  "items": [
    {
      "date": "2026-08-19",
      "value": 3.75
    },
    {
      "date": "2026-08-18",
      "value": 3.75
    },
    {
      "date": "2026-08-17",
      "value": 3.75
    },
    {
      "date": "2026-08-14",
      "value": 3.75
    },
    {
      "date": "2026-08-13",
      "value": 3.75
    },
    {
      "date": "2026-08-12",
      "value": 3.75
    },
    {
      "date": "2026-08-11",
      "value": 3.75
    },
    {
      "date": "2026-08-10",
      "value": 3.75
    }
  ],
  "title": "Official Bank Rate",
  "series": "IUDBEDR",
  "dataset": "bank-rate",
  "provider": "boe",
  "latestDate": "2026-08-19",
  "latestValue": 3.75
}

Code examples

Bank Rate
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("finance:boe", "bank-rate", {
  "from": "2026-05-01",
  "to": "2026-08-20"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/finance:boe/bank-rate?from=2026-05-01&to=2026-08-20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

3 endpoints · plain text
GETBank Rate/v1/finance:boe/bank-rateThe Bank of England's official Bank Rate, the policy rate the MPC sets.

Parameters

fromstringoptional
First observation date, YYYY-MM-DD. Default 90 days ago.
tostringoptional
Last observation date, YYYY-MM-DD. Default today.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:boe/bank-rate?from=2026-05-01&to=2026-08-20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "to": "2026-08-21",
  "from": "2026-05-01",
  "unit": "percent per annum",
  "count": 77,
  "items": [
    {
      "date": "2026-08-19",
      "value": 3.75
    },
    {
      "date": "2026-08-18",
      "value": 3.75
    },
    {
      "date": "2026-08-17",
      "value": 3.75
    },
    {
      "date": "2026-08-14",
      "value": 3.75
    },
    {
      "date": "2026-08-13",
      "value": 3.75
    },
    {
      "date": "2026-08-12",
      "value": 3.75
    },
    {
      "date": "2026-08-11",
      "value": 3.75
    },
    {
      "date": "2026-08-10",
      "value": 3.75
    }
  ],
  "title": "Official Bank Rate",
  "series": "IUDBEDR",
  "dataset": "bank-rate",
  "provider": "boe",
  "latestDate": "2026-08-19",
  "latestValue": 3.75
}
GETSeries/v1/finance:boe/seriesAny series in the Bank of England's Interactive Database, by code.

Parameters

seriesstringoptional
Interactive Database series codes, comma-separated, up to 40 in one call. Default IUDBEDR (Bank Rate).
fromstringoptional
First observation date, YYYY-MM-DD. Default 30 days ago.
tostringoptional
Last observation date, YYYY-MM-DD. Default today.
layoutenumoptional
long returns one item per series with its own dated values; wide returns one item per date carrying every series. Default long. Values: long, wide.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:boe/series?series=IUDBEDR%2CIUDSOIA&from=2026-08-01&to=2026-08-20&layout=long" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "to": "2026-08-21",
  "from": "2026-07-22",
  "count": 2,
  "items": [
    {
      "count": 21,
      "series": "IUDBEDR",
      "values": [
        {
          "date": "2026-08-19",
          "value": 3.75
        },
        {
          "date": "2026-08-18",
          "value": 3.75
        },
        {
          "date": "2026-08-17",
          "value": 3.75
        },
        {
          "date": "2026-08-14",
          "value": 3.75
        },
        {
          "date": "2026-08-13",
          "value": 3.75
        },
        {
          "date": "2026-08-12",
          "value": 3.75
        },
        {
          "date": "2026-08-11",
          "value": 3.75
        },
        {
          "date": "2026-08-10",
          "value": 3.75
        }
      ],
      "latestDate": "2026-08-19",
      "latestValue": 3.75
    },
    {
      "count": 21,
      "series": "IUDSOIA",
      "values": [
        {
          "date": "2026-08-19",
          "value": null
        },
        {
          "date": "2026-08-18",
          "value": 3.7311
        },
        {
          "date": "2026-08-17",
          "value": 3.7312
        },
        {
          "date": "2026-08-14",
          "value": 3.7307
        },
        {
          "date": "2026-08-13",
          "value": 3.7308
        },
        {
          "date": "2026-08-12",
          "value": 3.731
        },
        {
          "date": "2026-08-11",
          "value": 3.7315
        },
        {
          "date": "2026-08-10",
          "value": 3.7315
        }
      ],
      "latestDate": "2026-08-18",
      "latestValue": 3.7311
    }
  ],
  "total": 21,
  "layout": "long",
  "series": [
    "IUDBEDR",
    "IUDSOIA"
  ],
  "dataset": "series",
  "missing": [],
  "provider": "boe",
  "resolved": [
    "IUDBEDR",
    "IUDSOIA"
  ]
}
GETSonia/v1/finance:boe/soniaSONIA — the sterling overnight index average, the UK's risk-free rate.

Parameters

fromstringoptional
First observation date, YYYY-MM-DD. Default 90 days ago.
tostringoptional
Last observation date, YYYY-MM-DD. Default today.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:boe/sonia?from=2026-05-01&to=2026-08-20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "to": "2026-08-21",
  "from": "2026-05-01",
  "unit": "percent per annum",
  "count": 76,
  "items": [
    {
      "date": "2026-08-18",
      "value": 3.7311
    },
    {
      "date": "2026-08-17",
      "value": 3.7312
    },
    {
      "date": "2026-08-14",
      "value": 3.7307
    },
    {
      "date": "2026-08-13",
      "value": 3.7308
    },
    {
      "date": "2026-08-12",
      "value": 3.731
    },
    {
      "date": "2026-08-11",
      "value": 3.7315
    },
    {
      "date": "2026-08-10",
      "value": 3.7315
    },
    {
      "date": "2026-08-07",
      "value": 3.7318
    }
  ],
  "title": "SONIA, sterling overnight index average",
  "series": "IUDSOIA",
  "dataset": "sonia",
  "provider": "boe",
  "latestDate": "2026-08-18",
  "latestValue": 3.7311
}

Related APIs

More in finance

Pluang

finance/pluang

Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Amerika, emas, kripto, sinyal analis dan berita.

27.9K calls·1d cache

Binance Vision

finance/binance-vision

Binance's public bulk archive: klines, 5-minute open-interest and long/short metrics, funding, book depth and liquidations, back to 2017.

7.9K calls·1d cache

TradingView

finance/tradingview

Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, crypto, forex and futures.

57K calls·1d cache

Stockbit

finance/stockbit

Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi.

17.8K calls·1d cache

Mempool Space

finance/mempool-space

Recommended fee tiers in sat/vB, as mempool.space's own estimator sees them.

1.1K calls·2m cache

Etherscan

finance/etherscan

Current gas price tiers and base fee, from Etherscan's V2 multichain API.

683 calls·30s cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026