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.
/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 Previews
daily
Loading data...
Schema
| name | 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. |
monthly
Loading data...
Schema
| name | 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. |
annual
Loading data...
Schema
| name | 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. |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
daily | 7.55 MB | about 1 month ago | daily | |
monthly | 482 kB | about 2 months ago | monthly | |
annual | 27.9 kB | about 2 months ago | annual |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 3 | 8.06 MB | about 1 month ago | Federal Reserve Bank of St. Louis |
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.