Skip to content

JELD-WEN Holding, Inc.: filings

Every JELD-WEN Holding, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-08-04fiscal Q2 2026491350001674335-26-000123
10-Q2026-05-05fiscal Q1 2026491010001674335-26-000069
10-K2026-02-23fiscal FY 2025591510001674335-26-000043
10-Q2025-11-06fiscal Q3 2025521410001674335-25-000174
10-Q2025-08-06fiscal Q2 2025521410001674335-25-000146
10-Q2025-05-08fiscal Q1 2025521070001674335-25-000100
10-K2025-02-20fiscal FY 2024581500001674335-25-000055
10-Q2024-11-06fiscal Q3 2024531410001674335-24-000177
10-Q2024-08-06fiscal Q2 2024531410001674335-24-000154
10-Q2024-05-07fiscal Q1 2024521060001674335-24-000127
10-K2024-02-20fiscal FY 2023591860001674335-24-000059
10-Q2023-11-07fiscal Q3 2023531420001674335-23-000168
10-Q2023-08-08fiscal Q2 2023511370001674335-23-000156
10-Q2023-05-09fiscal Q1 2023511050001674335-23-000109
10-K2023-02-21fiscal FY 2022571500001674335-23-000039
10-Q2022-11-01fiscal Q3 2022511410001674335-22-000137
10-Q2022-08-01fiscal Q2 2022511410001674335-22-000110
10-Q2022-05-02fiscal Q1 2022511050001674335-22-000070
10-K2022-02-22fiscal FY 2021571500001674335-22-000028
10-Q2021-11-01fiscal Q3 2021511410001674335-21-000105
10-Q2021-08-02fiscal Q2 2021501370001674335-21-000090
10-Q2021-04-30fiscal Q1 2021501030001674335-21-000039
10-K2021-02-23fiscal FY 2020571470001674335-21-000012
10-Q2020-11-03fiscal Q3 2020501370001674335-20-000098
10-Q2020-08-05fiscal Q1 2020501370001674335-20-000082
10-Q2020-05-06fiscal Q1 2020521170001674335-20-000043
10-K2020-02-24fiscal FY 2019612000001674335-20-000033
10-Q2019-11-06fiscal Q3 2019571620001674335-19-000090
10-Q2019-08-07fiscal Q2 2019583150001674335-19-000072
10-Q2019-05-08fiscal Q1 2019571140001674335-19-000039
10-K2019-03-01fiscal FY 2018582090001674335-19-000023
10-Q2018-11-07fiscal Q3 2018551480001674335-18-000108
10-Q2018-08-07fiscal Q2 2018511390001674335-18-000090
10-Q2018-05-09fiscal Q1 2018491010001674335-18-000068
10-K2018-03-06fiscal Q4 2017511870001674335-18-000038
10-Q2017-11-08fiscal Q3 2017461710001674335-17-000054
10-Q2017-08-08fiscal Q2 2017431300001674335-17-000028
10-Q2017-05-12fiscal Q1 2017431530001674335-17-000018

Inspect the source

Entity
JELD-WEN Holding, Inc. / CIK 0001674335
Captured
2026-09-21T17:24:30.647Z
SEC response SHA-256
0eff71f78d583ca108a49df211641faa5be8d0999807ca2cc5fd07626535ba8e

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