Inventories to Sales Ratio was last reported at 1.30 Ratio as of July 1, 2026. That reading was unchanged from the prior value of 1.30 Ratio. This indicator is reported Monthly, End of Period and seasonally adjusted, and is tracked under the Business category. The next scheduled release is October 15, 2026.
| Date | Value (Ratio) |
|---|---|
| Jul 2026 | 1.30 |
| Jun 2026 | 1.30 |
| May 2026 | 1.28 |
| Apr 2026 | 1.30 |
| Mar 2026 | 1.32 |
| Feb 2026 | 1.33 |
| Jan 2026 | 1.35 |
| Dec 2025 | 1.36 |
| Nov 2025 | 1.37 |
| Oct 2025 | 1.38 |
| Date | Value (Ratio) |
|---|---|
| Sep 2025 | 1.37 |
| Aug 2025 | 1.37 |
| Jul 2025 | 1.37 |
| Jun 2025 | 1.38 |
| May 2025 | 1.39 |
| Apr 2025 | 1.38 |
| Mar 2025 | 1.38 |
| Feb 2025 | 1.39 |
| Jan 2025 | 1.40 |
| Dec 2024 | 1.39 |
Pull the full history of Inventories to Sales Ratio 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=USINVSALES&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USINVSALES", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USINVSALES&period=max&api_key=YOUR_API_KEY");
const data = await res.json();