Skip to content

SPRINT CORP: filings

Every SPRINT CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2020-01-27

The latest filing in this captured record is a 10-Q filed 2020-01-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. SPRINT 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-Q2020-01-27fiscal Q3 2019511560000101830-20-000008
10-Q2019-11-12fiscal Q2 2019511520000101830-19-000076
10-K/A2019-11-12fiscal FY 2018481690000101830-19-000073
10-Q2019-08-08fiscal Q1 2019511120000101830-19-000043
10-K2019-05-29fiscal FY 2018481690000101830-19-000022
10-Q2019-01-31fiscal Q3 2018461430000101830-19-000009
10-Q2018-11-07fiscal Q2 2018461390000101830-18-000053
10-Q2018-08-07fiscal Q1 2018461050000101830-18-000037
10-K2018-05-24fiscal FY 2017441470000101830-18-000023
10-Q2018-02-06fiscal Q3 2017441220000101830-18-000013
10-Q2017-11-02fiscal Q2 2017421190000101830-17-000043
10-Q2017-08-03fiscal Q1 201742860000101830-17-000027
10-K2017-05-26fiscal FY 2016391260000101830-17-000015
10-Q2017-02-06fiscal Q3 2016421200000101830-17-000008
10-Q2016-11-01fiscal Q2 2016421200000101830-16-000088
10-Q2016-08-09fiscal Q1 201642880000101830-16-000080
10-K2016-05-17fiscal FY 201524640000101830-16-000066
10-Q2016-02-04fiscal Q3 2015431200000101830-16-000052
10-Q2015-11-09fiscal Q2 2015431200000101830-15-000039
10-Q2015-08-07fiscal Q1 201543880000101830-15-000019
10-Q2013-08-05fiscal Q2 201337960000101830-13-000038
10-Q2013-05-06fiscal Q1 201335720000101830-13-000020
10-K2013-02-28fiscal FY 2012391270000101830-13-000006
10-Q2012-11-07fiscal Q3 201235920000101830-12-000107
10-Q2012-08-02fiscal Q2 201235920000101830-12-000089
10-Q2012-05-03fiscal Q1 201235720000101830-12-000044
10-K2012-02-27fiscal FY 2011411300000101830-12-000015
10-Q2011-11-03fiscal Q3 201136930000101830-11-000045
10-Q2011-08-04fiscal Q2 201136930000101830-11-000036
10-Q2011-05-05fiscal Q1 201133670000101830-11-000020
10-K2011-02-24fiscal FY 2010371180000101830-11-000005
10-Q2010-11-05fiscal Q3 201031770001193125-10-249235
10-Q2010-08-05fiscal Q2 201031770001193125-10-178859
10-Q2010-05-05fiscal Q1 201028570001193125-10-108977
10-K2010-02-26fiscal FY 200932850001193125-10-042491
10-Q2009-11-06fiscal Q3 200928710001193125-09-227316
10-Q2009-08-04fiscal Q2 200926670001193125-09-163726

3 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
SPRINT CORP / CIK 0000101830
Captured
SEC response SHA-256
e11be9551008f575546ff514920a0d74de099176af8ba5755a2734455c662f12

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