Skip to content

TAL Education Group: operating expenses

Operating expenses for TAL Education Group. Inspect selected reporting periods, original units and SEC filing links; download the financial history.

All TAL Education Group financial histories

What this measure means

Recurring operating costs under this accounting concept, generally excluding production costs included in cost of sales. Check filing presentation before combining expense subtotals.

Exact concept: us-gaap:OperatingExpenses. Each value covers an annual-duration reporting interval, shown with both start and end dates. Different units remain separate; no currency conversion or interpolation is applied.

Coverage of this history

Selected reporting periods run from 2009-03-01 to 2026-02-28. The SEC response was captured on 2026-09-20.

Selected filing history

Operating expenses in original reported units, latest-filed observation per period
Period startPeriod endValueUnitFiledSource filing
2025-03-012026-02-281,389,439,000USD2026-06-1220-F · 0001104659-26-073410
2024-03-012025-02-281,203,413,000USD2026-06-1220-F · 0001104659-26-073410
2023-03-012024-02-29875,353,000USD2026-06-1220-F · 0001104659-26-073410
2022-03-012023-02-28696,827,000USD2025-06-1620-F · 0001410578-25-001415
2021-03-012022-02-282,822,899,000USD2024-05-3120-F · 0001104659-24-067123
2020-03-012021-02-282,904,909,000USD2023-05-3120-F · 0001410578-23-001399
2019-03-012020-02-291,676,763,000USD2022-06-1420-F · 0001410578-22-001873
2018-03-012019-02-281,063,672,000USD2021-05-0720-F · 0001104659-21-063077
2017-03-012018-02-28628,747,000USD2020-06-3020-F · 0001104659-20-078996
2016-03-012017-02-28389,292,000USD2019-05-1620-F · 0001144204-19-026826
2015-03-012016-02-29234,589,254USD2018-06-2620-F · 0001144204-18-035695
2014-03-012015-02-28164,111,825USD2017-06-2820-F · 0001144204-17-034624
2013-03-012014-02-28106,060,908USD2016-05-3120-F · 0001144204-16-105878
2012-03-012013-02-2879,393,294USD2015-05-2820-F · 0001047469-15-005065
2011-03-012012-02-2961,120,853USD2014-05-1220-F · 0001104659-14-037618
2010-03-012011-02-2829,019,952USD2013-07-2620-F/A · 0001104659-13-056820
2009-03-012010-02-2816,444,783USD2012-06-2720-F · 0001104659-12-046260

Related financial histories

Inspect the source

Entity
TAL Education Group / CIK 0001499620
Captured
2026-09-20T09:11:21.617Z
SEC response SHA-256
2cf3cee36c550e20279fe31e0f7f4f94e59ff4a5f28f19525cbc2796bcdf2297

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

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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/0001499620.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"])))