Skip to content

NAVISTAR INTERNATIONAL CORP: filings

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

Filing record ends 2021-06-08

The latest filing in this captured record is a 10-Q filed 2021-06-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. NAVISTAR INTERNATIONAL 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-Q2021-06-08fiscal Q2 2021371140000808450-21-000042
10-Q2021-03-09fiscal Q1 202137800000808450-21-000027
10-K2020-12-17fiscal FY 2020551610000808450-20-000105
10-Q2020-09-09fiscal Q3 2020411250000808450-20-000098
10-Q2020-06-04fiscal Q2 2020411220000808450-20-000074
10-Q2020-03-04fiscal Q1 202041860000808450-20-000039
10-K2019-12-17fiscal FY 2019531710000808450-19-000241
10-Q2019-09-04fiscal Q3 2019381220000808450-19-000198
10-Q2019-06-04fiscal Q2 2019371310000808450-19-000140
10-Q2019-03-08fiscal Q1 201937880000808450-19-000071
10-K2018-12-18fiscal FY 2018521750000808450-18-000227
10-Q2018-09-06fiscal Q3 2018401160000808450-18-000149
10-Q2018-06-05fiscal Q2 2018391120000808450-18-000075
10-Q2018-03-08fiscal Q1 201838800000808450-18-000032
10-K2017-12-19fiscal FY 2017521920000808450-17-000140
10-Q2017-09-06fiscal Q3 2017391160000808450-17-000112
10-Q2017-06-07fiscal Q2 2017371080000808450-17-000091
10-Q2017-03-07fiscal Q1 201735760000808450-17-000046
10-K2016-12-20fiscal FY 2016521920000808450-16-000140
10-Q2016-09-08fiscal Q3 2016381140000808450-16-000115
10-Q2016-06-07fiscal Q2 2016381140000808450-16-000108
10-Q2016-03-08fiscal Q1 201638820000808450-16-000095
10-K2015-12-17fiscal FY 2015531940000808450-15-000065
10-Q2015-09-02fiscal Q3 2015381140000808450-15-000053
10-Q2015-06-04fiscal Q2 2015381140000808450-15-000039
10-Q2015-03-03fiscal Q1 201538820000808450-15-000021
10-K2014-12-16fiscal FY 2014531960000808450-14-000085
10-Q2014-09-03fiscal Q3 2014391160000808450-14-000060
10-Q2014-06-05fiscal Q2 2014391140000808450-14-000046
10-Q2014-03-05fiscal Q1 201439810000808450-14-000026
10-K2013-12-20fiscal FY 2013541980000808450-13-000084
10-Q2013-09-04fiscal Q3 2013401140000808450-13-000059
10-Q2013-06-10fiscal Q2 2013401140000808450-13-000040
10-Q2013-03-07fiscal Q1 201340830000808450-13-000020
10-K2012-12-19fiscal FY 2012541900000808450-12-000067
10-Q2012-09-06fiscal Q3 2012381120000808450-12-000041
10-Q2012-06-07fiscal Q2 2012391140000808450-12-000021
10-Q2012-03-08fiscal Q1 201239820000808450-12-000008
10-K2011-12-20fiscal FY 2011521850000808450-11-000104
10-Q2011-09-07fiscal Q3 2011401120000808450-11-000059
10-Q2011-06-07fiscal Q2 201136980000808450-11-000039
10-Q2011-03-09fiscal Q1 201136740001193125-11-059502
10-K2010-12-22fiscal FY 2010391010001193125-10-285754
10-Q2010-09-08fiscal Q3 201037990001193125-10-205832

Inspect the source

Entity
NAVISTAR INTERNATIONAL CORP / CIK 0000808450
Captured
SEC response SHA-256
4060c37d24b4fc79eb04c62dc05871d49b3115879405d8b94f6c19bbf4f1d05d

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