Skip to content

EPIZYME, INC.: filings

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

Filing record ends 2022-08-09

The latest filing in this captured record is a 10-Q filed 2022-08-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. EPIZYME, 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-Q2022-08-09fiscal Q2 2022471350000950170-22-015748
10-Q2022-05-10fiscal Q1 202247970000950170-22-008721
10-K2022-03-01fiscal FY 2021551430000950170-22-002552
10-Q2021-11-09fiscal Q3 2021461320000950170-21-003566
10-Q2021-08-09fiscal Q2 2021461260001564590-21-042709
10-Q2021-05-06fiscal Q1 202145910001564590-21-024499
10-K2021-02-23fiscal FY 2020542240001564590-21-007292
10-Q2020-11-06fiscal Q3 2020471320001564590-20-051653
10-Q2020-08-04fiscal Q2 2020461230001564590-20-035748
10-Q2020-05-04fiscal Q1 202047910001564590-20-020616
10-K2020-02-27fiscal FY 2019512110001564590-20-007398
10-Q2019-10-31fiscal Q3 2019391050001564590-19-039135
10-Q2019-08-09fiscal Q2 2019391020001564590-19-031018
10-Q2019-05-06fiscal Q1 201939760001564590-19-015798
10-K2019-02-26fiscal FY 2018461940001564590-19-004237
10-Q2018-11-02fiscal Q3 2018381000001564590-18-026360
10-Q2018-08-02fiscal Q2 2018381010001564590-18-018671
10-Q2018-05-08fiscal Q1 201833680001564590-18-011462
10-K2018-03-13fiscal FY 2017391710001564590-18-005397
10-Q2017-11-01fiscal Q3 201732900001193125-17-329394
10-Q2017-08-07fiscal Q2 201731860001193125-17-249221
10-Q2017-05-08fiscal Q1 201731640001193125-17-161647
10-K2017-03-13fiscal FY 2016371670001193125-17-079460
10-Q2016-11-03fiscal Q3 201631850001193125-16-757965
10-Q2016-08-08fiscal Q2 201631850001193125-16-674240
10-Q2016-05-09fiscal Q1 201630630001193125-16-582706
10-K2016-03-09fiscal FY 2015381830001193125-16-497434
10-Q2015-11-09fiscal Q3 201528760001193125-15-370954
10-Q2015-08-06fiscal Q2 201528760001193125-15-280002
10-Q2015-04-28fiscal Q1 201531650001193125-15-153227
10-K2015-03-12fiscal FY 2014381930001193125-15-088459
10-Q2014-11-06fiscal Q3 2014341010001193125-14-399978
10-Q2014-08-13fiscal Q2 2014371070001193125-14-307669
10-Q2014-05-14fiscal Q1 201435720001193125-14-197413
10-K2014-02-28fiscal FY 2013411960001193125-14-073691
10-Q2013-10-23fiscal Q3 201334960001193125-13-406913
10-Q2013-08-01fiscal Q2 201333920001193125-13-313228

Inspect the source

Entity
EPIZYME, INC. / CIK 0001571498
Captured
SEC response SHA-256
e6a77def4c04c9d71a471bf7a8cf2b4a670f7eb8fcce10af01ec7aee66c41071

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