Skip to content

Performance Food Group Company: filings

Every Performance Food Group Company annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-K2026-08-12fiscal FY 2026551430001193125-26-346886
10-Q2026-05-06fiscal Q3 2026511350001193125-26-209011
10-Q2026-02-04fiscal Q2 2026511350001193125-26-037614
10-Q2025-11-05fiscal Q1 2026511030001193125-25-266975
10-K2025-08-13fiscal FY 2025551430001618673-25-000012
10-Q2025-05-07fiscal Q3 2025511380000950170-25-065695
10-Q2025-02-05fiscal Q2 2025511370000950170-25-014484
10-Q2024-11-06fiscal Q1 2024511030000950170-24-122325
10-K2024-08-14fiscal FY 2024541400000950170-24-097033
10-Q2024-05-08fiscal Q3 2024501380000950170-24-055773
10-Q2024-02-07fiscal Q2 2023501330000950170-24-012248
10-Q2023-11-08fiscal Q1 2023501010000950170-23-061166
10-K2023-08-16fiscal FY 2023541400000950170-23-043011
10-Q2023-05-11fiscal Q3 2023491320000950170-23-021032
10-Q2023-02-08fiscal Q2 2022491310000950170-23-002178
10-Q2022-11-09fiscal Q1 2022491020000950170-22-023873
10-K2022-08-19fiscal FY 2022551460000950170-22-017624
10-Q2022-05-11fiscal Q3 2022491330000950170-22-009353
10-Q2022-02-09fiscal Q2 2022491310000950170-22-000973
10-Q2021-11-10fiscal Q1 202249990001564590-21-056286
10-K2021-08-24fiscal FY 2021551390001564590-21-045434
10-Q2021-05-05fiscal Q3 2021511330001564590-21-024024
10-Q2021-02-03fiscal Q2 2021491310001564590-21-004072
10-Q2020-11-04fiscal Q1 2021501000001564590-20-050496
10-K2020-08-18fiscal FY 2020561400001564590-20-040455
10-Q2020-05-05fiscal Q3 2020511320001564590-20-020918
10-Q2020-02-05fiscal Q2 2020501300001564590-20-003459
10-Q2019-11-06fiscal Q1 202049960001564590-19-040992
10-K2019-08-16fiscal FY 2019511330001564590-19-032384
10-Q2019-05-08fiscal Q3 2019471310001564590-19-017236
10-Q2019-02-06fiscal Q2 2019471310001564590-19-002142
10-Q2018-11-07fiscal Q1 201946960001564590-18-028075
10-K2018-08-16fiscal FY 2018501330001564590-18-021907
10-Q2018-05-09fiscal Q3 2018421180001193125-18-157542
10-Q2018-02-07fiscal Q2 2018431200001193125-18-034733
10-Q2017-11-08fiscal Q1 201843900001193125-17-337262
10-K2017-08-25fiscal FY 2017461190001193125-17-267515
10-Q2017-05-10fiscal Q3 2017421160001193125-17-165890
10-Q2017-02-08fiscal Q2 2017421160001193125-17-034642
10-Q2016-11-08fiscal Q1 201742860001193125-16-763037
10-K2016-08-30fiscal FY 2016461190001193125-16-696928
10-Q2016-05-04fiscal Q3 2016421160001193125-16-577648
10-Q2016-02-03fiscal Q2 2016421160001193125-16-449359
10-Q2015-11-04fiscal Q1 201642860001193125-15-366113

Inspect the source

Entity
Performance Food Group Company / CIK 0001618673
Captured
2026-09-21T17:20:38.273Z
SEC response SHA-256
bedf38142b8d62f05925fed953adc55aa7b85b1f06fefdc74bfc23fb7057df90

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