Updated

Update Script Maintenance Report

1.4K

10 year nominal yields on UK government bonds from the bank of England. The 10 year government bond yield is considered a standard indicator of long-term interest rates. This is a direct extract from ...

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.

/core/bond-yields-uk-10y/
https://datahub.io/core/bond-yields-uk-10y/_r/-/README.md
https://datahub.io/core/bond-yields-uk-10y/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/bond-yields-uk-10y/_r/-/data/annual.csv
https://datahub.io/core/bond-yields-uk-10y/_r/-/data/quarterly.csv
https://datahub.io/core/bond-yields-uk-10y/_r/-/datapackage.json
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

datapackage.jsonmetadata & schema
https://datahub.io/core/bond-yields-uk-10y/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/core/bond-yields-uk-10y/_r/-/README.md
Typical Usage
  1. 1. Fetch datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in datapackage.json
  3. 3. Read README.md for full context

Data Views

Data Previews

quarterly

Loading data...

Schema

nametypeformatdescriptiondecimalChargroupChar
Datedate%Y-%m-%d
RatenumberdefaultQuarterly average yield from British Government Securities, 10 year Nominal Par Yield.

annual

Loading data...

Schema

nametypeformatdescriptiondecimalChargroupChar
Yeardate%Y-%m-%d
RatenumberdefaultAnnual average yield from British Government Securities, 10 year Nominal Par Yield.

Data Files

FileDescriptionSizeLast modifiedDownload
quarterly
3.21 kBabout 2 months ago
quarterly
annual
813 Babout 2 months ago
annual
FilesSizeFormatCreatedUpdatedLicenseSource
24.02 kBcsvabout 2 months agoBank of England

Update Script Maintenance Report

Date: 2026-03-03

  • Executed updater: python scripts/bond_uk_flow.py.
  • Refreshed dataset outputs:
    • data/annual.csv
    • data/quarterly.csv
    • datapackage.json
  • Added workflow write permission in .github/workflows/actions.yml (permissions: contents: write) for reliable scheduled push behavior.