Skip to content

Annovis Bio, Inc.: filings

Every Annovis Bio, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-14fiscal Q2 202626800001104659-26-097228
10-Q2026-05-15fiscal Q1 202626560001104659-26-062626
10-K2026-03-13fiscal FY 202527550001104659-26-027751
10-Q2025-11-12fiscal Q3 202526860001104659-25-110393
10-Q2025-08-12fiscal Q2 202526820001558370-25-011233
10-Q2025-05-13fiscal Q1 202526560001558370-25-007584
10-K2025-03-21fiscal FY 202427560001558370-25-003482
10-Q2024-11-08fiscal Q3 202428920001558370-24-015074
10-Q2024-08-14fiscal Q2 202428920001558370-24-012227
10-Q2024-05-10fiscal Q1 202429610001558370-24-007820
10-K2024-03-29fiscal FY 202329590001558370-24-004393
10-Q2023-11-08fiscal Q3 2023291030001558370-23-018298
10-Q2023-08-14fiscal Q2 202329990001558370-23-014884
10-Q2023-05-10fiscal Q1 202328700001558370-23-009142
10-K2023-03-31fiscal FY 2022281600001104659-23-040275
10-Q2022-11-08fiscal Q3 202227880001558370-22-016902
10-Q2022-08-08fiscal Q2 202228920001558370-22-012561
10-Q2022-05-04fiscal Q1 202228600001558370-22-006981
10-K2022-03-02fiscal FY 202129600001558370-22-002668
10-Q2021-11-03fiscal Q3 202129920001558370-21-014220
10-Q2021-07-28fiscal Q2 202125720001558370-21-009460
10-Q2021-05-06fiscal Q1 202125520001558370-21-006138
10-K2021-03-03fiscal FY 202025510001558370-21-002303
10-Q2020-11-04fiscal Q3 202025790001558370-20-012511
10-Q2020-07-29fiscal Q2 202025750001558370-20-008577
10-Q2020-05-05fiscal Q1 202025540001104659-20-056617

Inspect the source

Entity
Annovis Bio, Inc. / CIK 0001477845
Captured
2026-09-20T09:08:33.639Z
SEC response SHA-256
5f46431864276f3b86ddd5f520f0f0d740cabb76d1da6c6eaa47ff48ee863f51

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