Skip to content

BERRY GLOBAL GROUP, INC.: filings

Every BERRY GLOBAL GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-Q2025-04-30fiscal Q2 2025421200001140361-25-016512
10-Q2025-02-05fiscal Q1 202541860001140361-25-003207
10-K2024-11-26fiscal FY 2024531380001140361-24-047881
10-Q2024-08-02fiscal Q3 2024411160001140361-24-035573
10-Q2024-05-09fiscal Q2 2024421180001140361-24-025167
10-Q2024-02-07fiscal Q1 202442880001140361-24-006142
10-K2023-11-17fiscal FY 2023531380001140361-23-053869
10-Q2023-08-09fiscal Q3 2023421180001140361-23-038801
10-Q2023-05-04fiscal Q2 2023421180001140361-23-022968
10-Q2023-02-02fiscal Q1 202342880001140361-23-004170
10-K2022-11-18fiscal FY 2022531380001140361-22-042319
10-Q2022-08-04fiscal Q3 2022421180001140361-22-028207
10-Q2022-05-05fiscal Q2 2022421180001140361-22-017862
10-Q2022-02-03fiscal Q1 202242880001140361-22-003771
10-K2021-11-18fiscal FY 2021531380001140361-21-038583
10-Q2021-08-05fiscal Q3 2021411160001140361-21-027166
10-Q2021-05-04fiscal Q2 2021411160001140361-21-015743
10-Q2021-02-05fiscal Q1 202141860001140361-21-003601
10-K2020-11-23fiscal FY 2020541770001140361-20-026326
10-Q2020-07-31fiscal Q3 2020421160001140361-20-017149
10-Q2020-05-01fiscal Q2 2020421160001140361-20-010461
10-Q2020-01-31fiscal Q1 202042860001140361-20-001975
10-K2019-11-22fiscal FY 2019521750001140361-19-021238
10-Q2019-07-31fiscal Q3 2019411160001140361-19-013887
10-Q2019-05-02fiscal Q2 2019401140001378992-19-000015
10-Q2019-02-01fiscal Q1 201940840001378992-19-000008
10-K2018-11-16fiscal FY 2018491710001378992-18-000039
10-Q2018-08-03fiscal Q3 2018391080001378992-18-000031
10-Q2018-05-03fiscal Q2 2018381040001378992-18-000022
10-Q2018-02-07fiscal Q1 201838780001378992-18-000009
10-K2017-11-21fiscal FY 2017471570001378992-17-000028
10-Q2017-08-04fiscal Q3 2017381040001378992-17-000024
10-Q2017-05-03fiscal Q2 2017361000001378992-17-000017
10-Q2017-02-07fiscal Q1 201735740001378992-17-000007
10-Q2017-02-03fiscal Q3 2016361020001378992-17-000005
10-K2016-11-30fiscal FY 2016481560001378992-16-000097
10-Q2016-08-09fiscal Q3 2016361020001378992-16-000090
10-Q2016-05-10fiscal Q2 2016361010001378992-16-000074
10-Q2016-02-11fiscal Q1 201637780001378992-16-000057
10-K2015-11-23fiscal FY 2015481560001378992-15-000049
10-Q2015-08-03fiscal Q3 2015381060001378992-15-000039
10-Q2015-05-05fiscal Q2 2015411100001378992-15-000032
10-K2015-02-02fiscal FY 2014521650001378992-15-000015
10-Q2015-01-30fiscal Q1 201541860001378992-15-000012
10-K2014-11-24fiscal FY 2014521650001378992-14-000033
10-Q2014-08-01fiscal Q3 2014421110001378992-14-000025
10-Q2014-05-02fiscal Q2 2014411100001378992-14-000018
10-Q2014-01-31fiscal Q1 201440840001378992-14-000008
10-K2013-12-11fiscal FY 2013491400001378992-13-000013
10-Q2013-08-06fiscal Q3 2013411080000919465-13-000022
10-Q2013-05-07fiscal Q2 2013411080000919465-13-000018
10-Q2013-02-05fiscal Q1 201340830000919465-13-000010
10-K2012-12-17fiscal FY 2012481390000919465-12-000024

Inspect the source

Entity
BERRY GLOBAL GROUP, INC. / CIK 0001378992
Captured
2026-09-21T17:19:30.134Z
SEC response SHA-256
a4f60993786b6efba3c52e04592ae163841873e1dc9c7f9039d67a99fb7930f9

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