ECI Wages and Salaries was last reported at 179.0 points as of April 1, 2026. That is up 0.85% from the prior reading of 177.5 points. This indicator is reported Quarterly and seasonally adjusted, and is tracked under the Labor category. The next scheduled release is October 30, 2026.
| Date | Value (points) |
|---|---|
| 2026 Q2 | 179.0 |
| 2026 Q1 | 177.5 |
| 2025 Q4 | 176.2 |
| 2025 Q3 | 174.9 |
| 2025 Q2 | 173.6 |
| 2025 Q1 | 171.8 |
| 2024 Q4 | 170.5 |
| 2024 Q3 | 168.9 |
| 2024 Q2 | 167.6 |
| 2024 Q1 | 166.2 |
| Date | Value (points) |
|---|---|
| 2023 Q4 | 164.4 |
| 2023 Q3 | 162.8 |
| 2023 Q2 | 161.1 |
| 2023 Q1 | 159.4 |
| 2022 Q4 | 157.6 |
| 2022 Q3 | 155.8 |
| 2022 Q2 | 154.0 |
| 2022 Q1 | 151.7 |
| 2021 Q4 | 149.9 |
| 2021 Q3 | 148.0 |
Pull the full history of ECI Wages and Salaries 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=USECIWAGE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USECIWAGE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USECIWAGE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();