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-07-21, with open, high, low and daily change stored for every trading day.
First recorded (2016)
1.1062 on 2016-07-07
Latest close
1.1400 on 2026-07-21
10-year high
1.2505 on 2018-02-01
10-year low
0.9596 on 2022-09-27
Total change
+3.1%
Trading days
2,600
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-07-21" \
-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,600 points …
{ "date": "2026-07-21", "rate": 1.1400 }
]
},
"meta": { "count": 2600 }
}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.