Published

USA / EUR Foreign Exchange Rate since 1999

693
942

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.

/core/exchange-rates/
https://datahub.io/core/exchange-rates/_r/-/README.md
https://datahub.io/core/exchange-rates/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/exchange-rates/_r/-/data/annual.csv
https://datahub.io/core/exchange-rates/_r/-/data/daily.csv
https://datahub.io/core/exchange-rates/_r/-/data/monthly.csv
https://datahub.io/core/exchange-rates/_r/-/data/yearly.csv
https://datahub.io/core/exchange-rates/_r/-/datapackage.json
https://datahub.io/core/exchange-rates/_r/-/exchange_rates_flow.py
https://datahub.io/core/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/core/exchange-rates/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/core/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.27 MB3 days ago
daily
monthly
464 kB3 days ago
monthly
annual
24.5 kB26 days ago
annual
FilesSizeFormatCreatedUpdatedLicenseSource
37.76 MBabout 14 hours agoFederal Reserve Bank of St. Louis

badge

Foreign exchange rates from US Federal Reserve in daily, monthly and yearly basis.

Data

Data is gathered from https://fred.stlouisfed.org. Most of the countries have rates for days, months and years, but some only have for months. Some countries have inverted values. Most are compared to USD, and some are USD compared to them.

Following country currencies have USD/currency ratio:

  • Austalia
  • Euro
  • Ireland
  • New Zealand
  • United Kingdom

The rest of countries have currency/USD ratio.

In this dataset, there are 3 granularities available:

  • daily
  • monthly
  • yearly

The data has following fields:

  • Date - date in ISO format
  • Country - name of a country
  • Value - currency rate

Preparation

You will need Python 3.6 or greater and dataflows library to run the script

To update the data run the process script locally:

# Install dataflows
pip install dataflows

# Run the script
python exchange_rates_flow.py

License

Licensed under the Public Domain Dedication and License (assuming either no rights or public domain license in source data).