TAL Education (TAL) Enterprise Value (2022 - 2026)
TAL Education's (TAL) quarterly Enterprise Value came in at $474.4 billion in Q2 2026, down 0.96% on a YoY basis from $479.0 billion in Q2 2025, and down 7.77% quarter-over-quarter from $514.3 billion in Q1 2026.
TAL Education (TAL) Enterprise Value (2022 - 2026) Analysis & Trends
TAL Education (TAL) has reported Enterprise Value for 5 consecutive years, with $474.4 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Enterprise Value fell 0.96% year-over-year to $474.4 billion; the trailing twelve-month figure through May 2026 stood at $474.4 billion (down 0.96% YoY), and the FY2026 full-year result was $514.3 billion, down 18.54% from the prior year.
- Enterprise Value fell to $474.4 billion in Q2 2026 per TAL's latest filing, from $514.3 billion in the prior quarter.
- Across five years, Enterprise Value topped out at $720.5 billion in Q1 2024 and bottomed at $133.5 billion in Q1 2022.
- Historically, Enterprise Value has averaged $431.5 billion across 5 years, with a median of $476.7 billion in 2026.
- The sharpest annual moves came in 2023 and 2024: Enterprise Value soared 155.99% in 2023, then dropped 20.98% in 2024.
- Over 5 years, Enterprise Value stood at $289.6 billion in 2022, then jumped by 111.48% to $612.4 billion in 2023, then declined by 20.98% to $483.9 billion in 2024, then increased by 10.99% to $537.1 billion in 2025, then dropped by 11.67% to $474.4 billion in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered $474.4 billion, $514.3 billion, and $537.1 billion 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 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn |
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | 474.41 Bn |
| Feb 28, 2026 | 514.35 Bn |
| Nov 30, 2025 | 537.07 Bn |
| Aug 31, 2025 | 518.76 Bn |
| May 31, 2025 | 478.98 Bn |
| Feb 28, 2025 | 631.45 Bn |
| Nov 30, 2024 | 483.90 Bn |
| Aug 31, 2024 | 391.24 Bn |
| May 31, 2024 | 554.59 Bn |
| Feb 29, 2024 | 720.46 Bn |
| Nov 30, 2023 | 612.37 Bn |
| Aug 31, 2023 | 343.27 Bn |
| May 31, 2023 | 263.50 Bn |
| Feb 28, 2023 | 341.69 Bn |
| Nov 30, 2022 | 289.56 Bn |
| Aug 31, 2022 | 280.07 Bn |
| May 31, 2022 | 197.67 Bn |
| Feb 28, 2022 | 133.48 Bn |
TAL Education Enterprise Value 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=enterprise-value&ticker=TAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "ticker": "TAL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=enterprise-value&ticker=TAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();