New Oriental Education & Technology (EDU) Non Operating Investment Income (2018 - 2026)
New Oriental Education & Technology's (EDU) quarterly Non Operating Investment Income came in at $3.0 million in Q2 2026, up 746.72% on a YoY basis from $349818.5 in Q2 2025, and up 146.42% quarter-over-quarter from $1.2 million in Q1 2026.
New Oriental Education & Technology (EDU) Non Operating Investment Income (2018 - 2026) Analysis & Trends
New Oriental Education & Technology (EDU) has reported Non Operating Investment Income for 9 consecutive years, with $3.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Investment Income rose 746.72% year-over-year to $3.0 million; the trailing twelve-month figure through May 2026 stood at $10.6 million (up 205.31% YoY), and the FY2026 full-year result was $10.6 million, up 205.31% from the prior year.
- Non Operating Investment Income improved to $3.0 million in Q2 2026 per EDU's latest filing, from $1.2 million in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $10.4 million in Q2 2024 and bottomed at -$11.9 million in Q3 2024.
- Historically, Non Operating Investment Income has averaged $1.0 million across 5 years, with a median of $671500.0 in 2022.
- The widest YoY moves for Non Operating Investment Income: up 2379.25% in 2023, down 349.76% in 2023.
- Over 5 years, Non Operating Investment Income stood at $271000.0 in 2022, then sank by 166.42% to -$180000.0 in 2023, then surged by 1491.67% to $2.5 million in 2024, then sank by 153.37% to -$1.3 million in 2025, then jumped by 321.54% to $3.0 million in 2026.
- According to Business Quant data, Non Operating Investment Income over the past three periods registered $3.0 million, $1.2 million, and -$1.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (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 | 2.96 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 | 101.88 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 1.16 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 | 2.96 Mn |
| Feb 28, 2026 | 1.20 Mn |
| Nov 30, 2025 | -1.34 Mn |
| Aug 31, 2025 | 7.79 Mn |
| May 31, 2025 | -458,000.00 |
| Feb 28, 2025 | -212,000.00 |
| Nov 30, 2024 | 2.51 Mn |
| Aug 31, 2024 | -11.91 Mn |
| May 31, 2024 | 10.41 Mn |
| Feb 29, 2024 | 1.55 Mn |
| Nov 30, 2023 | -180,000.00 |
| Aug 31, 2023 | 7.25 Mn |
| May 31, 2023 | -7.57 Mn |
| Feb 28, 2023 | 6.75 Mn |
| Nov 30, 2022 | 271,000.00 |
| Aug 31, 2022 | -318,000.00 |
| May 31, 2022 | -1.68 Mn |
| Feb 28, 2022 | 1.07 Mn |
| Nov 30, 2021 | -5.75 Mn |
| Aug 31, 2021 | -8.58 Mn |
New Oriental Education & Technology Non Operating Investment 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=non-operating-investment-income&ticker=EDU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-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=non-operating-investment-income&ticker=EDU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();