Skip to content

CERNER Corp: filings

Every CERNER Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2022-05-03

The latest filing in this captured record is a 10-Q filed 2022-05-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. CERNER Corp 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-Q2022-05-03fiscal Q1 202244920000804753-22-000024
10-K2022-02-22fiscal FY 2021521370000804753-22-000009
10-Q2021-10-29fiscal Q3 2021441240000804753-21-000052
10-Q2021-07-30fiscal Q2 2021441220000804753-21-000043
10-Q2021-05-05fiscal Q1 202144920000804753-21-000026
10-K2021-02-19fiscal FY 2020511750000804753-21-000009
10-Q2020-10-29fiscal Q3 2020441240000804753-20-000054
10-Q2020-07-30fiscal Q2 2020441220000804753-20-000045
10-Q2020-04-29fiscal Q1 202044920000804753-20-000031
10-K2020-02-10fiscal FY 2019531790000804753-20-000007
10-Q2019-10-25fiscal Q3 2019461230000804753-19-000062
10-Q2019-07-25fiscal Q2 2019461230000804753-19-000043
10-Q2019-04-26fiscal Q1 201943860000804753-19-000019
10-K2019-02-08fiscal FY 2018491620000804753-19-000009
10-Q2018-10-26fiscal Q3 2018401080000804753-18-000039
10-Q2018-08-03fiscal Q2 2018401080000804753-18-000033
10-Q2018-05-03fiscal Q1 201840820000804753-18-000018
10-K2018-02-12fiscal FY 2017471570000804753-18-000006
10-Q2017-10-27fiscal Q3 2017391050000804753-17-000039
10-Q2017-07-28fiscal Q2 2017391040000804753-17-000029
10-Q2017-04-28fiscal Q1 201739790000804753-17-000016
10-K2017-02-10fiscal FY 2016471570000804753-17-000004
10-Q2016-11-02fiscal Q3 2016391050000804753-16-000092
10-Q2016-08-03fiscal Q2 2016391050000804753-16-000086
10-Q2016-05-06fiscal Q1 201639790000804753-16-000074
10-K2016-02-17fiscal FY 2015481600000804753-16-000061
10-Q2015-11-04fiscal Q3 2015391060000804753-15-000050
10-Q2015-08-05fiscal Q2 2015391050000804753-15-000036
10-Q2015-05-08fiscal Q1 201539800000804753-15-000024
10-K2015-02-11fiscal FY 2014481600000804753-15-000009
10-Q2014-10-24fiscal Q3 2014391060000804753-14-000041
10-Q2014-07-25fiscal Q2 2014391070000804753-14-000033
10-Q2014-04-25fiscal Q1 201439800000804753-14-000017
10-K2014-02-05fiscal FY 2013481600000804753-14-000006
10-Q2013-10-25fiscal Q3 2013391060000804753-13-000045
10-Q2013-07-26fiscal Q2 2013391060000804753-13-000037
10-Q2013-04-26fiscal Q1 201339800000804753-13-000021
10-K2013-02-08fiscal FY 2012481590000804753-13-000004
10-Q2012-10-26fiscal Q3 2012391060000804753-12-000011
10-Q2012-07-27fiscal Q2 2012391060000804753-12-000007
10-Q2012-04-27fiscal Q1 201238770001193125-12-191023
10-K2012-02-15fiscal FY 2011471550001193125-12-063585
10-Q2011-10-28fiscal Q3 2011391060001193125-11-286181
10-Q2011-08-01fiscal Q2 2011371000000950123-11-071072
10-Q2011-04-29fiscal Q1 201134690000950123-11-042049
10-K2011-02-16fiscal FY 201035900000950123-11-014774
10-Q2010-10-29fiscal Q3 201034900000950123-10-098142
10-Q2010-07-30fiscal Q2 201034900000950123-10-070540

Inspect the source

Entity
CERNER Corp / CIK 0000804753
Captured
SEC response SHA-256
e08df8ad7bda144e08ccfb4a6ebf922a75b9a5d023fc7e8185419b4ca0e9494f

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