Strategic Education (STRA) Receivables - Net (2009 - 2026)
Strategic Education's (STRA) quarterly Receivables - Net came in at $147.1 million in Q2 2026, up 0.61% on a YoY basis from $146.2 million in Q2 2025, and up 9.68% quarter-over-quarter from $134.2 million in Q1 2026.
Strategic Education (STRA) Receivables - Net (2009 - 2026) Analysis & Trends
Strategic Education (STRA) has reported Receivables - Net for 18 consecutive years, with $147.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Receivables - Net rose 0.61% year-over-year to $147.1 million; the trailing twelve-month figure through Jun 2026 stood at $147.1 million (up 0.61% YoY), and the FY2025 full-year result was $127.6 million, changed 0.49% from the prior year.
- Receivables - Net advanced to $147.1 million in Q2 2026 per STRA's latest filing, from $134.2 million in the prior quarter.
- Across five years, Receivables - Net topped out at $164.6 million in Q3 2025 and bottomed at $109.7 million in Q1 2022.
- Historically, Receivables - Net has averaged $133.0 million across 5 years, with a median of $129.1 million in 2023.
- The sharpest annual moves came in 2022 and 2023: Receivables - Net declined 7.17% in 2022, then advanced 15.13% in 2023.
- Over 5 years, Receivables - Net stood at $110.1 million in 2022, then increased by 12.08% to $123.4 million in 2023, then grew by 2.96% to $127.0 million in 2024, then climbed by 0.49% to $127.6 million in 2025, then advanced by 15.28% to $147.1 million in 2026.
- According to Business Quant data, Receivables - Net over the past three periods registered $147.1 million, $134.2 million, and $127.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
| 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 | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 147.14 Mn |
| Mar 31, 2026 | 134.16 Mn |
| Dec 31, 2025 | 127.63 Mn |
| Sep 30, 2025 | 164.65 Mn |
| Jun 30, 2025 | 146.25 Mn |
| Mar 31, 2025 | 139.82 Mn |
| Dec 31, 2024 | 127.01 Mn |
| Sep 30, 2024 | 156.07 Mn |
| Jun 30, 2024 | 141.02 Mn |
| Mar 31, 2024 | 130.00 Mn |
| Dec 31, 2023 | 123.36 Mn |
| Sep 30, 2023 | 145.78 Mn |
| Jun 30, 2023 | 128.25 Mn |
| Mar 31, 2023 | 117.15 Mn |
| Dec 31, 2022 | 110.07 Mn |
| Sep 30, 2022 | 126.62 Mn |
| Jun 30, 2022 | 119.44 Mn |
| Mar 31, 2022 | 109.69 Mn |
| Dec 31, 2021 | 100.06 Mn |
| Sep 30, 2021 | 136.40 Mn |
Strategic Education Receivables - Net 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=receivables-net&ticker=STRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-net", "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=receivables-net&ticker=STRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();