New Oriental Education & Technology (EDU) Income from Non-Controlling Interests (2009 - 2026)
New Oriental Education & Technology's (EDU) quarterly Income from Non-Controlling Interests came in at -$10.8 million in Q2 2026, down 154.71% on a YoY basis from $19.7 million in Q2 2025, and up 17.42% quarter-over-quarter from -$13.1 million in Q1 2026.
New Oriental Education & Technology (EDU) Income from Non-Controlling Interests (2009 - 2026) Analysis & Trends
New Oriental Education & Technology (EDU) has reported Income from Non-Controlling Interests for 18 consecutive years, with -$10.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Non-Controlling Interests fell 154.71% year-over-year to -$10.8 million; the trailing twelve-month figure through May 2026 stood at -$41.5 million (down 907.75% YoY), and the FY2026 full-year result was -$41.5 million, down 907.75% from the prior year.
- Income from Non-Controlling Interests advanced to -$10.8 million in Q2 2026 per EDU's latest filing, from -$13.1 million in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at $3.2 million in Q1 2022 and bottomed at -$18.6 million in Q3 2022.
- Historically, Income from Non-Controlling Interests has averaged -$6.6 million across 5 years, with a median of -$5.7 million in 2023.
- The sharpest annual moves came in 2024 and 2025: Income from Non-Controlling Interests surged 122.89% in 2024, then slumped 12990.48% in 2025.
- Over 5 years, Income from Non-Controlling Interests stood at -$15.9 million in 2022, then surged by 70.57% to -$4.7 million in 2023, then jumped by 101.8% to $84000.0 in 2024, then plunged by 12990.48% to -$10.8 million in 2025, then rose by 0.33% to -$10.8 million in 2026.
- According to Business Quant data, Income from Non-Controlling Interests over the past three periods registered -$10.8 million, -$13.1 million, and -$10.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 52,000.00 |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | -10.79 Mn |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | - |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 1.27 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 | 82,000.00 |
| 10 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn | - |
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | -10.79 Mn |
| Feb 28, 2026 | -13.07 Mn |
| Nov 30, 2025 | -10.83 Mn |
| Aug 31, 2025 | -6.80 Mn |
| May 31, 2025 | -4.24 Mn |
| Feb 28, 2025 | -2.41 Mn |
| Nov 30, 2024 | 84,000.00 |
| Aug 31, 2024 | 2.45 Mn |
| May 31, 2024 | -1.65 Mn |
| Feb 29, 2024 | 1.38 Mn |
| Nov 30, 2023 | -4.67 Mn |
| Aug 31, 2023 | -10.69 Mn |
| May 31, 2023 | -10.96 Mn |
| Feb 28, 2023 | -12.63 Mn |
| Nov 30, 2022 | -15.85 Mn |
| Aug 31, 2022 | -18.58 Mn |
| May 31, 2022 | -2.64 Mn |
| Feb 28, 2022 | 3.21 Mn |
| Nov 30, 2021 | 14.09 Mn |
| Aug 31, 2021 | 17.89 Mn |
New Oriental Education & Technology Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=EDU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "EDU", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-non-controlling-interests&ticker=EDU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();