Skip to content

Neurogene Inc.: filings

Every Neurogene Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-11fiscal Q2 2026381040001404644-26-000059
10-Q2026-05-12fiscal Q1 202637780001404644-26-000037
10-K2026-03-24fiscal FY 202545920001404644-26-000019
10-Q2025-11-13fiscal Q3 2025391140001404644-25-000101
10-Q2025-08-11fiscal Q2 2025381080001404644-25-000081
10-Q2025-05-09fiscal Q1 202537780001404644-25-000041
10-K2025-03-24fiscal FY 202443890001404644-25-000012
10-Q2024-11-18fiscal Q3 2024401140001404644-24-000104
10-Q2024-08-09fiscal Q2 2024401100001404644-24-000086
10-Q2024-05-10fiscal Q1 202439760001404644-24-000057
10-K2024-03-18fiscal FY 202342830001404644-24-000020
10-Q2023-11-14fiscal Q3 202331960001628280-23-038797
10-Q2023-08-10fiscal Q2 202331920001628280-23-028856
10-Q2023-05-08fiscal Q1 202331660001628280-23-016425
10-K2023-03-20fiscal FY 202237750001628280-23-008602
10-Q2022-11-14fiscal Q3 202232980001628280-22-029833
10-Q2022-08-09fiscal Q2 202232940001628280-22-021923
10-Q2022-05-09fiscal Q1 202229620001628280-22-013306
10-K2022-03-01fiscal FY 202135710001628280-22-004491
10-Q2021-11-04fiscal Q3 202130900001628280-21-021773
10-Q2021-08-05fiscal Q2 202129840001628280-21-015861
10-Q2021-05-12fiscal Q1 202129620001628280-21-009912
10-K2021-03-25fiscal FY 202032650001628280-21-005630
10-Q2020-11-09fiscal Q3 202026710001564590-20-052218
10-Q2020-08-12fiscal Q2 202025640001564590-20-039671
10-Q2020-05-06fiscal Q1 202028570001564590-20-021920
10-K2020-03-12fiscal FY 201937890001193125-20-071545
10-Q2019-11-13fiscal Q3 201929750001193125-19-290610
10-Q2019-08-01fiscal Q2 201933880001193125-19-209916
10-Q2019-05-07fiscal Q1 201928550001193125-19-139021
10-K2019-03-07fiscal FY 201834850001193125-19-066506
10-Q2018-11-07fiscal Q3 201828720001193125-18-320293
10-Q2018-08-08fiscal Q2 201832900001193125-18-242081
10-Q2018-05-08fiscal Q1 201824500001193125-18-155359
10-K2018-03-12fiscal FY 201726650001193125-18-079210
10-Q2017-11-08fiscal Q3 201722590001193125-17-336565
10-Q2017-08-08fiscal Q2 201720540001193125-17-250714
10-Q2017-05-09fiscal Q1 201721440001193125-17-163318
10-K2017-03-09fiscal FY 201628720001193125-17-076939
10-Q2016-11-09fiscal Q3 201622600001193125-16-763805
10-Q2016-08-04fiscal Q2 201621580001193125-16-671769
10-Q2016-05-10fiscal Q1 201621440001193125-16-584833
10-K2016-03-14fiscal FY 201529710001193125-16-503435
10-Q2015-11-10fiscal Q3 201524700001193125-15-372837
10-Q2015-08-06fiscal Q2 201524700001193125-15-280995
10-Q2015-05-12fiscal Q1 201524500001193125-15-183189
10-K2015-03-16fiscal FY 201430770001193125-15-093873
10-Q2014-11-04fiscal Q3 201425710001193125-14-395314
10-Q2014-08-11fiscal Q2 201424730001193125-14-304867
10-Q2014-05-13fiscal Q1 201428910001193125-14-195836

Inspect the source

Entity
Neurogene Inc. / CIK 0001404644
Captured
2026-09-19T11:18:01.681Z
SEC response SHA-256
87b159cd5ceebdf479b494be364ba33f1e8263d79fdedbf945f7fab03349e1a8

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