USA / EUR Foreign Exchange Rate since 1999

422
0
Updated:
Files:3
Size:8.06 MB
Formats:csv
License:public_domain_dedication_and_license

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 Files

Explore with AI

daily

Download

Download CSV

About

Last updated
24 March 2026
Total rows
...
Format
CSV
File size
7.55 MB
License
public_domain_dedication_and_license

monthly

Download

Download CSV

About

Last updated
11 March 2026
Total rows
...
Format
CSV
File size
482 kB
License
public_domain_dedication_and_license

annual

Download

Download CSV

About

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.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.