TAL Education (TAL) Invested Capital (2010 - 2025)
TAL Education's (TAL) quarterly Invested Capital came in at $3.8 billion in Q1 2025, up 3.51% on a YoY basis from $3.6 billion in Q1 2024, and down 1.6% quarter-over-quarter from $3.8 billion in Q4 2024.
TAL Education (TAL) Invested Capital (2010 - 2025) Analysis & Trends
TAL Education (TAL) has reported Invested Capital for 16 consecutive years, with $3.8 billion the latest figure, recorded in Q1 2025.
- For the quarter ending Q1 2025, Invested Capital rose 3.51% year-over-year to $3.8 billion; the trailing twelve-month figure through Feb 2025 stood at $3.8 billion (up 3.51% YoY), and the FY2025 full-year result was $3.8 billion, up 3.51% from the prior year.
- Invested Capital eased to $3.8 billion in Q1 2025 per TAL's latest filing, from $3.8 billion in the prior quarter.
- Across five years, Invested Capital topped out at $6.5 billion in Q3 2021 and bottomed at $3.6 billion in Q3 2023.
- Historically, Invested Capital has averaged $4.1 billion across 5 years, with a median of $3.8 billion in 2022.
- The sharpest annual moves came in 2021 and 2022: Invested Capital soared 118.62% in 2021, then slumped 40.5% in 2022.
- Over 5 years, Invested Capital stood at $4.1 billion in 2021, then retreated by 8.21% to $3.8 billion in 2022, then slipped by 4.82% to $3.6 billion in 2023, then increased by 5.69% to $3.8 billion in 2024, then decreased by 1.6% to $3.8 billion in 2025.
- According to Business Quant data, Invested Capital over the past three periods registered $3.8 billion, $3.8 billion, and $3.8 billion for Q1 2025, Q4 2024, and Q3 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 7.04 Bn |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | 4.32 Bn |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | 1.36 Bn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 5.70 Bn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 2.11 Bn |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | 2.05 Bn |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | 2.22 Bn |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | 2.47 Bn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | - |
| 10 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn | 663.81 Mn |
Historic Data
| Date | Value |
|---|---|
| Feb 28, 2025 | 3.77 Bn |
| Nov 30, 2024 | 3.83 Bn |
| Aug 31, 2024 | 3.76 Bn |
| May 31, 2024 | 3.68 Bn |
| Feb 29, 2024 | 3.64 Bn |
| Nov 30, 2023 | 3.62 Bn |
| Aug 31, 2023 | 3.60 Bn |
| May 31, 2023 | 3.65 Bn |
| Feb 28, 2023 | 3.82 Bn |
| Nov 30, 2022 | 3.81 Bn |
| Aug 31, 2022 | 3.87 Bn |
| May 31, 2022 | 3.90 Bn |
| Feb 28, 2022 | 4.00 Bn |
| Nov 30, 2021 | 4.15 Bn |
| Aug 31, 2021 | 6.50 Bn |
| Feb 28, 2021 | 5.48 Bn |
| Nov 30, 2020 | 4.54 Bn |
| Aug 31, 2020 | 2.97 Bn |
| May 31, 2020 | 2.86 Bn |
| Feb 29, 2020 | 2.81 Bn |
TAL Education Invested Capital 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=invested-capital&ticker=TAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=TAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();