New Oriental Education & Technology (EDU) Cash from Investing Activities (2019 - 2026)
New Oriental Education & Technology's (EDU) quarterly Cash from Investing Activities came in at -$332.1 million in Q2 2026, down 276.17% on a YoY basis from $188.5 million in Q2 2025, and down 781.74% quarter-over-quarter from $48.7 million in Q1 2026.
New Oriental Education & Technology (EDU) Cash from Investing Activities (2019 - 2026) Analysis & Trends
New Oriental Education & Technology (EDU) has reported Cash from Investing Activities for 8 consecutive years, with -$332.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities fell 276.17% year-over-year to -$332.1 million; the trailing twelve-month figure through May 2026 stood at -$457.7 million (down 389.9% YoY), and the FY2026 full-year result was -$457.7 million, down 389.9% from the prior year.
- Cash from Investing Activities retreated to -$332.1 million in Q2 2026 per EDU's latest filing, from $48.7 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $753.6 million in Q1 2022 and bottomed at -$864.0 million in Q2 2024.
- Historically, Cash from Investing Activities has averaged -$68.2 million across 5 years, with a median of -$71.2 million in 2022.
- The sharpest annual moves came in 2024 and 2025: Cash from Investing Activities plunged 1430.49% in 2024, then jumped 607.94% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$54.2 million in 2022, then sank by 71.63% to -$93.0 million in 2023, then soared by 325.87% to $210.1 million in 2024, then soared by 32.02% to $277.4 million in 2025, then plunged by 219.72% to -$332.1 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$332.1 million, $48.7 million, and $277.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | -187.42 Mn |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | -332.13 Mn |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | -27.16 Mn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | -59.34 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | -27.82 Mn |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | -61.90 Mn |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | -19.89 Mn |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | -60.52 Mn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | -184.11 Mn |
| 10 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn | -2.29 Mn |
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | -332.13 Mn |
| Feb 28, 2026 | 48.72 Mn |
| Nov 30, 2025 | 277.42 Mn |
| Aug 31, 2025 | -451.71 Mn |
| May 31, 2025 | -88.29 Mn |
| Feb 28, 2025 | 79.89 Mn |
| Nov 30, 2024 | 210.13 Mn |
| Aug 31, 2024 | -295.16 Mn |
| May 31, 2024 | -864.01 Mn |
| Feb 29, 2024 | 11.29 Mn |
| Nov 30, 2023 | -93.03 Mn |
| Aug 31, 2023 | -208.17 Mn |
| May 31, 2023 | 64.94 Mn |
| Feb 28, 2023 | 147.15 Mn |
| Nov 30, 2022 | -54.20 Mn |
| Aug 31, 2022 | -195.30 Mn |
| May 31, 2022 | -238.43 Mn |
| Feb 28, 2022 | 753.59 Mn |
| Nov 30, 2021 | 474.06 Mn |
| Aug 31, 2021 | 179.32 Mn |
New Oriental Education & Technology Cash from Investing Activities 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=cash-from-investing-activities&ticker=EDU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=EDU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();