Updated

Update Script Maintenance Report

Foreign exchange rates from US Federal Reserve in daily, monthly and yearly basis. Data is gathered from https://fred.stlouisfed.org. Most of the countries have rates for days, months and years, bu...

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
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.jsonmetadata & schema
https://datahub.io/luccasmmg/exchange-rates/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/luccasmmg/exchange-rates/_r/-/README.md
Typical Usage
  1. 1. Fetch datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in datapackage.json
  3. 3. Read README.md for full context

Data Previews

daily

Loading data...

Schema

nametypeformatdescription
DatedatedefaultDate in ISO format
CountrystringdefaultName of a country
Exchange ratenumberdefaultForeign Exchange Rate to USD. Only AUD, IEP, NZD, GBP and EUR to USD.

monthly

Loading data...

Schema

nametypeformatdescription
DatedatedefaultDate in ISO format
CountrystringdefaultName of a country
Exchange ratenumberdefaultForeign Exchange Rate to USD. Only AUD, IEP, NZD, GBP and EUR to USD.

annual

Loading data...

Schema

nametypeformatdescription
DatedatedefaultDate in ISO format
CountrystringdefaultName of a country
Exchange ratenumberdefaultForeign Exchange Rate to USD. Only AUD, IEP, NZD, GBP and EUR to USD.

Data Files

FileDescriptionSizeLast modifiedDownload
daily
7.55 MBabout 1 month ago
daily
monthly
482 kBabout 2 months ago
monthly
annual
27.9 kBabout 2 months ago
annual
FilesSizeFormatCreatedUpdatedLicenseSource
38.06 MBabout 1 month agoFederal 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.py source retrieval to use FRED CSV endpoint (fredgraph.csv?id=...) instead of legacy .txt files.
  • Added HTTP fail-fast handling with request timeouts.
  • Updated scripts/main.py to use FRED CSV endpoint and stable path handling based on script location.
  • Regenerated data/daily.csv, data/monthly.csv, and data/yearly.csv using current FRED CSV responses.
  • This addresses stale updates caused by changes in FRED legacy endpoint behavior.