Skip to content

ICHOR HOLDINGS, LTD.: filings

Every ICHOR HOLDINGS, LTD. 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 2026531450001652535-26-000069
10-Q2026-05-05fiscal Q1 2026521050001652535-26-000031
10-K2026-02-20fiscal FY 2025561440001652535-26-000012
10-Q2025-11-03fiscal Q3 2025521470001652535-25-000078
10-Q2025-08-05fiscal Q2 2025521410001652535-25-000053
10-Q2025-05-06fiscal Q1 2025521050001652535-25-000011
10-K2025-02-21fiscal FY 2024551430001628280-25-006992
10-Q2024-11-05fiscal Q3 2024521410001628280-24-045122
10-Q2024-08-07fiscal Q2 2024521410001628280-24-035410
10-Q2024-05-08fiscal Q1 2024521050001628280-24-021404
10-K2024-02-23fiscal FY 2023541400001628280-24-006527
10-Q2023-11-07fiscal Q3 2023511390001628280-23-037199
10-Q2023-08-09fiscal Q2 2023511390001628280-23-028417
10-Q2023-05-10fiscal Q1 2023511030001628280-23-017043
10-K2023-02-24fiscal FY 2022551410001564590-23-002383
10-Q2022-11-09fiscal Q3 2022521430001564590-22-037126
10-Q2022-08-10fiscal Q2 2022521430001564590-22-028858
10-Q2022-05-11fiscal Q1 2022511030001564590-22-019512
10-K2022-02-28fiscal FY 2021561420001564590-22-007613
10-Q2021-11-03fiscal Q3 2021531440001564590-21-053739
10-Q2021-08-04fiscal Q2 2021531440001564590-21-040506
10-Q2021-05-05fiscal Q1 2021501010001564590-21-023679
10-K2021-03-05fiscal FY 2020551420001564590-21-011114
10-Q2020-11-03fiscal Q3 2020511380001564590-20-049783
10-Q2020-08-04fiscal Q2 2020511380001564590-20-035768
10-Q2020-05-05fiscal Q1 2020501000001564590-20-021023
10-K2020-03-06fiscal FY 2019531350001564590-20-009069
10-Q2019-11-06fiscal Q3 2019501370001564590-19-040683
10-Q2019-08-07fiscal Q2 2019501370001564590-19-029665
10-Q2019-05-08fiscal Q1 2019501010001564590-19-016868
10-K2019-03-08fiscal FY 2018521360001564590-19-006988
10-Q2018-11-07fiscal Q3 2018491320001564590-18-027773
10-Q2018-08-08fiscal Q2 2018491320001564590-18-020445
10-Q2018-05-09fiscal Q1 201848960001564590-18-011973
10-K2018-03-13fiscal FY 2017501320001564590-18-005482
10-Q2017-11-13fiscal Q3 2017491310001564590-17-023562
10-Q2017-08-11fiscal Q2 2017481290001564590-17-017403
10-Q2017-05-12fiscal Q1 201748950001564590-17-010758

Inspect the source

Entity
ICHOR HOLDINGS, LTD. / CIK 0001652535
Captured
2026-09-21T17:23:39.336Z
SEC response SHA-256
8b2d15933e8091bff706ac9054fdb3977f247c63e103d22e7da9def0db9b30dd

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