Skip to content

ORGANOGENESIS HOLDINGS INC.: filings

Every ORGANOGENESIS HOLDINGS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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-06fiscal Q2 2026471360001193125-26-338049
10-Q2026-05-07fiscal Q1 202647980001661181-26-000008
10-K2026-02-26fiscal FY 2025591500001193125-26-076730
10-Q2025-11-06fiscal Q3 2025531560001193125-25-269697
10-Q2025-08-07fiscal Q2 2025531510000950170-25-105048
10-Q2025-05-08fiscal Q1 2025551120000950170-25-066962
10-K2025-02-27fiscal FY 2024601570000950170-25-029137
10-Q2024-11-12fiscal Q3 2024541590000950170-24-125431
10-Q2024-08-08fiscal Q2 2024561570000950170-24-094009
10-Q2024-05-09fiscal Q1 2024551120000950170-24-057050
10-K2024-02-29fiscal FY 2023581490000950170-24-023150
10-Q2023-11-09fiscal Q3 2023551540000950170-23-062056
10-Q2023-08-09fiscal Q2 2023551540000950170-23-040670
10-Q2023-05-10fiscal Q1 2023551120000950170-23-020627
10-K2023-03-01fiscal FY 2022591600000950170-23-005585
10-Q2022-11-09fiscal Q3 2022551700000950170-22-023947
10-Q2022-08-09fiscal Q2 2022551690000950170-22-016142
10-Q2022-05-10fiscal Q1 2022551120001193125-22-146366
10-K2022-03-01fiscal FY 2021611560001193125-22-061686
10-Q2021-11-09fiscal Q3 2021531500001193125-21-324492
10-Q2021-08-09fiscal Q2 2021531500001193125-21-240472
10-Q2021-05-11fiscal Q1 2021531080001193125-21-156534
10-K2021-03-16fiscal FY 2020561460001193125-21-082849
10-Q2020-11-09fiscal Q3 2020511490001193125-20-289119
10-Q2020-08-10fiscal Q2 2020461290001193125-20-214949
10-Q2020-05-11fiscal Q1 202047970001193125-20-139057
10-K2020-03-09fiscal FY 2019521340001193125-20-067198
10-Q2019-11-12fiscal Q3 2019491340001193125-19-289983
10-Q2019-08-09fiscal Q2 2019461290001193125-19-217411
10-Q2019-05-10fiscal Q1 201947970001193125-19-143616
10-K2019-03-18fiscal FY 2018532460001193125-19-078332
10-Q2018-11-09fiscal Q3 201813340001558370-18-009191
10-Q2018-08-07fiscal Q2 201813340001558370-18-006618
10-Q2018-05-10fiscal Q1 201813260001558370-18-004664
10-K2018-03-14fiscal FY 201715550001558370-18-002068
10-Q2017-11-14fiscal Q3 201713320001558370-17-008916
10-Q2017-08-11fiscal Q2 201713300001558370-17-006577
10-Q2017-05-12fiscal Q1 201711210001104659-17-032338
10-K2017-03-28fiscal FY 201611290001047469-17-002096

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
ORGANOGENESIS HOLDINGS INC. / CIK 0001661181
Captured
2026-09-21T17:24:00.229Z
SEC response SHA-256
00567c72bddd95f26714e330ccb5a1d718329e6452ae6dde7dc8540102fedb47

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