Euro Area Real Effective Exchange Rate was last reported at 103.34 points as of August 1, 2026. That is up 0.77% from the prior reading of 102.55 points. This indicator is reported Monthly, and is tracked under the International category.
| Date | Value (points) |
|---|---|
| Aug 2026 | 103.34 |
| Jul 2026 | 102.55 |
| Jun 2026 | 102.71 |
| May 2026 | 103.38 |
| Apr 2026 | 103.93 |
| Mar 2026 | 103.10 |
| Feb 2026 | 102.80 |
| Jan 2026 | 102.97 |
| Dec 2025 | 104.17 |
| Nov 2025 | 103.68 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 104.17 |
| Sep 2025 | 104.59 |
| Aug 2025 | 104.35 |
| Jul 2025 | 104.42 |
| Jun 2025 | 103.89 |
| May 2025 | 102.76 |
| Apr 2025 | 103.57 |
| Mar 2025 | 100.68 |
| Feb 2025 | 98.12 |
| Jan 2025 | 98.52 |
Pull the full history of Euro Area Real Effective Exchange Rate into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=EUREER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "EUREER", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=EUREER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();