EUR/USD historical exchange rates
Every statistic and point on this page is computed from the same dataset the API serves: daily EUR/USD closes from 2016-07-07 to 2026-09-08, with open, high, low and daily change stored for every trading day.
First recorded (2016)
1.1062 on 2016-07-07
Latest close
1.1626 on 2026-09-08
10-year high
1.2505 on 2018-02-01
10-year low
0.9596 on 2022-09-27
Total change
+5.1%
Trading days
2,649
Pull this dataset yourself
Full 10-year EUR/USD series (Unlimited plan)bash
curl "https://forex-feed.com/api/v1/pair-history?from=EUR&to=USD&start_date=2016-07-07&end_date=2026-09-08" \
-H "Authorization: Bearer ff_live_YOUR_KEY"Response shapejson
{
"success": true,
"data": {
"from": "EUR", "to": "USD",
"points": [
{ "date": "2016-07-07", "rate": 1.1062 },
… 2,649 points …
{ "date": "2026-09-08", "rate": 1.1626 }
]
},
"meta": { "count": 2649 }
}USD-base pairs can add ohlc=1 for daily candles — see the pair history docs.
Ten years of history, one request
Full historical access is included in the Unlimited plan — see pricing.