Skip to content

THERMOGENESIS HOLDINGS, INC.: filings

Every THERMOGENESIS HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2024-05-17

The latest filing in this captured record is a 10-Q filed 2024-05-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. THERMOGENESIS HOLDINGS, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2024-05-17fiscal Q1 202442850001437749-24-017521
10-K2024-04-16fiscal FY 202347940001437749-24-012088
10-Q2023-11-13fiscal Q3 2023441170001437749-23-031668
10-Q2023-08-10fiscal Q2 2023441150001437749-23-023091
10-Q2023-05-15fiscal Q1 202343880001437749-23-014637
10-K2023-03-30fiscal FY 2022501020001437749-23-008675
10-Q2022-11-10fiscal Q3 2022431160001437749-22-026947
10-Q2022-08-11fiscal Q2 2022431130001437749-22-020055
10-Q2022-05-20fiscal Q1 202243880001437749-22-013140
10-K2022-03-28fiscal FY 202146940001437749-22-007409
10-Q2021-11-12fiscal Q3 2021431130001437749-21-026500
10-Q2021-08-12fiscal Q2 2021431110001437749-21-019720
10-Q2021-05-13fiscal Q1 202143870001437749-21-012086
10-K2021-03-17fiscal FY 202048980001437749-21-006335
10-Q2020-11-12fiscal Q3 2020431120001437749-20-023634
10-Q2020-08-14fiscal Q2 2020431100001437749-20-018022
10-Q2020-05-15fiscal Q1 202043870001437749-20-010826
10-K2020-03-24fiscal FY 2019511010001437749-20-005945
10-Q2019-11-19fiscal Q3 2019461210001437749-19-023146
10-Q2019-08-13fiscal Q2 2019461210001437749-19-016575
10-Q2019-05-14fiscal Q1 201943870001437749-19-009832
10-K2019-03-26fiscal FY 2018491250001437749-19-005676
10-Q2018-11-14fiscal Q3 2018441160001437749-18-020827
10-Q2018-08-14fiscal Q2 2018441190001437749-18-015505
10-Q2018-05-14fiscal Q1 201839780001437749-18-009783
10-Q2017-11-14fiscal Q1 201742850001437749-17-019375
10-K2017-09-22fiscal FY 201748960001437749-17-016219
10-Q2017-05-12fiscal Q3 201737960001437749-17-008933
10-Q2017-02-13fiscal Q2 201736930001437749-17-002238
10-Q2016-11-17fiscal Q1 201736730001437749-16-042351
10-K2016-09-21fiscal FY 201647940001437749-16-038939
10-Q2016-05-13fiscal Q3 201638950001437749-16-031708
10-Q2016-02-16fiscal Q2 201637920001437749-16-025453
10-Q2015-11-16fiscal Q1 201637760001437749-15-020970
10-K2015-09-17fiscal FY 201546940001437749-15-017442
10-Q2015-06-24fiscal Q3 201538970001140361-15-025180
10-Q2015-06-23fiscal Q2 201536930001140361-15-025163
10-Q2014-11-14fiscal Q1 201536720001140361-14-041648
10-K2014-09-29fiscal FY 2014461210001140361-14-036655
10-Q2014-05-15fiscal Q3 201438950001140361-14-021730
10-Q2014-02-14fiscal Q2 201433880001140361-14-007918
10-Q2013-11-14fiscal Q1 201434700001140361-13-042916
10-K2013-09-04fiscal FY 201338980001140361-13-034895
10-Q2013-05-14fiscal Q3 201332800001140361-13-020685
10-Q2013-02-12fiscal Q2 201334880001140361-13-006086
10-Q2012-11-13fiscal Q1 201334700001140361-12-046880
10-K2012-09-21fiscal FY 2012361070001140361-12-041105
10-Q2012-05-10fiscal Q3 201230720001140361-12-024474
10-Q2012-02-10fiscal Q2 201227660001140361-12-006687
10-Q2011-11-10fiscal Q1 201227560001140361-11-052910

Inspect the source

Entity
THERMOGENESIS HOLDINGS, INC. / CIK 0000811212
Captured
SEC response SHA-256
4c34b32ff3f5d90605b3f766a8c99d910651172f6b33c13321fc5e53fe4ff107

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