# USD to EUR Exchange Rate

Live, free, machine-readable economic data. Sourced from primary government datasets, updated on the published cadence.

## Download

- **CSV:** [https://calcfi.app/api/rates/usd-eur?format=csv](https://calcfi.app/api/rates/usd-eur?format=csv)
- **JSON (latest value):** [https://calcfi.app/api/rates/usd-eur](https://calcfi.app/api/rates/usd-eur)

Columns: `date,value,source` (one row per observation, sorted ascending by date).

## Live page

Interactive chart + 10-year history + stats: [https://calcfi.app/rates/history/usd-eur](https://calcfi.app/rates/history/usd-eur)

## Metadata

| Field | Value |
| --- | --- |
| Slug | `usd-eur` |
| Category | forex |
| Primary source | Fed H.10 via FRED (DEXUSEU) |
| Update cadence | daily |
| Last README sync | 2026-06-04 |

## License

[CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) — attribute to *CalcFi* with a link to [https://calcfi.app/rates/history/usd-eur](https://calcfi.app/rates/history/usd-eur).

## Why the CSV link points to calcfi.app

The previous `data.csv` link in this dataset's datahub.io storage was unreachable (404). CalcFi now serves the canonical CSV directly via its content-negotiated rates API, which reads from the same Supabase-cached pipeline that powers the live page above. The CSV is regenerated on every request from the most recent stored observations, so it stays in sync with the live page without a separate publishing step.
