New Oriental Education & Technology (EDU) Equity Income (2012 - 2026)
New Oriental Education & Technology's (EDU) quarterly Equity Income came in at -$5.8 million in Q2 2026, down 293.83% on a YoY basis from $3.0 million in Q2 2025, and down 7.41% quarter-over-quarter from -$5.4 million in Q1 2026.
New Oriental Education & Technology (EDU) Equity Income (2012 - 2026) Analysis & Trends
New Oriental Education & Technology (EDU) has reported Equity Income for 15 consecutive years, with -$5.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Equity Income fell 293.83% year-over-year to -$5.8 million; the trailing twelve-month figure through May 2026 stood at -$17.8 million (down 24.69% YoY), and the FY2026 full-year result was -$17.8 million, down 24.69% from the prior year.
- Equity Income slipped to -$5.8 million in Q2 2026 per EDU's latest filing, from -$5.4 million in the prior quarter.
- Across five years, Equity Income topped out at $10.6 million in Q1 2023 and bottomed at -$22.6 million in Q2 2024.
- Historically, Equity Income has averaged -$6.0 million across 5 years, with a median of -$5.6 million in 2026.
- The widest YoY moves for Equity Income: up 342.74% in 2023, down 416.47% in 2023.
- Over 5 years, Equity Income stood at -$3.6 million in 2022, then plunged by 305.76% to -$14.5 million in 2023, then jumped by 56.62% to -$6.3 million in 2024, then dropped by 2.64% to -$6.5 million in 2025, then climbed by 10.5% to -$5.8 million in 2026.
- According to Business Quant data, Equity Income over the past three periods registered -$5.8 million, -$5.4 million, and -$6.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (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 | -5.78 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 | -19.86 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 | -106,000.00 |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | -739,000.00 |
| 10 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn | - |
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | -5.78 Mn |
| Feb 28, 2026 | -5.38 Mn |
| Nov 30, 2025 | -6.46 Mn |
| Aug 31, 2025 | -158,000.00 |
| May 31, 2025 | 2.98 Mn |
| Feb 28, 2025 | -11.16 Mn |
| Nov 30, 2024 | -6.29 Mn |
| Aug 31, 2024 | 210,000.00 |
| May 31, 2024 | -22.61 Mn |
| Feb 29, 2024 | -13.33 Mn |
| Nov 30, 2023 | -14.51 Mn |
| Aug 31, 2023 | -8.50 Mn |
| May 31, 2023 | -12.48 Mn |
| Feb 28, 2023 | 10.60 Mn |
| Nov 30, 2022 | -3.58 Mn |
| Aug 31, 2022 | -1.65 Mn |
| May 31, 2022 | -5.32 Mn |
| Feb 28, 2022 | -4.37 Mn |
| Nov 30, 2021 | -35.62 Mn |
| Aug 31, 2021 | -6.16 Mn |
New Oriental Education & Technology Equity Income 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=equity-income&ticker=EDU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=EDU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();