Skip to content

Adamas Pharmaceuticals, Inc.: filings

Every Adamas 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-10

The latest filing in this captured record is a 10-Q filed 2021-11-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. Adamas 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-10fiscal Q3 2021411170001328143-21-000075
10-Q2021-08-09fiscal Q2 2021411130001328143-21-000071
10-Q2021-05-10fiscal Q1 202136760001328143-21-000042
10-K2021-02-23fiscal FY 202041850001328143-21-000019
10-Q2020-11-05fiscal Q3 202035950001328143-20-000050
10-Q2020-08-06fiscal Q2 202035900001328143-20-000042
10-Q2020-05-07fiscal Q1 202035730001328143-20-000028
10-K2020-02-25fiscal FY 2019421300001328143-20-000012
10-Q2019-11-07fiscal Q3 201936950001328143-19-000049
10-Q2019-08-08fiscal Q2 201936920001328143-19-000035
10-Q2019-05-09fiscal Q1 201935760001328143-19-000026
10-K2019-03-04fiscal FY 2018391230001328143-19-000011
10-Q2018-11-01fiscal Q3 201834860001328143-18-000005
10-Q2018-08-02fiscal Q2 201834860001628280-18-010334
10-Q2018-05-03fiscal Q1 201834700001628280-18-005826
10-K2018-02-22fiscal FY 2017421230001628280-18-002045
10-Q2017-11-02fiscal Q3 201733860001628280-17-010669
10-Q2017-08-08fiscal Q2 201731820001628280-17-008321
10-Q2017-05-09fiscal Q1 201728580001628280-17-005234
10-K2017-02-28fiscal FY 2016441310001628280-17-001888
10-Q2016-11-03fiscal Q3 201629760001628280-16-020730
10-Q2016-08-04fiscal Q2 201629730001558370-16-007384
10-Q2016-05-10fiscal Q1 201633660001558370-16-005806
10-K2016-02-23fiscal FY 2015401330001558370-16-003389
10-Q2015-11-12fiscal Q3 201533920001558370-15-002626
10-Q2015-08-11fiscal Q2 201534950001104659-15-058706
10-Q2015-05-13fiscal Q1 201532660001104659-15-037682
10-K2015-03-03fiscal FY 2014401240001047469-15-001576
10-Q2014-11-04fiscal Q3 201431900001104659-14-076490
10-Q2014-08-07fiscal Q2 201433940001104659-14-058311
10-Q2014-05-13fiscal Q1 201431640001104659-14-038197

Inspect the source

Entity
Adamas Pharmaceuticals, Inc. / CIK 0001328143
Captured
SEC response SHA-256
4035a794631cd0d027a8a66bd20177328b8d75e14d524458942bac6c8f0459ab

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