Skip to content

ITT EDUCATIONAL SERVICES INC: filings

Every ITT EDUCATIONAL SERVICES INC annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2016-07-29

The latest filing in this captured record is a 10-Q filed 2016-07-29. No later filing is in the SEC companyfacts record captured on 2026-09-22. ITT EDUCATIONAL SERVICES INC may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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
10-Q2016-07-29fiscal Q2 2016331210001193125-16-663358
10-Q2016-04-29fiscal Q1 201633850001193125-16-569275
10-K2016-03-15fiscal FY 2015371530001193125-16-504396
10-Q/A2016-03-14fiscal Q3 2015331190001193125-16-503656
10-Q/A2016-03-14fiscal Q2 2015321150001193125-16-503650
10-Q/A2016-03-14fiscal Q1 201532810001193125-16-503637
10-K/A2016-03-14fiscal FY 2014371530001193125-16-503629
10-Q/A2016-03-14fiscal Q3 2014331190001193125-16-503625
10-Q/A2016-03-14fiscal Q2 2014301130001193125-16-503623
10-Q/A2016-03-14fiscal Q1 201431810001193125-16-503618
10-Q2015-11-06fiscal Q3 2015331190001193125-15-370193
10-Q2015-07-31fiscal Q2 2015321150001193125-15-271924
10-Q2015-06-12fiscal Q1 201532810001193125-15-221226
10-K2015-05-29fiscal FY 2014371530001193125-15-205473
10-Q2015-04-29fiscal Q3 2014331190001193125-15-156866
10-Q2014-11-19fiscal Q2 2014301130001193125-14-418646
10-Q2014-11-14fiscal Q1 201430790001193125-14-413427
10-K2014-10-16fiscal FY 2013341500001193125-14-373244
10-Q/A2014-10-16fiscal Q3 2013301130001193125-14-373235
10-Q/A2014-10-16fiscal Q2 2013301130001193125-14-373226
10-Q/A2014-10-16fiscal Q1 201330790001193125-14-373221
10-Q2013-10-29fiscal Q3 2013331230001193125-13-416124
10-Q2013-07-26fiscal Q2 2013331230001193125-13-304420
10-Q2013-04-26fiscal Q1 201333830001193125-13-177661
10-K2013-02-22fiscal FY 2012371550001193125-13-071683
10-Q2012-10-29fiscal Q3 2012331240001193125-12-439914
10-Q2012-07-27fiscal Q2 2012331240001193125-12-319120
10-Q2012-04-26fiscal Q1 201233840001193125-12-185621
10-K2012-02-24fiscal FY 2011371550001193125-12-077917
10-Q2011-10-21fiscal Q3 2011331220001193125-11-277278
10-Q2011-07-25fiscal Q2 2011321190001193125-11-195983
10-Q2011-04-22fiscal Q1 201132810001193125-11-106169
10-K2011-02-18fiscal FY 201033900001193125-11-040312
10-Q2010-10-22fiscal Q3 2010321190001193125-10-234281
10-Q2010-07-23fiscal Q2 2010321190001193125-10-164698

Inspect the source

Entity
ITT EDUCATIONAL SERVICES INC / CIK 0000922475
Captured
SEC response SHA-256
4ac94a8c3d7c59ef0ce5161f5911088453f5e1e77c91e6abbe51e64f134a7876

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