Cass Freight Shipments was last reported at 1.038 points as of August 1, 2026. That is up 5.60% from the prior reading of 0.983 points. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Business category.
| Date | Value (points) |
|---|---|
| Aug 2026 | 1.038 |
| Jul 2026 | 0.983 |
| Jun 2026 | 1.009 |
| May 2026 | 1.041 |
| Apr 2026 | 1.011 |
| Mar 2026 | 1.007 |
| Feb 2026 | 0.978 |
| Jan 2026 | 0.886 |
| Dec 2025 | 0.932 |
| Nov 2025 | 1.004 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 0.997 |
| Sep 2025 | 1.042 |
| Aug 2025 | 1.017 |
| Jul 2025 | 1.033 |
| Jun 2025 | 1.052 |
| May 2025 | 1.054 |
| Apr 2025 | 1.058 |
| Mar 2025 | 1.054 |
| Feb 2025 | 1.054 |
| Jan 2025 | 0.954 |
Pull the full history of Cass Freight Shipments 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=USFREIGHTCASS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USFREIGHTCASS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USFREIGHTCASS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();