API Access
Access dataset files directly from scripts, code, or AI agents.
Browse dataset files
API Access
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.
/luccasmmg/bond-yields-uk-10y/
https://datahub.io/luccasmmg/bond-yields-uk-10y/_r/-/README.md
https://datahub.io/luccasmmg/bond-yields-uk-10y/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/luccasmmg/bond-yields-uk-10y/_r/-/data/annual.csv
https://datahub.io/luccasmmg/bond-yields-uk-10y/_r/-/data/quarterly.csv
https://datahub.io/luccasmmg/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/luccasmmg/bond-yields-uk-10y/_r/-/datapackage.json
README.md— documentation
https://datahub.io/luccasmmg/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
Average yield from British Government Securities, 10 year Nominal Par Yield
Data Files
Explore with AIquarterly
| Field | 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 | . |
Download
Download CSVAbout
- Last updated
- 6 March 2026
- Total rows
- ...
- Format
- CSV
- File size
- 3.21 kB
- Source
- Bank of England
annual
| Field | 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 | . |
Download
Download CSVAbout
- Last updated
- 6 March 2026
- Total rows
- ...
- Format
- CSV
- File size
- 813 B
- Source
- Bank of England
About this dataset
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.