TAL Education (TAL) Net Shares Issued and Repurchased (2011 - 2026)
TAL Education's (TAL) quarterly Net Shares Issued and Repurchased came in at -$644.1 million in Q1 2026, down 4799.1% on a YoY basis from $13.7 million in Q1 2025, and down 4799.1% quarter-over-quarter from -$13.1 million in Q1 2025.
TAL Education (TAL) Net Shares Issued and Repurchased (2011 - 2026) Analysis & Trends
TAL Education (TAL) has reported Net Shares Issued and Repurchased for 11 consecutive years, with -$644.1 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Net Shares Issued and Repurchased fell 4799.1% year-over-year to -$644.1 million; the trailing twelve-month figure through Feb 2026 stood at -$644.1 million (down 4799.1% YoY), and the FY2026 full-year result was -$644.1 million, down 4799.1% from the prior year.
- Net Shares Issued and Repurchased retreated to -$644.1 million in Q1 2026 per TAL's latest filing, from -$13.1 million in the prior quarter.
- Across five years, Net Shares Issued and Repurchased topped out at -$13.1 million in Q1 2025 and bottomed at -$644.1 million in Q1 2026.
- Historically, Net Shares Issued and Repurchased has averaged -$230.0 million across 4 years, with a median of -$131.3 million in 2022.
- The sharpest annual moves came in 2023 and 2026: Net Shares Issued and Repurchased soared 66.19% in 2023, then slumped 4799.1% in 2026.
- Over 4 years, Net Shares Issued and Repurchased stood at -$196.3 million in 2022, then jumped by 66.19% to -$66.4 million in 2023, then jumped by 80.19% to -$13.1 million in 2025, then plunged by 4799.1% to -$644.1 million in 2026.
- According to Business Quant data, Net Shares Issued and Repurchased over the past three periods registered -$644.1 million, -$13.1 million, and -$66.4 million for Q1 2026, Q1 2025, and Q1 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Shares Issued (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 | 49,773.00 |
| 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 | 64,562.00 |
| 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 |
|---|---|
| Feb 28, 2026 | -644.09 Mn |
| Feb 28, 2025 | -13.15 Mn |
| Feb 28, 2023 | -66.37 Mn |
| Feb 28, 2022 | -196.28 Mn |
| Feb 28, 2021 | -9.85 Mn |
| Feb 28, 2018 | 187,719.00 |
| Feb 28, 2015 | 381,300.00 |
| Feb 28, 2014 | 276,836.00 |
| Feb 28, 2013 | 663,500.00 |
| Feb 29, 2012 | 154,550.00 |
| Feb 28, 2011 | 68,700.00 |
TAL Education Net Shares Issued and Repurchased 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=net-shares-issued-and-repurchased&ticker=TAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-shares-issued-and-repurchased", "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=net-shares-issued-and-repurchased&ticker=TAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();