Skip to content

HARMONY BIOSCIENCES HOLDINGS, INC.: filings

Every HARMONY BIOSCIENCES HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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 2026501380001104659-26-090090
10-Q2026-05-07fiscal Q1 2026491000001104659-26-056720
10-K2026-02-24fiscal FY 2025521360001104659-26-018859
10-Q2025-11-04fiscal Q3 2025501390001104659-25-105962
10-Q2025-08-05fiscal Q2 2025501390001558370-25-010185
10-Q2025-05-06fiscal Q1 2025491010001558370-25-006394
10-K2025-02-25fiscal FY 2024541410001558370-25-001441
10-Q2024-10-29fiscal Q3 2024521420001558370-24-013803
10-Q2024-08-06fiscal Q2 2024511410001558370-24-010956
10-Q2024-04-30fiscal Q1 2024501020001558370-24-006203
10-K2024-02-22fiscal FY 2023551420001558370-24-001466
10-Q2023-10-31fiscal Q3 2023521390001558370-23-017060
10-Q2023-08-01fiscal Q2 2023501370001558370-23-012637
10-Q2023-05-02fiscal Q1 2023491000001558370-23-007571
10-K2023-02-21fiscal FY 2022541350001558370-23-001574
10-Q2022-11-01fiscal Q3 2022511360001558370-22-015726
10-Q2022-08-02fiscal Q2 2022491340001558370-22-011556
10-Q2022-05-03fiscal Q1 202247960001558370-22-006729
10-K2022-02-28fiscal FY 2021521250001558370-22-002257
10-Q2021-11-09fiscal Q3 2021471260001558370-21-015173
10-Q2021-08-10fiscal Q2 2021451240001564590-21-042897
10-Q2021-05-11fiscal Q1 202143860001564590-21-026306
10-K2021-03-25fiscal FY 202046900001564590-21-015274
10-Q2020-11-12fiscal Q3 2020431130001564590-20-053320

Inspect the source

Entity
HARMONY BIOSCIENCES HOLDINGS, INC. / CIK 0001802665
Captured
2026-09-19T11:21:25.241Z
SEC response SHA-256
219edd9966de4e2fe15281e20a5bcff1b5a72701848577e42a293ddf6617aa3e

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