Japan Real Effective Exchange Rate was last reported at 66.02 points as of August 1, 2026. That is up 1.20% from the prior reading of 65.24 points. This indicator is reported Monthly, and is tracked under the International category.
| Date | Value (points) |
|---|---|
| Aug 2026 | 66.02 |
| Jul 2026 | 65.24 |
| Jun 2026 | 65.49 |
| May 2026 | 66.09 |
| Apr 2026 | 65.57 |
| Mar 2026 | 66.25 |
| Feb 2026 | 66.82 |
| Jan 2026 | 67.67 |
| Dec 2025 | 68.42 |
| Nov 2025 | 69.57 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 70.76 |
| Sep 2025 | 71.82 |
| Aug 2025 | 72.52 |
| Jul 2025 | 72.58 |
| Jun 2025 | 74.11 |
| May 2025 | 74.98 |
| Apr 2025 | 76.38 |
| Mar 2025 | 73.93 |
| Feb 2025 | 73.07 |
| Jan 2025 | 71.89 |
Pull the full history of Japan 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=JPREER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "JPREER", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=JPREER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();