Skip to content

Yellow Corporation: filings

Every Yellow Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2023-08-14

The latest filing in this captured record is a 10-Q filed 2023-08-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. Yellow Corporation 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-Q2023-08-14fiscal Q2 2023411150000950170-23-042071
10-Q2023-05-03fiscal Q1 202340830000950170-23-017145
10-K2023-02-09fiscal FY 2022441170000950170-23-002332
10-Q2022-11-02fiscal Q3 2022401170000950170-22-021218
10-Q2022-08-03fiscal Q2 2022401130000950170-22-014226
10-Q2022-05-10fiscal Q1 202240830000950170-22-008952
10-K2022-02-04fiscal FY 2021441170000950170-22-000779
10-Q2021-11-03fiscal Q3 2021401160000950170-21-002817
10-Q2021-08-04fiscal Q2 2021401110001564590-21-040792
10-Q2021-05-05fiscal Q1 202140830001564590-21-024038
10-K2021-02-11fiscal FY 2020451210001564590-21-005530
10-Q2020-11-02fiscal Q3 2020411160001564590-20-049633
10-Q2020-08-03fiscal Q2 2020401100001564590-20-035521
10-Q2020-05-11fiscal Q1 202040820001564590-20-024217
10-K2020-03-11fiscal FY 2019461320001564590-20-010103
10-Q2019-10-31fiscal Q3 2019431200000716006-19-000012
10-Q2019-08-09fiscal Q2 2019441180000716006-19-000010
10-Q2019-05-08fiscal Q1 201943870000716006-19-000007
10-K2019-02-19fiscal FY 2017451210000716006-19-000004
10-Q2018-11-01fiscal Q3 2018411080000716006-18-000014
10-Q2018-08-02fiscal Q2 2018391040000716006-18-000011
10-Q2018-05-03fiscal Q1 201839780000716006-18-000008
10-K2018-02-15fiscal FY 2017441190000716006-18-000004
10-Q2017-11-02fiscal Q3 2017411060000716006-17-000015
10-Q2017-08-03fiscal Q2 2017401040000716006-17-000012
10-Q2017-05-04fiscal Q1 201740800000716006-17-000009
10-K2017-02-17fiscal FY 2016451220000716006-17-000004
10-Q2016-10-27fiscal Q3 2016401040000716006-16-000059
10-Q2016-07-28fiscal Q2 2016401040000716006-16-000056
10-Q2016-04-28fiscal Q1 201640800000716006-16-000053
10-K2016-02-18fiscal FY 2015451220000716006-16-000049
10-Q2015-10-29fiscal Q3 2015421110000716006-15-000046
10-Q2015-07-30fiscal Q2 2015411090000716006-15-000043
10-Q2015-04-30fiscal Q1 201540810000716006-15-000038
10-K2015-02-20fiscal FY 2014421130000716006-15-000013
10-Q2014-10-30fiscal Q3 2014411090000716006-14-000015
10-Q2014-07-31fiscal Q2 2014411090000716006-14-000012
10-Q2014-05-01fiscal Q1 201440810000716006-14-000009
10-K2014-03-10fiscal FY 2013431160000716006-14-000006
10-Q2013-11-12fiscal Q3 2013421150000716006-13-000013
10-Q2013-08-07fiscal Q2 2013401070000716006-13-000011
10-Q2013-05-03fiscal Q1 201338770000716006-13-000007
10-K2013-02-21fiscal FY 2012441180000716006-13-000003
10-Q2012-11-02fiscal Q3 2012411110000716006-12-000013
10-Q2012-08-03fiscal Q2 2012401080000716006-12-000009
10-Q2012-05-03fiscal Q1 201238770001193125-12-206787
10-K2012-02-28fiscal FY 201136920001193125-12-083494
10-Q2011-11-09fiscal Q3 201137950001193125-11-303442
10-Q2011-08-08fiscal Q2 2011381020001193125-11-213409

Inspect the source

Entity
Yellow Corporation / CIK 0000716006
Captured
SEC response SHA-256
63108deef12ea30ab70ce3c26b5794dc7672767c3839229b311a23f0feabbd90

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