Business Applications was last reported at 129,820 Number as of August 29, 2026. That is up 12.30% from the prior reading of 115,600 Number. This indicator is reported Weekly, Ending Saturday and not seasonally adjusted, and is tracked under the Business category. The next scheduled release is October 14, 2026.
| Date | Value (Number) |
|---|---|
| Aug 29, 2026 | 129,820 |
| Aug 22, 2026 | 115,600 |
| Aug 15, 2026 | 121,190 |
| Aug 8, 2026 | 112,600 |
| Aug 1, 2026 | 117,750 |
| Jul 25, 2026 | 138,230 |
| Jul 18, 2026 | 128,620 |
| Jul 11, 2026 | 116,370 |
| Jul 4, 2026 | 134,970 |
| Jun 27, 2026 | 121,000 |
| Date | Value (Number) |
|---|---|
| Jun 20, 2026 | 121,310 |
| Jun 13, 2026 | 123,810 |
| Jun 6, 2026 | 131,630 |
| May 30, 2026 | 112,090 |
| May 23, 2026 | 125,220 |
| May 16, 2026 | 130,580 |
| May 9, 2026 | 131,810 |
| May 2, 2026 | 132,870 |
| Apr 25, 2026 | 132,030 |
| Apr 18, 2026 | 129,340 |
Pull the full history of Business Applications 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=USBIZAPPS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USBIZAPPS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USBIZAPPS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();