Skip to content

RYERSON HOLDING CORPORATION: filings

Every RYERSON HOLDING CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-29fiscal Q2 2026471270001193125-26-323769
10-Q2026-05-06fiscal Q1 202647950001193125-26-209016
10-K2026-02-23fiscal FY 2025521340001193125-26-062397
10-Q2025-10-28fiscal Q3 2025471310001193125-25-253579
10-Q2025-07-29fiscal Q2 2025471270000950170-25-099646
10-Q2025-04-30fiscal Q1 202547950000950170-25-061080
10-K2025-02-20fiscal FY 2024511310000950170-25-024199
10-Q2024-10-29fiscal Q3 2024461300000950170-24-118254
10-Q2024-07-30fiscal Q2 2024461260000950170-24-087880
10-Q2024-04-30fiscal Q1 202446940000950170-24-050548
10-K2024-02-21fiscal FY 2023511310000950170-24-018005
10-Q2023-10-30fiscal Q3 2023461300000950170-23-056356
10-Q2023-07-31fiscal Q2 2023461260000950170-23-035952
10-Q2023-05-01fiscal Q1 202346940000950170-23-016256
10-K2023-02-22fiscal FY 2022511310000950170-23-003768
10-Q2022-11-02fiscal Q3 2022461300000950170-22-021267
10-Q2022-08-03fiscal Q2 2022461250000950170-22-014288
10-Q2022-05-04fiscal Q1 202246930001564590-22-017875
10-K2022-02-23fiscal FY 2021501260001564590-22-006263
10-Q2021-11-03fiscal Q3 2021481320001564590-21-053975
10-Q2021-08-04fiscal Q2 2021471270001564590-21-040841
10-Q2021-05-05fiscal Q1 202147950001564590-21-024100
10-K2021-02-24fiscal FY 2020491240001564590-21-008111
10-Q2020-10-28fiscal Q3 2020471310001564590-20-048359
10-Q2020-07-29fiscal Q2 2020471270001564590-20-034314
10-Q2020-05-06fiscal Q1 202047950001564590-20-021964
10-K2020-03-04fiscal FY 2019491780001564590-20-008692
10-Q2019-10-29fiscal Q3 2019471290001564590-19-038423
10-Q2019-08-05fiscal Q2 2019461230001564590-19-028781
10-Q2019-05-01fiscal Q1 201946910001564590-19-014832
10-K2019-03-05fiscal FY 2018481740001564590-19-006287
10-Q2018-11-01fiscal Q3 2018441170001564590-18-026247
10-Q2018-08-01fiscal Q2 2018441160001564590-18-018518
10-Q2018-05-02fiscal Q1 201837750001564590-18-010320
10-K2018-03-05fiscal FY 2017411500001564590-18-004385
10-Q2017-11-07fiscal Q3 201736950001564590-17-022250
10-Q2017-08-03fiscal Q2 2017371010001564590-17-015356
10-Q2017-05-03fiscal Q1 201737760001564590-17-008381
10-K2017-03-13fiscal FY 2016411540001564590-17-004120
10-Q2016-11-02fiscal Q3 2016391050001564590-16-026995
10-Q2016-08-09fiscal Q2 2016381030001564590-16-023723
10-Q2016-05-05fiscal Q1 201638770001564590-16-018018
10-K2016-03-09fiscal FY 2015431420001564590-16-014318
10-Q2015-11-12fiscal Q3 2015391040001564590-15-010628
10-Q2015-08-12fiscal Q2 201534870001564590-15-007114
10-Q2015-05-07fiscal Q1 201534700001193125-15-177338
10-K2015-03-16fiscal FY 2014391300001193125-15-094069
10-Q2014-11-12fiscal Q3 201434890001193125-14-409531
10-Q2014-08-14fiscal Q2 201433880001193125-14-309096
10-Q2012-07-31fiscal Q2 201236940001193125-12-326160
10-Q2012-05-02fiscal Q1 201234700001193125-12-204926
10-K2012-03-09fiscal FY 201131810001193125-12-107289
10-Q2011-11-02fiscal Q3 201133830001193125-11-292874
10-Q2011-08-03fiscal Q2 201133840001193125-11-207155

Inspect the source

Entity
RYERSON HOLDING CORPORATION / CIK 0001481582
Captured
2026-09-20T09:09:01.898Z
SEC response SHA-256
64ed891a553598529365cc0c10e53df0afa2762c9e851ce733848f3808c653bc

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