Skip to content

Kraft Heinz Co: filings

Every Kraft Heinz Co annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-05fiscal Q2 2026471340001637459-26-000054
10-Q2026-05-06fiscal Q1 202647970001637459-26-000022
10-K2026-02-12fiscal FY 2025551490001637459-26-000009
10-Q2025-10-29fiscal Q3 2025471360001637459-25-000166
10-Q2025-07-30fiscal Q2 2025471340001637459-25-000152
10-Q2025-04-29fiscal Q1 202547980001637459-25-000061
10-K2025-02-13fiscal FY 2024551490001637459-25-000011
10-Q2024-10-30fiscal Q3 2024471340001637459-24-000144
10-Q2024-07-31fiscal Q2 2024471320001637459-24-000129
10-Q2024-05-01fiscal Q1 202447980001637459-24-000069
10-K2024-02-15fiscal FY 2023551490001637459-24-000018
10-Q2023-11-01fiscal Q3 2023461320001637459-23-000143
10-Q2023-08-02fiscal Q2 2023461300001637459-23-000114
10-Q2023-05-03fiscal Q3 202246960001637459-23-000047
10-K2023-02-16fiscal FY 2022541460001637459-23-000009
10-Q2022-10-27fiscal Q3 2022461320001637459-22-000191
10-Q2022-07-28fiscal Q2 2022461300001637459-22-000159
10-Q2022-04-28fiscal Q1 202246960001637459-22-000060
10-K2022-02-17fiscal FY 2021541450001637459-22-000018
10-Q2021-10-28fiscal Q3 2021461320001637459-21-000127
10-Q2021-08-04fiscal Q2 2021461300001637459-21-000099
10-Q2021-04-30fiscal Q1 202146960001637459-21-000047
10-K2021-02-17fiscal FY 2020531820001637459-21-000009
10-Q2020-10-30fiscal Q3 2020471340001637459-20-000159
10-Q2020-07-31fiscal Q2 2020471320001637459-20-000131
10-Q2020-05-01fiscal Q1 202047980001637459-20-000061
10-K2020-02-14fiscal FY 2019571880001637459-20-000027
10-Q2019-10-31fiscal Q3 2019501560001637459-19-000113
10-Q2019-08-13fiscal Q2 2019501540001637459-19-000073
10-Q2019-08-13fiscal Q1 2019501190001637459-19-000072
10-K2019-06-07fiscal FY 2018524750001637459-19-000049
10-Q2018-11-02fiscal Q3 2018461260001637459-18-000124
10-Q2018-08-03fiscal Q2 2018461270001637459-18-000116
10-Q2018-05-03fiscal Q1 201846950001637459-18-000099
10-K2018-02-16fiscal FY 2017501820001637459-18-000015
10-Q2017-11-07fiscal Q3 2017471280001637459-17-000118
10-Q/A2017-11-07fiscal Q2 2017471280001637459-17-000117
10-Q/A2017-11-07fiscal Q1 201746920001637459-17-000116
10-Q2017-08-04fiscal Q2 2017471280001637459-17-000101
10-Q2017-05-04fiscal Q1 201746920001637459-17-000081
10-K2017-02-23fiscal FY 2016501830001637459-17-000007
10-Q2016-11-04fiscal Q3 2016451250001637459-16-000207
10-Q2016-08-05fiscal Q2 2016451250001637459-16-000179
10-Q2016-05-05fiscal Q1 201645930001637459-16-000147
10-K2016-03-03fiscal FY 201525750001637459-16-000100
10-Q2015-11-06fiscal Q3 2015471290001637459-15-000049
10-Q2015-08-10fiscal Q2 2015391040001637459-15-000021

Inspect the source

Entity
Kraft Heinz Co / CIK 0001637459
Captured
2026-09-21T17:22:37.388Z
SEC response SHA-256
8fad66c16e535f7749f19126a986a9f43a087ca2472d063fa7742106196d88ac

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