Skip to content

REYNOLDS CONSUMER PRODUCTS INC.: filings

Every REYNOLDS CONSUMER PRODUCTS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-05-06fiscal Q1 202644920001628280-26-030951
10-K2026-02-04fiscal FY 2025521350001628280-26-005284
10-Q2025-10-29fiscal Q3 2025431220001628280-25-046942
10-Q2025-07-30fiscal Q2 2025431180001628280-25-036571
10-Q2025-04-30fiscal Q1 202543900001628280-25-020839
10-K2025-02-05fiscal FY 2024521380001628280-25-003936
10-Q2024-10-30fiscal Q3 2024441240001628280-24-044208
10-Q2024-08-07fiscal Q2 2024441200001628280-24-035405
10-Q2024-05-08fiscal Q1 202442860001628280-24-021395
10-K2024-02-07fiscal FY 2023521360001628280-24-003623
10-Q2023-11-08fiscal Q3 2023431200001628280-23-037584
10-Q2023-08-09fiscal Q2 2023431160001628280-23-028426
10-Q2023-05-10fiscal Q1 202344900001628280-23-017042
10-K2023-02-08fiscal FY 2022541410001628280-23-002692
10-Q2022-11-08fiscal Q3 2022451260001564590-22-036937
10-Q2022-08-09fiscal Q2 2022441200001564590-22-028605
10-Q2022-05-10fiscal Q1 202243880001564590-22-019099
10-K2022-02-09fiscal FY 2021541350001564590-22-004307
10-Q2021-11-04fiscal Q3 2021451250001564590-21-054279
10-Q2021-08-03fiscal Q2 2021461220001564590-21-039924
10-Q2021-05-05fiscal Q1 202145900001564590-21-024030
10-K2021-02-12fiscal FY 2020541740001564590-21-005649
10-Q2020-11-12fiscal Q3 2020471260001564590-20-053230
10-Q2020-08-05fiscal Q2 2020461210001564590-20-036492
10-Q2020-05-07fiscal Q1 202045890001564590-20-022434

Inspect the source

Entity
REYNOLDS CONSUMER PRODUCTS INC. / CIK 0001786431
Captured
2026-09-21T17:31:29.445Z
SEC response SHA-256
b5e6578ef5b331af5ff210c5e7cecde1b506183233013ef7705074838c28695f

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