Trade-Weighted Dollar Index was last reported at 118.2126 Index Jan 2006=100 as of September 11, 2026. That is up 0.11% from the prior reading of 118.0787 Index Jan 2006=100. This indicator is reported Daily and not seasonally adjusted, and is tracked under the Trade category. The next scheduled release is September 21, 2026.
| Date | Value (Index Jan 2006=100) |
|---|---|
| Sep 11, 2026 | 118.2126 |
| Sep 10, 2026 | 118.0787 |
| Sep 9, 2026 | 117.8834 |
| Sep 8, 2026 | 117.9127 |
| Sep 4, 2026 | 118.0732 |
| Sep 3, 2026 | 118.1270 |
| Sep 2, 2026 | 118.5296 |
| Sep 1, 2026 | 118.6568 |
| Aug 31, 2026 | 118.5679 |
| Aug 28, 2026 | 118.7479 |
| Date | Value (Index Jan 2006=100) |
|---|---|
| Aug 27, 2026 | 118.3583 |
| Aug 26, 2026 | 118.4461 |
| Aug 25, 2026 | 118.2283 |
| Aug 24, 2026 | 118.3195 |
| Aug 21, 2026 | 118.0628 |
| Aug 20, 2026 | 118.2548 |
| Aug 19, 2026 | 118.3328 |
| Aug 18, 2026 | 118.9831 |
| Aug 17, 2026 | 118.8140 |
| Aug 14, 2026 | 118.9028 |
Pull the full history of Trade-Weighted Dollar Index 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=USDXY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USDXY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USDXY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();