API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
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.json— metadata & schema
https://datahub.io/core/bond-yields-uk-10y/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/bond-yields-uk-10y/_r/-/README.md
Typical Usage
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Views
Data Previews
quarterly
Loading data...
Schema
| name | type | format | description | decimalChar | groupChar |
|---|---|---|---|---|---|
| Date | date | %Y-%m-%d | |||
| Rate | number | default | Quarterly average yield from British Government Securities, 10 year Nominal Par Yield | . |
annual
Loading data...
Schema
| name | type | format | description | decimalChar | groupChar |
|---|---|---|---|---|---|
| Year | date | %Y-%m-%d | |||
| Rate | number | default | Annual average yield from British Government Securities, 10 year Nominal Par Yield | . |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
quarterly | 3.21 kB | about 2 months ago | quarterly | |
annual | 813 B | about 2 months ago | annual |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 2 | 4.02 kB | csv | about 2 months ago | Bank of England |
Update Script Maintenance Report
Date: 2026-03-03
- Executed updater:
python scripts/bond_uk_flow.py. - Refreshed dataset outputs:
data/annual.csvdata/quarterly.csvdatapackage.json
- Added workflow write permission in
.github/workflows/actions.yml(permissions: contents: write) for reliable scheduled push behavior.