Empire State Manufacturing Survey was last reported at 7.6 Diffusion index as of September 1, 2026. That is down 63.11% from the prior reading of 20.6 Diffusion index. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Business category. The next scheduled release is October 15, 2026.
| Date | Value (Diffusion index) |
|---|---|
| Sep 2026 | 7.6 |
| Aug 2026 | 20.6 |
| Jul 2026 | 15.6 |
| Jun 2026 | 5.7 |
| May 2026 | 19.6 |
| Apr 2026 | 11.0 |
| Mar 2026 | -0.2 |
| Feb 2026 | 7.1 |
| Jan 2026 | 7.7 |
| Dec 2025 | -3.7 |
| Date | Value (Diffusion index) |
|---|---|
| Nov 2025 | 13.5 |
| Oct 2025 | 7.8 |
| Sep 2025 | -7.0 |
| Aug 2025 | 9.1 |
| Jul 2025 | 3.1 |
| Jun 2025 | -14.9 |
| May 2025 | -6.9 |
| Apr 2025 | -8.6 |
| Mar 2025 | -15.7 |
| Feb 2025 | 4.3 |
Pull the full history of Empire State Manufacturing Survey 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=USSURVNY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USSURVNY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USSURVNY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();