Services Spending was last reported at 15,401.0 Bil. of $ as of July 1, 2026. That is up 0.56% from the prior reading of 15,314.9 Bil. of $. This indicator is reported Monthly and saar, and is tracked under the Consumer category. The next scheduled release is September 30, 2026.
| Date | Value (Bil. of $) |
|---|---|
| Jul 2026 | 15,401.0 |
| Jun 2026 | 15,314.9 |
| May 2026 | 15,235.1 |
| Apr 2026 | 15,095.8 |
| Mar 2026 | 14,999.6 |
| Feb 2026 | 14,949.0 |
| Jan 2026 | 14,919.0 |
| Dec 2025 | 14,850.7 |
| Nov 2025 | 14,763.0 |
| Oct 2025 | 14,727.0 |
| Date | Value (Bil. of $) |
|---|---|
| Sep 2025 | 14,642.7 |
| Aug 2025 | 14,568.2 |
| Jul 2025 | 14,485.7 |
| Jun 2025 | 14,380.0 |
| May 2025 | 14,317.8 |
| Apr 2025 | 14,258.6 |
| Mar 2025 | 14,187.5 |
| Feb 2025 | 14,101.4 |
| Jan 2025 | 14,079.1 |
| Dec 2024 | 14,038.0 |
Pull the full history of Services Spending 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=USCONSUMPSERV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCONSUMPSERV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCONSUMPSERV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();