New Oriental Education & Technology (EDU) Raw Materials (2011 - 2018)
New Oriental Education & Technology's (EDU) quarterly Raw Materials came in at $28.2 million in Q2 2018, up 15.75% on a YoY basis from $24.3 million in Q2 2017, and up 15.75% quarter-over-quarter from $24.3 million in Q2 2017.
New Oriental Education & Technology (EDU) Raw Materials (2011 - 2018) Analysis & Trends
New Oriental Education & Technology (EDU) has reported Raw Materials for 8 consecutive years, with $28.2 million the latest figure, recorded in Q2 2018.
- For the quarter ending Q2 2018, Raw Materials rose 15.75% year-over-year to $28.2 million; the trailing twelve-month figure through May 2018 stood at $28.2 million (up 15.75% YoY), and the FY2018 full-year result was $28.2 million, up 15.75% from the prior year.
- Raw Materials rose to $28.2 million in Q2 2018 per EDU's latest filing, from $24.3 million in the prior quarter.
- Across five years, Raw Materials topped out at $28.2 million in Q2 2018 and bottomed at $16.6 million in Q2 2015.
- Historically, Raw Materials has averaged $21.5 million across 5 years, with a median of $21.5 million in 2016.
- The sharpest annual moves came in 2015 and 2016: Raw Materials retreated 0.46% in 2015, then gained 29.61% in 2016.
- Over 5 years, Raw Materials stood at $16.7 million in 2014, then retreated by 0.46% to $16.6 million in 2015, then increased by 29.61% to $21.5 million in 2016, then climbed by 13.05% to $24.3 million in 2017, then increased by 15.75% to $28.2 million in 2018.
- According to Business Quant data, Raw Materials over the past three periods registered $28.2 million, $24.3 million, and $21.5 million for Q2 2018, Q2 2017, and Q2 2016 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 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 |
| 10 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn |
Historic Data
| Date | Value |
|---|---|
| May 31, 2018 | 28.16 Mn |
| May 31, 2017 | 24.32 Mn |
| May 31, 2016 | 21.52 Mn |
| May 31, 2015 | 16.60 Mn |
| May 31, 2014 | 16.68 Mn |
| May 31, 2013 | 15.96 Mn |
| May 31, 2012 | 13.45 Mn |
| May 31, 2011 | 11.79 Mn |
New Oriental Education & Technology Raw Materials 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=raw-materials&ticker=EDU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "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=raw-materials&ticker=EDU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();