Atlanta Fed Wage Growth Tracker was last reported at 4.1 percent as of August 1, 2026. That is up 7.89% from the prior reading of 3.8 percent. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Labor category.
| Date | Value (percent) |
|---|---|
| Aug 2026 | 4.1 |
| Jul 2026 | 3.8 |
| Jun 2026 | 3.6 |
| May 2026 | 3.5 |
| Apr 2026 | 3.6 |
| Mar 2026 | 3.9 |
| Feb 2026 | 3.7 |
| Jan 2026 | 3.6 |
| Dec 2025 | 3.7 |
| Nov 2025 | 4.0 |
| Date | Value (percent) |
|---|---|
| Sep 2025 | 4.2 |
| Aug 2025 | 4.0 |
| Jul 2025 | 4.1 |
| Jun 2025 | 4.1 |
| May 2025 | 4.3 |
| Apr 2025 | 4.3 |
| Mar 2025 | 4.3 |
| Feb 2025 | 4.3 |
| Jan 2025 | 4.2 |
| Dec 2024 | 4.2 |
Pull the full history of Atlanta Fed Wage Growth Tracker 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=USWAGETRACKER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USWAGETRACKER", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USWAGETRACKER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();