Strategic Education (STRA) Deferred Taxes (2009 - 2026)
Strategic Education's (STRA) quarterly Deferred Taxes came in at -$6.0 million in Q2 2026, down 96.43% on a YoY basis from -$169.4 million in Q2 2025, and down 285.07% quarter-over-quarter from $3.3 million in Q1 2026.
Strategic Education (STRA) Deferred Taxes (2009 - 2026) Analysis & Trends
Strategic Education (STRA) has reported Deferred Taxes for 18 consecutive years, with -$6.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Deferred Taxes fell 96.43% year-over-year to -$6.0 million; the trailing twelve-month figure through Jun 2026 stood at $5.0 million (up 1028.93% YoY), and the FY2025 full-year result was $7.7 million, up 5255.33% from the prior year.
- Deferred Taxes declined to -$6.0 million in Q2 2026 per STRA's latest filing, from $3.3 million in the prior quarter.
- Across five years, Deferred Taxes topped out at $4.8 million in Q4 2025 and bottomed at -$6.0 million in Q2 2026.
- Historically, Deferred Taxes has averaged -$565944.4 across 5 years, with a median of -$164500.0 in 2022.
- The sharpest annual moves came in 2023 and 2024: Deferred Taxes sank 10769.57% in 2023, then soared 665.87% in 2024.
- Over 5 years, Deferred Taxes stood at $546000.0 in 2022, then slumped by 168.68% to -$375000.0 in 2023, then jumped by 665.87% to $2.1 million in 2024, then soared by 126.96% to $4.8 million in 2025, then sank by 225.62% to -$6.0 million in 2026.
- According to Business Quant data, Deferred Taxes over the past three periods registered -$6.0 million, $3.3 million, and $4.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 6.06 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 | -1.98 Mn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 14.70 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 3.03 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 | 2.23 Mn |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | -5.63 Mn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | - |
| 10 | Strategic Education | 1.74 Bn | 1.61 Bn | - | -6.05 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.05 Mn |
| Mar 31, 2026 | 3.27 Mn |
| Dec 31, 2025 | 4.82 Mn |
| Sep 30, 2025 | 2.92 Mn |
| Jun 30, 2025 | -3.08 Mn |
| Mar 31, 2025 | 3.08 Mn |
| Dec 31, 2024 | 2.12 Mn |
| Sep 30, 2024 | -1.68 Mn |
| Jun 30, 2024 | -3.00 Mn |
| Mar 31, 2024 | 2.41 Mn |
| Dec 31, 2023 | -375,000.00 |
| Sep 30, 2023 | -2.91 Mn |
| Jun 30, 2023 | -4.91 Mn |
| Mar 31, 2023 | 1.87 Mn |
| Dec 31, 2022 | 546,000.00 |
| Sep 30, 2022 | -4.30 Mn |
| Jun 30, 2022 | 46,000.00 |
| Mar 31, 2022 | -4.96 Mn |
| Dec 31, 2021 | 4.49 Mn |
| Sep 30, 2021 | -1.70 Mn |
Strategic Education Deferred 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=deferred-taxes&ticker=STRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-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=deferred-taxes&ticker=STRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();