Skip to content

Vaccinex, Inc.: filings

Every Vaccinex, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-K2025-04-15fiscal FY 202442830000950170-25-054318
10-Q2024-11-14fiscal Q3 2024431230000950170-24-127139
10-Q2024-08-14fiscal Q2 2024431180000950170-24-097217
10-Q2024-05-15fiscal Q1 202441830000950170-24-060603
10-K/A2024-04-25fiscal FY 202343850000950170-24-048163
10-K2024-04-02fiscal FY 202343850000950170-24-039700
10-Q2023-11-13fiscal Q3 2023421230000950170-23-062454
10-Q2023-08-14fiscal Q2 2023421160000950170-23-042073
10-Q2023-05-15fiscal Q1 202341760000950170-23-022252
10-K2023-03-31fiscal FY 202241810000950170-23-011354
10-Q2022-11-14fiscal Q3 2022421270001564590-22-037499
10-Q2022-08-15fiscal Q2 2022411190001564590-22-029397
10-Q2022-05-16fiscal Q1 202235690001564590-22-020252
10-K2022-03-31fiscal FY 202140760001564590-22-012778
10-Q2021-11-08fiscal Q3 2021371080001564590-21-055065
10-Q2021-08-16fiscal Q2 202136960001564590-21-044453
10-Q2021-05-17fiscal Q1 202136690001564590-21-028189
10-K2021-03-31fiscal FY 202037730001564590-21-016874
10-Q2020-11-13fiscal Q3 2020371070001564590-20-053729
10-Q2020-08-14fiscal Q2 202036960001564590-20-040174
10-Q2020-05-14fiscal Q1 202035670001564590-20-025279
10-K2020-03-09fiscal FY 201938760001564590-20-009251
10-Q2019-11-12fiscal Q3 2019371050001564590-19-042537
10-Q2019-08-14fiscal Q2 2019351000001564590-19-031978
10-Q2019-05-15fiscal Q1 201935710001564590-19-019256
10-K2019-03-13fiscal FY 201840800001564590-19-007458
10-Q2018-11-13fiscal Q3 201839990001564590-18-029125
10-Q2018-08-14fiscal Q2 201837950001564590-18-021566

Inspect the source

Entity
Vaccinex, Inc. / CIK 0001205922
Captured
2026-09-19T11:16:57.889Z
SEC response SHA-256
7972b50a3421e4dd4d1c4c3f4654af8f4df16f17dec50ed24ec25491e6d46a58

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