Skip to content

Schneider National, Inc.: filings

Every Schneider National, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-07-31fiscal Q2 2026451260001692063-26-000039
10-Q2026-05-01fiscal Q1 202645940001692063-26-000025
10-K2026-02-20fiscal FY 2025481240001692063-26-000013
10-Q2025-10-30fiscal Q3 2025451300001692063-25-000068
10-Q2025-07-31fiscal Q2 2025451260001692063-25-000054
10-Q2025-05-01fiscal Q1 202545940001692063-25-000039
10-K2025-02-21fiscal FY 2024481240001692063-25-000023
10-Q2024-11-06fiscal Q3 2024451300001692063-24-000136
10-Q2024-08-01fiscal Q2 2024451260001692063-24-000121
10-Q2024-05-02fiscal Q1 202445940001692063-24-000100
10-K2024-02-23fiscal FY 2023481240001692063-24-000038
10-Q2023-11-02fiscal Q3 2023461320001692063-23-000190
10-Q2023-08-03fiscal Q2 2023431200001692063-23-000152
10-Q2023-04-27fiscal Q1 202342880001692063-23-000107
10-K2023-02-17fiscal FY 2022461190001692063-23-000027
10-Q2022-10-27fiscal Q3 2022421220001692063-22-000169
10-Q2022-07-28fiscal Q2 2022421180001692063-22-000142
10-Q2022-04-29fiscal Q1 202242880001692063-22-000115
10-K2022-02-18fiscal FY 2021451170001692063-22-000050
10-Q2021-10-28fiscal Q3 2021411200001692063-21-000177
10-Q2021-07-29fiscal Q2 2021411160001692063-21-000153
10-Q2021-04-29fiscal Q1 202141860001692063-21-000124
10-K2021-02-19fiscal FY 2020451160001692063-21-000056
10-Q2020-10-29fiscal Q3 2020411200001692063-20-000167
10-Q2020-07-30fiscal Q2 2020411160001692063-20-000140
10-Q2020-04-30fiscal Q1 202042880001692063-20-000115
10-K2020-02-19fiscal FY 2019491640001692063-20-000032
10-Q2019-10-31fiscal Q3 2019441250001692063-19-000184
10-Q2019-08-01fiscal Q2 2019451220001692063-19-000158
10-Q2019-05-02fiscal Q1 201944890001692063-19-000132
10-K2019-02-26fiscal FY 2018461620001692063-19-000043
10-Q2018-11-02fiscal Q3 2018411110001692063-18-000208
10-Q2018-08-03fiscal Q2 2018411110001692063-18-000153
10-Q2018-04-30fiscal Q1 201841830001692063-18-000116
10-K2018-02-27fiscal FY 2017431530001692063-18-000056
10-Q2017-11-08fiscal Q3 2017391090001692063-17-000061
10-Q2017-08-01fiscal Q2 2017401100001692063-17-000027
10-Q2017-05-12fiscal Q1 201732650001193125-17-168474

Inspect the source

Entity
Schneider National, Inc. / CIK 0001692063
Captured
2026-09-19T11:20:22.333Z
SEC response SHA-256
6768bb8ef8b9e461bb683fd2ae45cdf028c0022a4a0c27ad4f28e91f05d8839e

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