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.
/core/zopa/
https://datahub.io/core/zopa/_r/-/README.md
https://datahub.io/core/zopa/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
├ data.py
https://datahub.io/core/zopa/_r/-/data.py
https://datahub.io/core/zopa/_r/-/data/market_quote_report.csv
https://datahub.io/core/zopa/_r/-/datapackage.json
https://datahub.io/core/zopa/_r/-/requirements.txt
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/zopa/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/zopa/_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 Files
Explore with AImarket_quote_report.csv
Download
Download CSVAbout
- Interest rates in the market
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 550 kB
About this dataset
Update Script Maintenance Report
Date: 2026-03-04
- Ran updater:
python data.py. - Root cause: legacy script depended on unavailable
datautilpackage and obsolete environment assumptions. - Fixes made:
- Replaced updater with a minimal
requests-based fetch path and addedrequirements.txt. - Added first scheduled/manual workflow with explicit
contents: write.
- Replaced updater with a minimal
- Validation summary: script now executes with modern dependencies; upstream
uk.zopa.comendpoint currently fails DNS resolution and blocks data refresh.