Skip to content

Dicerna Pharmaceuticals Inc: filings

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

Filing record ends 2021-11-09

The latest filing in this captured record is a 10-Q filed 2021-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. Dicerna Pharmaceuticals 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-Q2021-11-09fiscal Q3 2021391230001399529-21-000158
10-Q2021-08-09fiscal Q2 2021391190001399529-21-000142
10-Q2021-05-06fiscal Q1 202137790001399529-21-000089
10-K2021-02-26fiscal FY 202038980001399529-21-000042
10-Q2020-11-05fiscal Q3 2020361070001399529-20-000089
10-Q2020-08-06fiscal Q2 202034970001399529-20-000054
10-Q2020-05-07fiscal Q1 202033710001399529-20-000041
10-K2020-02-28fiscal FY 2019421250001399529-20-000009
10-Q2019-11-07fiscal Q3 2019381060001399529-19-000044
10-Q2019-08-08fiscal Q2 201933900001399529-19-000028
10-Q2019-05-10fiscal Q1 201931640001399529-19-000017
10-K2019-03-13fiscal FY 2018371180001399529-19-000005
10-Q2018-11-05fiscal Q3 201832820001564590-18-026883
10-Q2018-08-08fiscal Q2 201829770001564590-18-020490
10-Q2018-05-14fiscal Q1 201822470001193125-18-162532
10-K2018-03-08fiscal FY 201729950001193125-18-075129
10-Q2017-11-02fiscal Q3 201722620001193125-17-330980
10-Q2017-08-10fiscal Q2 201722600001193125-17-254458
10-Q2017-05-08fiscal Q1 201721430001193125-17-162583
10-K2017-03-30fiscal FY 201630930001193125-17-104169
10-Q2016-11-07fiscal Q3 201621550001193125-16-761668
10-Q2016-08-04fiscal Q2 201621540001193125-16-671804
10-Q2016-05-09fiscal Q1 201620420001193125-16-583840
10-K2016-03-10fiscal FY 201531920001193125-16-500111
10-Q2015-11-10fiscal Q3 201524620001193125-15-373454
10-Q2015-08-06fiscal Q2 201524640001193125-15-281012
10-Q2015-05-11fiscal Q1 201523470001193125-15-181900
10-K2015-03-12fiscal FY 2014311010001193125-15-089221
10-Q2014-11-06fiscal Q3 201422580001193125-14-399714
10-Q2014-08-07fiscal Q2 201422600001193125-14-300692
10-Q2014-05-13fiscal Q1 201425500001193125-14-197034

Inspect the source

Entity
Dicerna Pharmaceuticals Inc / CIK 0001399529
Captured
SEC response SHA-256
d781b8cc393f67d5200652ced669fa1c70023f6fae079e9ee4e6a27396e346d0

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