Strategic Education (STRA) Change in Cash (2009 - 2026)
Strategic Education's (STRA) quarterly Change in Cash came in at -$28.7 million in Q2 2026, down 147.16% on a YoY basis from $60.8 million in Q2 2025, and down 353.56% quarter-over-quarter from $11.3 million in Q1 2026.
Strategic Education (STRA) Change in Cash (2009 - 2026) Analysis & Trends
Strategic Education (STRA) has reported Change in Cash for 18 consecutive years, with -$28.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash fell 147.16% year-over-year to -$28.7 million; the trailing twelve-month figure through Jun 2026 stood at -$12.8 million (up 87.05% YoY), and the FY2025 full-year result was $2.9 million, up 108.09% from the prior year.
- Change in Cash retreated to -$28.7 million in Q2 2026 per STRA's latest filing, from $11.3 million in the prior quarter.
- Across five years, Change in Cash topped out at $55.9 million in Q1 2024 and bottomed at -$61.0 million in Q4 2024.
- Historically, Change in Cash has averaged -$8.2 million across 5 years, with a median of -$9.8 million in 2023.
- The widest YoY moves for Change in Cash: up 746.35% in 2024, down 12801.04% in 2024.
- Over 5 years, Change in Cash stood at -$50.9 million in 2022, then surged by 100.94% to $480000.0 in 2023, then slumped by 12801.04% to -$61.0 million in 2024, then jumped by 81.96% to -$11.0 million in 2025, then slumped by 160.66% to -$28.7 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered -$28.7 million, $11.3 million, and -$11.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 748,000.00 |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | 59.69 Mn |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | 4.40 Mn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | -25.85 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 258.92 Mn |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | -500,000.00 |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | 31.07 Mn |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | 140.45 Mn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | 161.62 Mn |
| 10 | Strategic Education | 1.74 Bn | 1.61 Bn | - | -28.67 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -28.67 Mn |
| Mar 31, 2026 | 11.31 Mn |
| Dec 31, 2025 | -11.00 Mn |
| Sep 30, 2025 | 15.53 Mn |
| Jun 30, 2025 | -11.60 Mn |
| Mar 31, 2025 | 9.93 Mn |
| Dec 31, 2024 | -60.97 Mn |
| Sep 30, 2024 | -36.47 Mn |
| Jun 30, 2024 | 6.26 Mn |
| Mar 31, 2024 | 55.90 Mn |
| Dec 31, 2023 | 480,000.00 |
| Sep 30, 2023 | -16.64 Mn |
| Jun 30, 2023 | -20.72 Mn |
| Mar 31, 2023 | -8.65 Mn |
| Dec 31, 2022 | -50.95 Mn |
| Sep 30, 2022 | 2.05 Mn |
| Jun 30, 2022 | -30.96 Mn |
| Mar 31, 2022 | 28.10 Mn |
| Dec 31, 2021 | -7.62 Mn |
| Sep 30, 2021 | 12.92 Mn |
Strategic Education Change in Cash 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-cash&ticker=STRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "ticker": "STRA", "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-cash&ticker=STRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();