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.
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.
Start with these files — they give you everything you need to understand and access the dataset.
- 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
- 5 May 2026
- Total rows
- ...
- Format
- CSV
- File size
- 7.57 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
- 5 May 2026
- Total rows
- ...
- Format
- CSV
- File size
- 483 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
- 8 April 2026
- Total rows
- ...
- Format
- CSV
- File size
- 27.9 kB
- License
- public_domain_dedication_and_license
About this dataset
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).