Skip to content

NEW ORIENTAL EDUCATION & TECHNOLOGY GROUP INC.: filings

Every NEW ORIENTAL EDUCATION & TECHNOLOGY GROUP INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 16 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
20-F2025-09-25fiscal FY 2025511320001193125-25-216394
20-F2024-09-25fiscal FY 2024501280001193125-24-225183
20-F2023-09-25fiscal FY 2023501270001193125-23-240864
20-F2022-09-29fiscal FY 2022501290001193125-22-253809
20-F2021-09-24fiscal FY 2021501310001193125-21-282201
20-F2020-09-16fiscal FY 2020491460001193125-20-247160
20-F2019-09-26fiscal FY 2019461190001193125-19-256047
20-F2018-09-27fiscal FY 2018451180001193125-18-285651
20-F2017-09-27fiscal FY 2017421100001193125-17-295945
20-F2016-09-27fiscal FY 2016421100001193125-16-721548
20-F2015-09-25fiscal FY 2015411060001193125-15-329099
20-F2014-09-26fiscal FY 2014391030001193125-14-353973
20-F2013-09-27fiscal FY 2013401060001193125-13-382302
20-F/A2013-02-22fiscal FY 2012431150001193125-13-070533
20-F/A2012-10-30fiscal FY 2012431150001193125-12-440555
20-F2011-10-14fiscal FY 2011411090001193125-11-271810

Inspect the source

Entity
NEW ORIENTAL EDUCATION & TECHNOLOGY GROUP INC. / CIK 0001372920
Captured
2026-09-20T07:57:13.961Z
SEC response SHA-256
4f3f7509907db8fbb78fe941524ad592cb00eb27745a77f01f751e4ed6f53457

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001372920.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))