Skip to content

RANPAK HOLDINGS CORP.: filings

Every RANPAK HOLDINGS CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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-07-30fiscal Q2 2026521470001628280-26-050839
10-Q2026-04-30fiscal Q1 2026511050001628280-26-028666
10-K2026-03-05fiscal FY 2025571490001628280-26-015027
10-Q2025-10-30fiscal Q3 2025521510001628280-25-047394
10-Q2025-08-05fiscal Q2 2025521470001628280-25-037617
10-Q2025-05-06fiscal Q1 2025511050001628280-25-022452
10-K2025-03-17fiscal FY 2024551440001628280-25-012927
10-Q2024-10-31fiscal Q3 2024521530001628280-24-044469
10-Q2024-08-01fiscal Q2 2024521510001628280-24-033913
10-Q2024-05-02fiscal Q1 2024541110000950170-24-051610
10-K2024-03-14fiscal FY 2023601560000950170-24-031390
10-Q/A2023-11-01fiscal Q3 2023561610000950170-23-057578
10-Q2023-10-31fiscal Q3 2023561610000950170-23-056552
10-Q2023-08-03fiscal Q2 2023561570000950170-23-037999
10-Q2023-05-08fiscal Q1 2023561150000950170-23-018910
10-K2023-03-31fiscal FY 2022601570000950170-23-011163
10-Q2022-11-01fiscal Q3 2022561630000950170-22-020715
10-Q2022-07-28fiscal Q2 2022551550000950170-22-013292
10-Q2022-05-06fiscal Q1 2022541110000950170-22-008023
10-K2022-02-28fiscal FY 2021611940000950170-22-002310
10-Q2021-10-28fiscal Q3 2021561600000950170-21-002416
10-Q2021-07-29fiscal Q2 2021561550000950170-21-000593
10-Q2021-05-07fiscal Q1 2021551110001564590-21-025571
10-K2021-03-04fiscal FY 2020581830001564590-21-010742
10-Q2020-11-06fiscal Q3 2020551940001564590-20-051709
10-Q2020-07-30fiscal Q2 2020541880001628280-20-010961
10-Q2020-05-11fiscal Q1 2020521080001628280-20-007304
10-K2020-03-17fiscal FY 2019582430001628280-20-003690
10-Q2019-11-07fiscal Q3 2019471680001628280-19-013586
10-Q2019-08-13fiscal Q2 2019471620001628280-19-010652
10-Q2019-05-07fiscal Q1 201916330001213900-19-007958
10-K2019-03-01fiscal FY 201816290001213900-19-003343
10-Q2018-11-08fiscal Q3 201816330001213900-18-015087
10-Q2018-08-06fiscal Q2 201816280001213900-18-010204
10-Q2018-05-10fiscal Q1 201816240001213900-18-005784

Inspect the source

Entity
RANPAK HOLDINGS CORP. / CIK 0001712463
Captured
2026-09-21T17:26:49.668Z
SEC response SHA-256
e60c1bef8833f50a37d289149fece2975ebc837a47432acc185ef6a69b35f994

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