Skip to content

REGENXBIO Inc.: filings

Every REGENXBIO Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-06fiscal Q2 2026391060001193125-26-336725
10-Q2026-05-14fiscal Q1 202638790001193125-26-222804
10-K2026-03-05fiscal FY 202544880001193125-26-094013
10-Q2025-11-06fiscal Q3 2025381050001193125-25-268095
10-Q2025-08-07fiscal Q2 2025381050001193125-25-174953
10-Q2025-05-12fiscal Q1 202538790000950170-25-069237
10-K2025-03-13fiscal FY 2024451150000950170-25-038770
10-Q2024-11-06fiscal Q3 2024381050000950170-24-122330
10-Q2024-08-01fiscal Q2 2024381050000950170-24-089320
10-Q2024-05-08fiscal Q1 202438790000950170-24-055691
10-K2024-02-27fiscal FY 2023451170000950170-24-021161
10-Q2023-11-08fiscal Q3 2023401100000950170-23-061144
10-Q2023-08-02fiscal Q2 2023401100000950170-23-037178
10-Q2023-05-03fiscal Q1 202340820000950170-23-017200
10-K2023-02-28fiscal FY 2022451170000950170-23-005085
10-Q2022-11-03fiscal Q3 2022401110000950170-22-021567
10-Q2022-08-03fiscal Q2 2022401110001564590-22-027764
10-Q2022-05-04fiscal Q1 202236750001564590-22-017878
10-K2022-03-01fiscal FY 2021461170001564590-22-008055
10-Q2021-11-02fiscal Q3 2021411140001564590-21-053565
10-Q2021-08-09fiscal Q2 202136940001564590-21-042652
10-Q2021-05-05fiscal Q1 202136730001564590-21-024116
10-K2021-03-01fiscal FY 2020461630001564590-21-009855
10-Q2020-11-04fiscal Q3 2020431160001564590-20-050485
10-Q2020-08-06fiscal Q2 202035920001564590-20-037775
10-Q2020-05-07fiscal Q1 202033680001564590-20-022890
10-K2020-02-26fiscal FY 2019431550001564590-20-006826
10-Q2019-11-05fiscal Q3 2019401110001564590-19-040403
10-Q2019-08-07fiscal Q2 2019401110001564590-19-030100
10-Q2019-05-07fiscal Q1 201940800001564590-19-016531
10-K2019-02-27fiscal FY 2018421530001564590-19-004920
10-Q2018-11-07fiscal Q3 2018391040001564590-18-028054
10-Q2018-08-08fiscal Q2 2018391020001564590-18-020194
10-Q2018-05-08fiscal Q1 201832640001564590-18-011844
10-K2018-03-06fiscal FY 2017301070001564590-18-004532
10-Q2017-11-08fiscal Q3 201726690001564590-17-022765
10-Q2017-08-08fiscal Q2 201726690001564590-17-016550
10-Q2017-05-09fiscal Q1 201726530001564590-17-009868
10-K2017-03-07fiscal FY 2016291060001564590-17-003576
10-Q2016-11-09fiscal Q3 201626690001564590-16-028642
10-Q2016-08-09fiscal Q2 201626690001564590-16-023492
10-Q2016-05-05fiscal Q1 201626530001564590-16-017818
10-K2016-03-03fiscal FY 201529830001564590-16-013941
10-Q2015-11-05fiscal Q3 201527680001193125-15-367340

Inspect the source

Entity
REGENXBIO Inc. / CIK 0001590877
Captured
2026-09-20T09:24:01.961Z
SEC response SHA-256
c452a51cd3fecbd1ce9c22985c794a5a8dd5a7ad550b009f5a69eb65cead4933

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