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/exchange-rates/
https://datahub.io/luccasmmg/exchange-rates/_r/-/README.md
https://datahub.io/luccasmmg/exchange-rates/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/luccasmmg/exchange-rates/_r/-/data/annual.csv
https://datahub.io/luccasmmg/exchange-rates/_r/-/data/daily.csv
https://datahub.io/luccasmmg/exchange-rates/_r/-/data/monthly.csv
https://datahub.io/luccasmmg/exchange-rates/_r/-/data/yearly.csv
https://datahub.io/luccasmmg/exchange-rates/_r/-/datapackage.json
https://datahub.io/luccasmmg/exchange-rates/_r/-/exchange_rates_flow.py
https://datahub.io/luccasmmg/exchange-rates/_r/-/pipeline-spec.yaml
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/exchange-rates/_r/-/datapackage.json
README.md— documentation
https://datahub.io/luccasmmg/exchange-rates/_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 AIdaily
| Field | Type | Format | Description |
|---|---|---|---|
| Date | date | default | Date in ISO format |
| Country | string | default | Name of a country |
| Exchange rate | number | default | Foreign Exchange Rate to USD. Only AUD, IEP, NZD, GBP and EUR to USD. |
Download
Download CSVAbout
- Last updated
- 24 March 2026
- Total rows
- ...
- Format
- CSV
- File size
- 7.55 MB
- License
- public_domain_dedication_and_license
monthly
| Field | Type | Format | Description |
|---|---|---|---|
| Date | date | default | Date in ISO format |
| Country | string | default | Name of a country |
| Exchange rate | number | default | Foreign Exchange Rate to USD. Only AUD, IEP, NZD, GBP and EUR to USD. |
Download
Download CSVAbout
- Last updated
- 11 March 2026
- Total rows
- ...
- Format
- CSV
- File size
- 482 kB
- License
- public_domain_dedication_and_license
annual
| Field | Type | Format | Description |
|---|---|---|---|
| Date | date | default | Date in ISO format |
| Country | string | default | Name of a country |
| Exchange rate | number | default | Foreign Exchange Rate to USD. Only AUD, IEP, NZD, GBP and EUR to USD. |
Download
Download CSVAbout
- Last updated
- 9 March 2026
- Total rows
- ...
- Format
- CSV
- File size
- 27.9 kB
- License
- public_domain_dedication_and_license
About this dataset
Update Script Maintenance Report
Date: 2026-03-03
- Added GitHub Actions automation at
.github/workflows/actions.yml(daily schedule + manual trigger). - Updated
exchange_rates_flow.pysource retrieval to use FRED CSV endpoint (fredgraph.csv?id=...) instead of legacy.txtfiles. - Added HTTP fail-fast handling with request timeouts.
- Updated
scripts/main.pyto use FRED CSV endpoint and stable path handling based on script location. - Regenerated
data/daily.csv,data/monthly.csv, anddata/yearly.csvusing current FRED CSV responses. - This addresses stale updates caused by changes in FRED legacy endpoint behavior.