Skip to content

SIGYN THERAPEUTICS, INC.: filings

Every SIGYN THERAPEUTICS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-Q2025-11-14fiscal Q3 202532940001493152-25-023387
10-Q2025-09-05fiscal Q2 202532900001641172-25-026704
10-Q2025-05-20fiscal Q1 202533660001641172-25-011815
10-K2025-04-15fiscal FY 202433640001641172-25-004740
10-Q2024-11-19fiscal Q3 2024341000001493152-24-046847
10-Q2024-08-19fiscal Q2 202434960001493152-24-033048
10-Q2024-05-14fiscal Q1 202434680001493152-24-019221
10-K2024-02-20fiscal FY 202338710001493152-24-007240
10-Q2023-11-14fiscal Q3 2023381060001493152-23-041198
10-Q2023-08-14fiscal Q2 2023381030001493152-23-028351
10-Q2023-05-15fiscal Q1 202335690001493152-23-017569
10-K2023-03-31fiscal FY 202237730001493152-23-009883
10-Q2022-11-14fiscal Q3 2022361040001493152-22-031964
10-Q2022-08-15fiscal Q2 202235980001493152-22-022514
10-Q2022-05-13fiscal Q1 202236690001493152-22-013243
10-K2022-03-21fiscal FY 202134640001493152-22-007382
10-Q2021-11-12fiscal Q3 202134910001493152-21-028214
10-Q2021-08-16fiscal Q2 202135910001493152-21-019884
10-Q2021-05-17fiscal Q1 202130600001493152-21-011802
10-K2021-04-06fiscal FY 202029460001493152-21-008047
10-Q2020-11-09fiscal Q3 202034960001753926-20-000359
10-Q2020-08-07fiscal Q2 202034940001753926-20-000232
10-Q2020-05-15fiscal Q1 202036720001753926-20-000124
10-K2020-03-30fiscal FY 201937720001753926-20-000068
10-Q2019-11-12fiscal Q3 201934950001213900-19-022978
10-Q2019-08-05fiscal Q2 201934970001213900-19-014611
10-Q2019-04-19fiscal Q1 201934700001615774-19-005998
10-K2019-04-01fiscal FY 201838770001615774-19-005117
10-Q2018-11-14fiscal Q3 2018371020001615774-18-012718
10-Q2018-08-13fiscal Q2 2018371020001615774-18-007902
10-Q2018-05-15fiscal Q1 201836710001615774-18-003879
10-Q2016-11-14fiscal Q3 201627640001615774-16-008236
10-Q2016-08-04fiscal Q2 201627660001615774-16-006572
10-Q2016-05-09fiscal Q1 201627480001615774-16-005280
10-K2016-03-30fiscal FY 201528500001615774-16-004714
10-Q2015-12-21fiscal Q3 201525570001615774-15-003690

Inspect the source

Entity
SIGYN THERAPEUTICS, INC. / CIK 0001642159
Captured
2026-09-21T17:22:56.950Z
SEC response SHA-256
e0e4d7f4bb391730e2aba50a78fbec4c845e6f42106fcbd8cdabccf8b438da5e

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