Skip to content

Histogen Inc.: filings

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

Filing record ends 2023-11-09

The latest filing in this captured record is a 10-Q filed 2023-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. Histogen 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-11-09fiscal Q3 2023421150000950170-23-062115
10-Q2023-08-10fiscal Q2 2023401090000950170-23-041379
10-Q2023-05-11fiscal Q1 202341830000950170-23-021301
10-K2023-03-09fiscal FY 202244880000950170-23-007056
10-Q2022-11-10fiscal Q3 2022431210000950170-22-024542
10-Q2022-08-11fiscal Q2 202239990001564590-22-029135
10-Q2022-05-12fiscal Q1 202238760001564590-22-019887
10-K2022-03-10fiscal FY 202143860001564590-22-009664
10-Q2021-11-10fiscal Q3 2021421090001564590-21-056218
10-Q2021-08-11fiscal Q2 2021421060001564590-21-043452
10-Q2021-05-13fiscal Q1 202140810001564590-21-027602
10-K2021-03-11fiscal FY 202044860001564590-21-012536
10-Q2020-11-10fiscal Q3 2020431080001564590-20-053000
10-Q2020-08-13fiscal Q2 2020451190001564590-20-040035
10-Q2020-05-01fiscal Q1 202027540001564590-20-020517
10-K2020-03-11fiscal FY 2019371300001564590-20-010122
10-Q2019-11-05fiscal Q3 2019341000001564590-19-040404
10-Q2019-08-07fiscal Q2 201934980001564590-19-030048
10-Q2019-05-03fiscal Q1 201934720001564590-19-015689
10-K2019-03-08fiscal FY 2018351280001564590-19-007030
10-Q2018-11-01fiscal Q3 201835960001564590-18-026299
10-Q2018-08-02fiscal Q2 201833900001564590-18-018892
10-Q2018-05-03fiscal Q1 201826540001564590-18-010665
10-K2018-03-08fiscal FY 2017291120001564590-18-004914
10-Q2017-11-02fiscal Q3 201729830001564590-17-021246
10-Q2017-08-04fiscal Q2 201729830001564590-17-015656
10-Q2017-05-05fiscal Q1 201728560001564590-17-008889
10-K2017-03-16fiscal FY 201628980001564590-17-004617
10-Q2016-11-08fiscal Q3 201626720001564590-16-028316
10-Q2016-08-05fiscal Q2 201626720001564590-16-022978
10-Q2016-05-05fiscal Q1 201626520001564590-16-017967
10-K2016-03-11fiscal FY 201527960001564590-16-014564
10-Q2015-11-06fiscal Q3 201526720001564590-15-009954
10-Q2015-08-07fiscal Q2 201526720001193125-15-283050
10-Q2015-05-08fiscal Q1 201525510001193125-15-179548
10-K2015-03-13fiscal FY 2014311470001193125-15-091168
10-Q2014-11-13fiscal Q3 201428780001193125-14-411143
10-Q2014-08-14fiscal Q2 201432940001193125-14-310120
10-Q2014-05-14fiscal Q1 201429730001193125-14-199043
10-K2014-03-28fiscal FY 2013311760001193125-14-121420
10-Q2013-11-14fiscal Q3 2013311020001193125-13-442178
10-Q2013-09-09fiscal Q2 2013321020001193125-13-361425

Inspect the source

Entity
Histogen Inc. / CIK 0001383701
Captured
SEC response SHA-256
1b0bdbacf46387bf523b0442b66eb6b2b6067a55baf63fbbb623543f2333fbd7

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