Skip to content

US FOODS HOLDING CORP.: filings

Every US FOODS HOLDING CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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 2026501420001665918-26-000045
10-Q2026-05-07fiscal Q1 2026501040001665918-26-000032
10-K2026-02-12fiscal FY 2025551440001665918-26-000008
10-Q2025-11-06fiscal Q3 2025501460001665918-25-000146
10-Q2025-08-07fiscal Q2 2025501420001665918-25-000127
10-Q2025-05-08fiscal Q1 2025501040001665918-25-000085
10-K2025-02-13fiscal FY 2024551440001665918-25-000017
10-Q2024-11-07fiscal Q3 2024501460001665918-24-000149
10-Q2024-08-08fiscal Q2 2024501420001665918-24-000135
10-Q2024-05-09fiscal Q1 2024501040001665918-24-000101
10-K2024-02-15fiscal FY 2023551430001665918-24-000014
10-Q2023-11-09fiscal Q3 2023501470001665918-23-000144
10-Q2023-08-10fiscal Q2 2023501430001665918-23-000126
10-Q2023-05-11fiscal Q1 2023501030001665918-23-000087
10-K2023-02-17fiscal FY 2022551430001665918-23-000023
10-Q2022-11-10fiscal Q3 2022501450001665918-22-000192
10-Q2022-08-11fiscal Q2 2022491400001665918-22-000183
10-Q2022-05-12fiscal Q1 2022491020001665918-22-000120
10-K2022-02-17fiscal FY 2021541400001665918-22-000008
10-Q2021-11-08fiscal Q3 2021491440001665918-21-000156
10-Q2021-08-09fiscal Q2 2021491400001665918-21-000146
10-Q2021-05-10fiscal Q1 2021491020001665918-21-000110
10-K2021-02-16fiscal FY 2020541390001665918-21-000008
10-Q2020-11-02fiscal Q3 2020521490001665918-20-000144
10-Q2020-08-04fiscal Q2 2020521450001665918-20-000135
10-Q2020-05-05fiscal Q1 2020521050001665918-20-000067
10-K2020-02-13fiscal FY 2019542180001665918-20-000012
10-Q2019-11-05fiscal Q3 2019511450001665918-19-000173
10-Q2019-08-06fiscal Q2 2019511410001665918-19-000162
10-Q2019-05-07fiscal Q1 2019501010001665918-19-000102
10-K2019-02-14fiscal FY 2018522180001665918-19-000012
10-Q2018-11-06fiscal Q3 2018471390001665918-18-000119
10-Q2018-08-01fiscal Q2 2018421200001665918-18-000104
10-Q2018-05-08fiscal Q1 201843880001564590-18-011771
10-K2018-02-27fiscal FY 2017451780001564590-18-003495
10-Q2017-11-07fiscal Q3 2017411130001564590-17-022078
10-Q2017-08-09fiscal Q2 2017401090001564590-17-016930
10-Q2017-05-09fiscal Q1 201740810001564590-17-009856
10-K2017-02-28fiscal FY 2016441780001564590-17-002622
10-Q2016-11-08fiscal Q3 2016421160001193125-16-763117
10-Q2016-08-09fiscal Q2 2016421130001193125-16-676738

Inspect the source

Entity
US FOODS HOLDING CORP. / CIK 0001665918
Captured
2026-09-21T17:24:07.802Z
SEC response SHA-256
ebf04fc5c755f158ae6c93cd00bbb7d1ea38d5657e150dd50d094c8a134c832b

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