Skip to content

CNH INDUSTRIAL N.V.: filings

Every CNH INDUSTRIAL N.V. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-03fiscal Q2 2026341030001567094-26-000018
10-Q2026-04-30fiscal Q1 202636780001567094-26-000011
10-K2026-02-26fiscal FY 2025451210001567094-26-000006
10-Q2025-11-07fiscal Q3 2025361100001567094-25-000011
10-Q2025-08-04fiscal Q2 2025361080001628280-25-037350
10-Q2025-05-06fiscal Q1 202536780001628280-25-022443
10-K2025-02-28fiscal FY 2024451210001628280-25-009007
10-Q2024-11-12fiscal Q3 2024381180001628280-24-047188
10-Q2024-08-02fiscal Q2 2024381140001628280-24-034347
10-Q2024-05-06fiscal Q1 202438780001628280-24-020628
10-K2024-02-29fiscal FY 2023461230001628280-24-007899
10-K/A2023-11-30fiscal FY 2022461210001628280-23-040362
10-Q2023-11-08fiscal Q3 2023371100001628280-23-037894
10-Q2023-08-02fiscal Q2 2023371080001628280-23-026646
10-Q2023-05-09fiscal Q1 202337740001628280-23-016804
10-K2023-02-28fiscal FY 2022461210001628280-23-005522
10-Q2022-11-09fiscal Q3 2022371090001628280-22-029271
20-F2022-03-01fiscal FY 2021461230001628280-22-004478
20-F2021-03-03fiscal FY 2020461230001628280-21-003820
20-F2020-03-03fiscal FY 2019461210001628280-20-002743
20-F2019-03-01fiscal FY 2018431170001628280-19-002353
20-F2018-03-02fiscal FY 2017361000001564590-18-004221
20-F2017-03-02fiscal FY 2016381040001564590-17-003197
20-F2016-03-04fiscal FY 2015381060001564590-16-014045
20-F2015-03-04fiscal FY 2014371040001564590-15-001282
20-F/A2014-05-15fiscal FY 2013411120001193125-14-201517

Inspect the source

Entity
CNH INDUSTRIAL N.V. / CIK 0001567094
Captured
2026-09-20T09:20:41.085Z
SEC response SHA-256
cbd30262e00d10ccbeda981823cad7c5adcea4323f2d5d9e40f82b436d50f901

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