Strategic Education (STRA) Change in Taxes (2009 - 2026)
Strategic Education's (STRA) quarterly Change in Taxes came in at -$6.3 million in Q2 2026, up 43.16% on a YoY basis from -$4.4 million in Q2 2025, and down 257.16% quarter-over-quarter from $4.0 million in Q1 2026.
Strategic Education (STRA) Change in Taxes (2009 - 2026) Analysis & Trends
Strategic Education (STRA) has reported Change in Taxes for 18 consecutive years, with -$6.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Taxes rose 43.16% year-over-year to -$6.3 million; the trailing twelve-month figure through Jun 2026 stood at -$4.1 million (down 45.27% YoY), and the FY2025 full-year result was -$5.6 million, down 621.37% from the prior year.
- Change in Taxes declined to -$6.3 million in Q2 2026 per STRA's latest filing, from $4.0 million in the prior quarter.
- Across five years, Change in Taxes topped out at $10.0 million in Q4 2023 and bottomed at -$12.1 million in Q2 2023.
- Historically, Change in Taxes has averaged -$215666.7 across 5 years, with a median of -$245000.0 in 2022.
- The widest YoY moves for Change in Taxes: up 589.16% in 2023, down 154.6% in 2023.
- Over 5 years, Change in Taxes stood at $3.1 million in 2022, then jumped by 223.85% to $10.0 million in 2023, then slumped by 82.84% to $1.7 million in 2024, then plunged by 104.38% to -$75000.0 in 2025, then plunged by 8250.67% to -$6.3 million in 2026.
- According to Business Quant data, Change in Taxes over the past three periods registered -$6.3 million, $4.0 million, and -$75000.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (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 | 28.28 Mn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | -2.92 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | - |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | - |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | -15.88 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 | Strategic Education | 1.74 Bn | 1.61 Bn | - | -6.26 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.26 Mn |
| Mar 31, 2026 | 3.99 Mn |
| Dec 31, 2025 | -75,000.00 |
| Sep 30, 2025 | -1.70 Mn |
| Jun 30, 2025 | -11.02 Mn |
| Mar 31, 2025 | 7.23 Mn |
| Dec 31, 2024 | 1.71 Mn |
| Sep 30, 2024 | -720,000.00 |
| Jun 30, 2024 | -8.51 Mn |
| Mar 31, 2024 | 8.59 Mn |
| Dec 31, 2023 | 9.98 Mn |
| Sep 30, 2023 | 2.03 Mn |
| Jun 30, 2023 | -12.09 Mn |
| Mar 31, 2023 | -4.61 Mn |
| Dec 31, 2022 | 3.08 Mn |
| Sep 30, 2022 | -415,000.00 |
| Jun 30, 2022 | -4.75 Mn |
| Mar 31, 2022 | 9.66 Mn |
| Dec 31, 2021 | -2.85 Mn |
| Sep 30, 2021 | -1.39 Mn |
Strategic Education Change in Taxes 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-taxes&ticker=STRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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-taxes&ticker=STRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();