Skip to content

CAPELLA EDUCATION CO: filings

Every CAPELLA EDUCATION CO annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2018-08-01

The latest filing in this captured record is a 10-Q filed 2018-08-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. CAPELLA EDUCATION CO 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-Q2018-08-01fiscal Q2 201837970001104349-18-000016
10-Q2018-05-02fiscal Q1 201837750001104349-18-000012
10-K2018-03-01fiscal FY 2017441530001104349-18-000006
10-Q2017-10-30fiscal Q3 201738990001104349-17-000035
10-Q2017-07-25fiscal Q2 201738990001104349-17-000029
10-Q2017-04-25fiscal Q1 201738770001104349-17-000015
10-K2017-02-22fiscal FY 2016441530001104349-17-000008
10-Q2016-10-25fiscal Q3 201638990001104349-16-000066
10-Q2016-07-26fiscal Q2 201638990001104349-16-000058
10-Q2016-04-26fiscal Q1 201636730001104349-16-000049
10-K2016-02-18fiscal FY 2015431530001104349-16-000042
10-Q2015-10-27fiscal Q3 2015381000001104349-15-000035
10-Q2015-07-28fiscal Q2 2015381000001104349-15-000028
10-Q2015-04-28fiscal Q1 201538780001104349-15-000017
10-K2015-02-19fiscal FY 2014441560001104349-15-000009
10-Q2014-10-28fiscal Q3 2014381000001104349-14-000052
10-Q2014-07-29fiscal Q2 2014381000001104349-14-000037
10-Q2014-04-29fiscal Q1 201438780001104349-14-000024
10-K2014-02-20fiscal FY 2013431550001104349-14-000011
10-Q2013-10-22fiscal Q3 2013381020001104349-13-000033
10-Q2013-07-23fiscal Q2 2013381020001104349-13-000026
10-Q2013-04-23fiscal Q1 201338780001104349-13-000020
10-K2013-02-21fiscal FY 2012421510001104349-13-000012
10-Q2012-10-23fiscal Q3 2012381020001104349-12-000023
10-Q2012-07-24fiscal Q2 2012381020001104349-12-000013
10-Q2012-04-24fiscal Q1 201238780001445305-12-001143
10-K2012-02-23fiscal FY 2011401460001193125-12-075664
10-Q2011-10-25fiscal Q3 2011371020001193125-11-279434
10-Q2011-07-26fiscal Q2 201135980001193125-11-196756
10-Q2011-04-26fiscal Q1 201133680001193125-11-108568
10-K2011-02-25fiscal FY 201033890001193125-11-047299
10-Q2010-10-26fiscal Q3 201032860001193125-10-236124
10-Q2010-07-27fiscal Q2 201032860001193125-10-166683

Inspect the source

Entity
CAPELLA EDUCATION CO / CIK 0001104349
Captured
SEC response SHA-256
a7f6354270fe855215ace648161db0636a4fc1aebb442ef1c9be69e949482e91

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