Graham Holdings (GHC) Change in Inventory (2009 - 2026)
Graham Holdings' (GHC) quarterly Change in Inventory came in at $25.0 million in Q2 2026, up 876.72% year-over-year from $2.6 million in Q2 2025, and up 1062.09% quarter-over-quarter from $2.2 million in Q1 2026.
Graham Holdings (GHC) Change in Inventory (2009 - 2026) Analysis & Trends
Graham Holdings has disclosed Change in Inventory across 15 years of filings, most recently posting $25.0 million for Q2 2026.
- In Q2 2026, Change in Inventory rose 876.72% year-over-year to $25.0 million; the TTM figure through Jun 2026 stood at $25.2 million (up 137.59% YoY), while the FY2025 annual figure was -$35.3 million, down 325.3% from the prior year.
- Change in Inventory came in at $25.0 million for Q2 2026 at Graham Holdings, up from $2.2 million in the prior quarter.
- In the past five years, Change in Inventory ranged from a high of $28.8 million in Q1 2024 to a low of -$35.8 million in Q1 2025.
- Average Change in Inventory over 5 years is $6.2 million, with a median of $12.0 million recorded in 2022.
- Year-over-year, Change in Inventory plunged 224.53% in 2025 and soared 876.72% in 2026.
- Over 5 years, Change in Inventory stood at $16.8 million in 2022, then retreated by 6.71% to $15.7 million in 2023, then plunged by 204.41% to -$16.4 million in 2024, then gained by 23.15% to -$12.6 million in 2025, then soared by 298.68% to $25.0 million in 2026.
- Per Business Quant data, the three most recent Change in Inventory figures were $25.0 million in Q2 2026, $2.2 million in Q1 2026, and -$12.6 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | - |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | - |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | - |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 25.04 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | - |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | 2.80 Mn |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | - |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | - |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | - |
| 10 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn | -7.29 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 25.04 Mn |
| Mar 31, 2026 | 2.16 Mn |
| Dec 31, 2025 | -12.61 Mn |
| Sep 30, 2025 | 10.56 Mn |
| Jun 30, 2025 | 2.56 Mn |
| Mar 31, 2025 | -35.81 Mn |
| Dec 31, 2024 | -16.40 Mn |
| Sep 30, 2024 | -17.28 Mn |
| Jun 30, 2024 | -3.37 Mn |
| Mar 31, 2024 | 28.75 Mn |
| Dec 31, 2023 | 15.71 Mn |
| Sep 30, 2023 | 14.89 Mn |
| Jun 30, 2023 | 12.96 Mn |
| Mar 31, 2023 | 19.32 Mn |
| Dec 31, 2022 | 16.84 Mn |
| Sep 30, 2022 | 11.13 Mn |
| Jun 30, 2022 | 21.06 Mn |
| Mar 31, 2022 | 15.30 Mn |
| Dec 31, 2021 | 16.57 Mn |
| Sep 30, 2021 | -26.09 Mn |
Graham Holdings Change in Inventory API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=change-in-inventory&ticker=GHC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "ticker": "GHC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-inventory&ticker=GHC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();