China Real Effective Exchange Rate was last reported at 91.77 points as of August 1, 2026. That is down 0.97% from the prior reading of 92.67 points. This indicator is reported Monthly, and is tracked under the International category.
| Date | Value (points) |
|---|---|
| Aug 2026 | 91.77 |
| Jul 2026 | 92.67 |
| Jun 2026 | 92.23 |
| May 2026 | 90.83 |
| Apr 2026 | 91.01 |
| Mar 2026 | 91.50 |
| Feb 2026 | 90.74 |
| Jan 2026 | 89.52 |
| Dec 2025 | 89.44 |
| Nov 2025 | 88.82 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 87.97 |
| Sep 2025 | 87.21 |
| Aug 2025 | 86.77 |
| Jul 2025 | 86.37 |
| Jun 2025 | 86.18 |
| May 2025 | 86.84 |
| Apr 2025 | 87.66 |
| Mar 2025 | 90.56 |
| Feb 2025 | 92.23 |
| Jan 2025 | 92.65 |
Pull the full history of China 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=CNREER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CNREER", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CNREER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();