Dallas Fed Manufacturing Survey was last reported at 11.6 Diffusion index as of August 1, 2026. That is up 792.31% from the prior reading of 1.3 Diffusion index. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Business category. The next scheduled release is September 28, 2026.
| Date | Value (Diffusion index) |
|---|---|
| Aug 2026 | 11.6 |
| Jul 2026 | 1.3 |
| Jun 2026 | 0.0 |
| May 2026 | 0.4 |
| Apr 2026 | -2.3 |
| Mar 2026 | -0.2 |
| Feb 2026 | 0.2 |
| Jan 2026 | -1.2 |
| Dec 2025 | -11.3 |
| Nov 2025 | -10.6 |
| Date | Value (Diffusion index) |
|---|---|
| Oct 2025 | -4.8 |
| Sep 2025 | -8.8 |
| Aug 2025 | -1.7 |
| Jul 2025 | 1.2 |
| Jun 2025 | -12.7 |
| May 2025 | -15.3 |
| Apr 2025 | -35.9 |
| Mar 2025 | -16.2 |
| Feb 2025 | -8.5 |
| Jan 2025 | 14.6 |
Pull the full history of Dallas Fed 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=USSURVDAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USSURVDAL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USSURVDAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();