Skip to content

Aceragen, Inc.: filings

Every Aceragen, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2023-06-29

The latest filing in this captured record is a 10-Q filed 2023-06-29. No later filing is in the SEC companyfacts record captured on 2026-09-22. Aceragen, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-06-29fiscal Q1 202339760001558370-23-011603
10-K2023-04-13fiscal FY 202245810001558370-23-005875
10-Q2022-11-14fiscal Q3 2022431100001558370-22-017797
10-Q2022-08-09fiscal Q2 202234960001558370-22-012865
10-Q2022-05-05fiscal Q1 202234670001558370-22-007355
10-K2022-03-31fiscal FY 202135880001558370-22-004903
10-Q2021-11-08fiscal Q3 2021351010001558370-21-015025
10-Q2021-08-09fiscal Q2 202135980001558370-21-010973
10-Q2021-04-29fiscal Q1 202137750001558370-21-005247
10-K2021-03-01fiscal FY 202032810001558370-21-002152
10-Q2020-10-29fiscal Q3 202030880001558370-20-012053
10-Q2020-08-04fiscal Q2 2020341000001558370-20-009151
10-Q2020-04-30fiscal Q1 202035780001558370-20-004804
10-K2020-03-12fiscal FY 201934840001558370-20-002458
10-Q2019-11-06fiscal Q3 2019361000001558370-19-010156
10-Q2019-08-08fiscal Q2 201936980001558370-19-007598
10-Q2019-05-02fiscal Q1 201936720001558370-19-003862
10-K2019-03-06fiscal FY 201834870001558370-19-001585
10-Q2018-11-06fiscal Q3 201834910001558370-18-008638
10-Q2018-08-02fiscal Q2 201834920001558370-18-006212
10-Q2018-05-09fiscal Q1 201833680001558370-18-004402
10-K2018-03-07fiscal FY 201733850001558370-18-001603
10-Q2017-11-06fiscal Q3 201731810001558370-17-008228
10-Q2017-08-07fiscal Q2 201731820001558370-17-006132
10-Q2017-05-04fiscal Q1 201728580001558370-17-003522
10-K2017-03-15fiscal FY 201630770001558370-17-001845
10-Q2016-11-01fiscal Q3 201628780001558370-16-008968
10-Q2016-08-02fiscal Q2 201628740001193125-16-667395
10-Q2016-05-09fiscal Q1 201626530001193125-16-583789
10-K2016-03-10fiscal FY 201529720001193125-16-499113
10-Q2015-11-06fiscal Q3 201527740001193125-15-369118
10-Q2015-08-06fiscal Q2 201528750001193125-15-279797
10-Q2015-05-11fiscal Q1 201528570001193125-15-180536
10-K2015-03-12fiscal FY 201428670001193125-15-088259
10-Q2014-11-07fiscal Q3 201426700001193125-14-402003
10-Q2014-08-12fiscal Q2 201426700001193125-14-305621
10-Q2014-05-12fiscal Q1 201426540001193125-14-194796
10-K2014-03-13fiscal FY 201329710001193125-14-096678
10-Q2013-11-14fiscal Q3 201330750001193125-13-441095
10-Q2013-08-14fiscal Q2 201330750001193125-13-334698
10-Q2013-05-15fiscal Q1 201333660001193125-13-220908
10-K2013-03-11fiscal FY 201236880001193125-13-099696
10-Q2012-11-09fiscal Q3 201232880001193125-12-463610
10-Q2012-08-09fiscal Q2 201232880001193125-12-345431
10-Q2012-05-09fiscal Q1 201230600001193125-12-220004
10-K2012-03-14fiscal FY 201136920001193125-12-113616
10-Q2011-11-09fiscal Q3 201130790000950123-11-096764
10-Q2011-08-05fiscal Q2 201130790000950123-11-073237

Inspect the source

Entity
Aceragen, Inc. / CIK 0000861838
Captured
SEC response SHA-256
7f708e3144aac11ef206c1afaaa0369bcf0d2f666fbea374b94a3e24195a17bb

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