New Oriental Education & Technology (EDU) Non-Current Assets (2009 - 2026)
New Oriental Education & Technology's (EDU) quarterly Non-Current Assets came in at $3.0 billion in Q2 2026, up 32.89% on a YoY basis from $2.2 billion in Q2 2025, and up 5.08% quarter-over-quarter from $2.8 billion in Q1 2026.
New Oriental Education & Technology (EDU) Non-Current Assets (2009 - 2026) Analysis & Trends
New Oriental Education & Technology (EDU) has reported Non-Current Assets for 18 consecutive years, with $3.0 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non-Current Assets rose 32.89% year-over-year to $3.0 billion; the trailing twelve-month figure through May 2026 stood at $11.2 billion (up 402.0% YoY), and the FY2026 full-year result was $3.0 billion, up 32.89% from the prior year.
- Non-Current Assets advanced to $3.0 billion in Q2 2026 per EDU's latest filing, from $2.8 billion in the prior quarter.
- Across five years, Non-Current Assets topped out at $3.0 billion in Q2 2026 and bottomed at $1.2 billion in Q2 2023.
- Historically, Non-Current Assets has averaged $2.1 billion across 5 years, with a median of $2.1 billion in 2023.
- The sharpest annual moves came in 2022 and 2023: Non-Current Assets slumped 61.91% in 2022, then jumped 53.23% in 2023.
- Over 5 years, Non-Current Assets stood at $1.4 billion in 2022, then surged by 53.23% to $2.2 billion in 2023, then increased by 5.02% to $2.3 billion in 2024, then grew by 19.45% to $2.7 billion in 2025, then rose by 9.52% to $3.0 billion in 2026.
- According to Business Quant data, Non-Current Assets over the past three periods registered $3.0 billion, $2.8 billion, and $2.7 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 18.76 Bn |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | 2.55 Bn |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | 2.06 Bn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 5.87 Bn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 2.36 Bn |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | 3.20 Bn |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | 3.33 Bn |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | 719.43 Mn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | 3.08 Bn |
| 10 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn | 560.75 Mn |
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | 2.96 Bn |
| Feb 28, 2026 | 2.82 Bn |
| Nov 30, 2025 | 2.70 Bn |
| Aug 31, 2025 | 2.70 Bn |
| May 31, 2025 | 2.23 Bn |
| Feb 28, 2025 | 2.57 Bn |
| Nov 30, 2024 | 2.26 Bn |
| Aug 31, 2024 | 2.22 Bn |
| May 31, 2024 | 1.66 Bn |
| Feb 29, 2024 | 2.06 Bn |
| Nov 30, 2023 | 2.15 Bn |
| Aug 31, 2023 | 2.10 Bn |
| May 31, 2023 | 1.22 Bn |
| Feb 28, 2023 | 1.46 Bn |
| Nov 30, 2022 | 1.41 Bn |
| Aug 31, 2022 | 1.44 Bn |
| May 31, 2022 | 1.22 Bn |
| Feb 28, 2022 | 1.98 Bn |
| Nov 30, 2021 | 2.46 Bn |
| May 31, 2021 | 3.21 Bn |
New Oriental Education & Technology Non-Current Assets 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-current-assets&ticker=EDU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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-current-assets&ticker=EDU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();