Skip to content

USA TODAY CO., INC.: filings

Every USA TODAY CO., INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 filings, each linked to its SEC index.

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-Q2026-08-06fiscal Q2 2026461290001579684-26-000047
10-Q2026-04-30fiscal Q1 202646970001579684-26-000033
10-K2026-02-26fiscal FY 2025561460001579684-26-000010
10-Q2025-10-30fiscal Q3 2025461290001579684-25-000077
10-Q2025-07-31fiscal Q2 2025461290001579684-25-000064
10-Q2025-05-01fiscal Q1 2025481010001579684-25-000032
10-K2025-02-20fiscal FY 2024581520001579684-25-000007
10-Q2024-10-31fiscal Q3 2024481370001579684-24-000059
10-Q2024-08-01fiscal Q2 2024481370001579684-24-000045
10-Q2024-05-02fiscal Q1 2024481010001579684-24-000031
10-K2024-02-22fiscal FY 2023581520001579684-24-000008
10-Q2023-11-02fiscal Q3 2023481370001579684-23-000042
10-Q2023-08-03fiscal Q2 2023481370001579684-23-000033
10-Q2023-05-04fiscal Q1 2023481010001579684-23-000023
10-K2023-02-23fiscal FY 2022591540001579684-23-000014
10-Q2022-11-03fiscal Q3 2022491390001579684-22-000037
10-Q2022-08-04fiscal Q2 2022491390001579684-22-000029
10-Q2022-05-05fiscal Q1 2022481010001579684-22-000019
10-K2022-02-24fiscal FY 2021581510001579684-22-000010
10-Q2021-11-05fiscal Q3 2021491380001579684-21-000042
10-Q2021-08-06fiscal Q2 2021491380001579684-21-000032
10-Q2021-05-07fiscal Q1 2021491020001579684-21-000018
10-K2021-02-26fiscal FY 2020591520001579684-21-000009
10-Q2020-11-03fiscal Q3 2020491380001579684-20-000026
10-Q2020-08-06fiscal Q2 2020491380001579684-20-000019
10-Q2020-05-07fiscal Q1 2020481000001579684-20-000012
10-K2020-03-02fiscal FY 2019602050001579684-20-000006
10-Q2019-10-31fiscal Q3 2019491340001579684-19-000013
10-Q2019-08-07fiscal Q2 2019491360001579684-19-000010
10-Q2019-05-02fiscal Q1 201948970001579684-19-000005
10-K2019-02-28fiscal FY 2018551840001579684-19-000003
10-Q2018-10-31fiscal Q3 2018471270001579684-18-000012
10-Q2018-08-02fiscal Q2 2018461240001579684-18-000009
10-Q2018-05-03fiscal Q1 201844890001579684-18-000005
10-K2018-02-28fiscal FY 2017501720001579684-18-000003
10-Q2017-10-26fiscal Q3 2017441150001579684-17-000014
10-Q2017-07-27fiscal Q2 2017441150001579684-17-000010
10-Q2017-04-27fiscal Q1 201744870001579684-17-000008
10-K2017-02-21fiscal FY 2016501730001579684-17-000005
10-K/A2017-01-18fiscal Q4 201526810001579684-17-000002
10-Q2016-10-27fiscal Q3 2016441170001579684-16-000010
10-Q2016-07-28fiscal Q2 2016441170001579684-16-000007
10-Q2016-04-28fiscal Q1 201645910001579684-16-000004
10-K2016-02-26fiscal Q4 201526810001193125-16-482372
10-K2016-02-25fiscal Q4 201526810001193125-16-478629
10-Q2015-10-29fiscal Q3 2015441180001193125-15-358028
10-Q2015-07-30fiscal Q2 2015451200001193125-15-270920
10-Q2015-04-30fiscal Q1 201543880001193125-15-162679
10-K2015-03-06fiscal Q4 201421410001193125-15-080982
10-Q2014-10-30fiscal Q3 201425480001193125-14-389780
10-Q2014-07-31fiscal Q2 201425480001193125-14-289631
10-Q2014-05-05fiscal Q1 201425460001193125-14-182412

Inspect the source

Entity
USA TODAY CO., INC. / CIK 0001579684
Captured
2026-09-20T09:22:24.433Z
SEC response SHA-256
46681bb57fe29cbf91aa067f94112e9ef65fdf1f6352c48a28674ac3bad03117

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