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/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 Previews
market_quote_report.csv
Loading data...
monthly_bad_debt_20110815_download.xls
Unsupported data preview format `xls`
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
market_quote_report.csv | Interest rates in the market | 550 kB | 3 months ago | market_quote_report.csv |
monthly_bad_debt_20110815_download.xls | Monthly bad debt rates (as of Aug 2011) | monthly_bad_debt_20110815_download.xls |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 2 | 550 kB | csv, xls | about 2 months ago |
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.