Bank of England gilt par yields, daily
Daily UK gilt nominal par yields from the Bank of England's Statistical Interactive Database (IADB): 5-year (IUDSNPY), 10-year (IUDMNPY) and 20-year (IUDLNPY) par yields in percent per annum, estimated from the Bank's fitted nominal gilt yield curve. The 10-year series starts 1993-11-01, the 5-year 1993-12-01 and the 20-year 2000-01-04; earlier dates are null by construction.
- Source
- Bank of England (IADB)
- Rows
- 24,930
- Columns
- 4
- Source cadence
- Daily
- Last refreshed
- Sep 23, 2026
- Theme
- markets
| Column | Type | Description |
|---|---|---|
| date | date | Observation date from the DATE column of the Bank of England IADB CSV export. Monthly series publish on month-end dates and are stored as the first day of the month. |
| series_id | string | Bank of England IADB series code (for example 'IUDBEDR' or 'XUDLUSS'); the unique identifier of the series in the Bank's database. |
| series_label | string | Same as series_id: the IADB CSV export identifies series by code only, so the label is the code itself. |
| value | float | Observed value for the series and date. Units follow the series definition in the dataset description. Missing observations are null. |
First 10 sample rows — a preview, not the complete dataset.
| date | series_id | series_label | value |
|---|---|---|---|
| 1993-11-01 | IUDLNPY | IUDLNPY | — |
| 1993-11-02 | IUDLNPY | IUDLNPY | — |
| 1993-11-03 | IUDLNPY | IUDLNPY | — |
| 1993-11-04 | IUDLNPY | IUDLNPY | — |
| 1993-11-05 | IUDLNPY | IUDLNPY | — |
| 1993-11-08 | IUDLNPY | IUDLNPY | — |
| 1993-11-09 | IUDLNPY | IUDLNPY | — |
| 1993-11-10 | IUDLNPY | IUDLNPY | — |
| 1993-11-11 | IUDLNPY | IUDLNPY | — |
| 1993-11-12 | IUDLNPY | IUDLNPY | — |
Profiled Sep 23, 2026 from snapshot 20260923T112741Z-eb5b2e638870
Measured- Completeness
- 98.4%
- Rows
- 24,930
- Columns
- 4
- Columns with gaps
- 1
| Column | Missing | Distinct | Range | Distribution |
|---|---|---|---|---|
| datedate | 0% | 8,227 | Nov 1, 1993 → Sep 21, 2026 | — |
| series_idvarchar | 0% | 3 | — |
|
| series_labelvarchar | 0% | 3 | — |
|
| valuedouble | 6.3% | 21,237 | -0.1426 → 9.13median 4.18 | 468 outside 1st–99th percentile |
- Current
20260923T112741Z-eb5b2e638870 · sha256 eb5b2e638870…
24,930 rows · first snapshot
Point any LLM at the metadata endpoint — the documentation above is machine-readable too (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/boe/boe_gilt_par_yields" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/boe/boe_gilt_par_yields").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)API endpoint: https://datazimuts.com/v1/datasets/boe/boe_gilt_par_yields
Tip: fetch /llms.txt for the full machine-readable catalog.
Where this data comes from and what was made from it. Other people's work shows as counts; only shared projects are named.
Cite this snapshot
Pinned to snapshot 20260923T112741Z-eb5b2e638870 and its content hash, so readers get exactly the data you used.
Bank of England (IADB). (2026). Bank of England gilt par yields, daily [Data set, snapshot 20260923T112741Z-eb5b2e638870, sha256 eb5b2e638870]. Datazimuts. Retrieved 2026-09-23, from https://datazimuts.com/en/datasets/boe/boe_gilt_par_yields?snapshot=20260923T112741Z-eb5b2e638870
@misc{dz_boe_boe_gilt_par_yields_eb5b2e63,
title = {{Bank of England gilt par yields, daily}},
author = {{Bank of England (IADB)}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/boe/boe_gilt_par_yields?snapshot=20260923T112741Z-eb5b2e638870}},
note = {Snapshot 20260923T112741Z-eb5b2e638870, sha256 eb5b2e638870bfa79087535b0fc35381c85a857ea5ea68773e2337fd39b6c998; accessed 2026-09-23}
}Embed a table or a chart
Paste this into any page. The embed is pinned to the same snapshot, follows the reader's light or dark setting, and always shows the source, license and a link back.
<iframe src="https://datazimuts.com/embed/chart?dataset=boe%2Fboe_gilt_par_yields&lang=en&theme=auto&snapshot=20260923T112741Z-eb5b2e638870&x=date&y=value&agg=avg" title="Bank of England gilt par yields, daily" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Ask about this dataset. Answers come only from its catalog record, measured profile and change history, and list the facts they used.