Skip to content

Humanigen, Inc.: filings

Every Humanigen, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2023-05-15

The latest filing in this captured record is a 10-Q filed 2023-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. Humanigen, 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-Q2023-05-15fiscal Q1 202332650001214659-23-007002
10-K2023-03-30fiscal FY 202232660001214659-23-004512
10-Q2022-11-14fiscal Q3 2022321000001214659-22-013718
10-Q2022-08-12fiscal Q2 202232960001214659-22-010013
10-Q2022-05-05fiscal Q1 202231650001214659-22-006352
10-K2022-03-01fiscal FY 202131610001214659-22-003416
10-Q2021-11-12fiscal Q3 202130840001214659-21-011594
10-Q2021-08-12fiscal Q2 202129770001214659-21-008442
10-Q2021-05-13fiscal Q1 202128590001214659-21-005311
10-K2021-03-10fiscal FY 202027560001214659-21-002990
10-Q2020-11-10fiscal Q3 202027730001214659-20-009284
10-Q2020-08-14fiscal Q2 202026700001214659-20-007189
10-Q2020-05-15fiscal Q1 202027570001214659-20-004718
10-K2020-03-16fiscal FY 201928610001214659-20-002661
10-Q2019-10-28fiscal Q3 201929790001214659-19-006664
10-Q2019-08-13fiscal Q2 201928800001214659-19-005152
10-Q2019-05-03fiscal Q1 201928610001214659-19-003166
10-K2019-03-26fiscal FY 201830630001214659-19-002284
10-Q2018-11-06fiscal Q3 201829780001214659-18-006915
10-Q2018-08-09fiscal Q2 201829780001214659-18-005321
10-Q2018-05-08fiscal Q1 201828600001214659-18-003426
10-K2018-03-27fiscal FY 201729600001214659-18-002397
10-Q2017-11-17fiscal Q3 201729750001214659-17-006807
10-Q2017-08-10fiscal Q2 201726670001214659-17-004929
10-Q2017-05-11fiscal Q1 201725490001214659-17-003231
10-K2017-03-09fiscal FY 201629570001214659-17-001799
10-Q2016-11-10fiscal Q3 201630720001214659-16-014543
10-Q2016-09-23fiscal Q2 201630700001214659-16-013792
10-Q2016-09-23fiscal Q1 201628510001214659-16-013789
10-K2016-09-01fiscal FY 201533650001214659-16-013550
10-Q2016-09-01fiscal Q3 201529750001214659-16-013549
10-Q2015-08-10fiscal Q2 201529740001558370-15-001553
10-Q2015-05-11fiscal Q1 201530600001558370-15-000866
10-K2015-03-16fiscal FY 2014341040001558370-15-000364
10-Q2014-11-06fiscal Q3 201428720001558370-14-000338
10-Q2014-08-07fiscal Q2 201428720001104659-14-057777
10-Q2014-05-08fiscal Q1 201428580001104659-14-036470
10-K2014-03-13fiscal FY 2013361050001047469-14-002331
10-Q2013-11-12fiscal Q3 201331770001193125-13-438305
10-Q2013-08-19fiscal Q2 201330730001193125-13-339473
10-Q2013-05-14fiscal Q1 201332630001193125-13-219901
10-K2013-04-01fiscal FY 201234890001193125-13-134980
10-Q2012-11-09fiscal Q3 201232790001193125-12-462653
10-Q/A2012-10-11fiscal Q2 201231750001193125-12-421118

Inspect the source

Entity
Humanigen, Inc. / CIK 0001293310
Captured
SEC response SHA-256
9c876fde211316e53c2596e41742868d41e67152901fb1b234864c8837ac2a2f

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