Skip to content

MERRIMACK PHARMACEUTICALS INC: filings

Every MERRIMACK PHARMACEUTICALS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2024-05-15

The latest filing in this captured record is a 10-Q filed 2024-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. MERRIMACK 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-Q2024-05-15fiscal Q1 202426560000950170-24-060478
10-K2024-03-07fiscal FY 202328580000950170-24-027966
10-Q2023-11-02fiscal Q3 202326830000950170-23-058273
10-Q2023-08-03fiscal Q2 202326790000950170-23-038082
10-Q2023-05-04fiscal Q1 202326540000950170-23-017932
10-K2023-03-09fiscal FY 202227560000950170-23-007063
10-Q2022-11-03fiscal Q3 202226820000950170-22-021933
10-Q2022-08-04fiscal Q2 202226790001564590-22-028022
10-Q2022-05-05fiscal Q1 202221450001564590-22-018284
10-K2022-03-09fiscal FY 202125510001564590-22-009320
10-Q2021-11-04fiscal Q3 202123680001564590-21-054518
10-Q2021-08-05fiscal Q2 202123650001564590-21-041636
10-Q2021-05-06fiscal Q1 202122460001564590-21-025078
10-K2021-03-10fiscal FY 202030590001564590-21-012087
10-Q2020-11-04fiscal Q3 202028790001564590-20-050520
10-Q2020-08-07fiscal Q2 202028780001564590-20-038076
10-Q2020-05-07fiscal Q1 202027540001564590-20-022829
10-K2020-03-12fiscal FY 201937700001564590-20-010531
10-Q2019-11-12fiscal Q3 201934880001564590-19-042925
10-Q2019-07-17fiscal Q2 201932840001564590-19-025092
10-Q2019-05-10fiscal Q1 201934660001564590-19-018299
10-K2019-03-06fiscal FY 2018391120001564590-19-006385
10-Q2018-11-07fiscal Q3 201835950001564590-18-027759
10-Q2018-08-07fiscal Q2 201834880001564590-18-019659
10-Q2018-05-08fiscal Q1 201830610001564590-18-011543
10-K2018-03-12fiscal FY 2017351190001564590-18-005246
10-Q2017-11-08fiscal Q3 201729810001564590-17-022565
10-Q2017-08-09fiscal Q2 201729780001564590-17-016988
10-Q2017-05-10fiscal Q1 201727560001564590-17-010302
10-K2017-03-01fiscal FY 2016351230001564590-17-003026
10-Q2016-11-09fiscal Q3 201631790001564590-16-028717
10-Q2016-08-04fiscal Q2 201631800001564590-16-022751
10-Q2016-05-02fiscal Q1 201631610001193125-16-572890
10-K2016-02-26fiscal FY 2015361190001193125-16-480919
10-Q2015-11-09fiscal Q3 201529760001193125-15-372123
10-Q2015-08-10fiscal Q2 201527740001193125-15-285092
10-Q2015-05-07fiscal Q1 201527560001193125-15-177326
10-K2015-02-27fiscal FY 2014321090001193125-15-069143
10-Q2014-11-10fiscal Q3 201427740001193125-14-406323
10-Q2014-08-11fiscal Q2 201427740001193125-14-304817
10-Q2014-05-06fiscal Q1 201427560001193125-14-184958
10-K2014-03-04fiscal FY 2013331120001193125-14-082294
10-Q2013-11-08fiscal Q3 201331820001104659-13-082728
10-Q2013-08-08fiscal Q2 201331820001104659-13-061579
10-Q2013-05-13fiscal Q1 201330620001104659-13-040667
10-K2013-03-20fiscal FY 2012341160001047469-13-003118
10-Q2012-11-14fiscal Q3 201232830001104659-12-077724
10-Q2012-08-14fiscal Q2 201232830001104659-12-057651
10-Q2012-05-15fiscal Q1 201232660001104659-12-037267

Inspect the source

Entity
MERRIMACK PHARMACEUTICALS INC / CIK 0001274792
Captured
SEC response SHA-256
c30606659976343842e73e9482b9d9ddfdef00af65bb6dc906f3958e418807a4

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