Skip to content

HYLIION HOLDINGS CORP.: filings

Every HYLIION HOLDINGS CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-11fiscal Q2 2026421180001628280-26-055738
10-Q2026-05-12fiscal Q1 202642880001628280-26-034116
10-K2026-02-25fiscal FY 2025501010001628280-26-011278
10-Q2025-11-12fiscal Q3 2025421220001628280-25-051326
10-Q2025-08-12fiscal Q2 2025421180001759631-25-000132
10-Q2025-05-13fiscal Q1 202541860001759631-25-000088
10-K2025-02-25fiscal FY 2024501010001759631-25-000051
10-Q2024-11-14fiscal Q3 2024421220001759631-24-000181
10-Q2024-08-06fiscal Q2 2024421180001759631-24-000127
10-Q2024-05-01fiscal Q1 202442880001759631-24-000089
10-K2024-02-13fiscal FY 2023541080001759631-24-000015
10-Q2023-11-08fiscal Q3 2023421220001759631-23-000095
10-Q2023-08-09fiscal Q2 2023421180001759631-23-000071
10-Q2023-05-09fiscal Q1 202342880001759631-23-000047
10-K2023-02-28fiscal FY 2022541380001759631-23-000011
10-Q2022-11-09fiscal Q3 2022421190001759631-22-000051
10-Q2022-08-09fiscal Q2 2022391100001759631-22-000037
10-Q2022-05-09fiscal Q1 202239820001759631-22-000022
10-K2022-02-24fiscal FY 2021511320001759631-22-000014
10-Q2021-11-10fiscal Q3 2021361060001628280-21-022659
10-Q/A2021-08-12fiscal Q2 2021361020001759631-21-000036
10-Q2021-08-11fiscal Q2 2021361020001759631-21-000029
10-Q2021-05-17fiscal Q1 202136760001628280-21-010423
10-K/A2021-05-17fiscal FY 202040780001213900-21-026636
10-K2021-02-26fiscal FY 202036700001213900-21-011788
10-Q2020-11-12fiscal Q3 202020560001213900-20-036352
10-Q2020-08-06fiscal Q2 202020520001213900-20-020650
10-Q2020-05-07fiscal Q1 202020400001213900-20-011297
10-K2020-03-23fiscal FY 201922340001213900-20-007159
10-Q2019-11-12fiscal Q3 201921360001213900-19-022954
10-Q2019-08-12fiscal Q2 201920340001213900-19-015345
10-Q2019-05-13fiscal Q1 201921290001213900-19-008439

Inspect the source

Entity
HYLIION HOLDINGS CORP. / CIK 0001759631
Captured
2026-09-21T17:29:40.561Z
SEC response SHA-256
126c7ec2e28686051d7246189a884cc6982f70c14e9621c4d356cf235f20792f

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