Skip to content

Collegium Pharmaceutical, Inc.: filings

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

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-Q2026-08-06fiscal Q2 2026531470001628280-26-053851
10-Q2026-05-07fiscal Q1 2026511070001628280-26-031697
10-K2026-02-26fiscal FY 2025592570001628280-26-011992
10-Q2025-11-06fiscal Q3 2025511440001104659-25-107391
10-Q2025-08-07fiscal Q2 2025501390001558370-25-010649
10-Q2025-05-08fiscal Q1 2025491030001558370-25-006960
10-K2025-02-27fiscal FY 2024572540001558370-25-001801
10-Q2024-11-07fiscal Q3 2024511450001558370-24-014858
10-Q2024-08-08fiscal Q2 2024511400001558370-24-011586
10-Q2024-05-09fiscal Q1 2024501050001558370-24-007601
10-K2024-02-22fiscal FY 2023572530001558370-24-001526
10-Q2023-11-07fiscal Q3 2023521450001558370-23-017983
10-Q2023-08-03fiscal Q2 2023511390001558370-23-013192
10-Q2023-05-04fiscal Q1 2023491020001558370-23-008087
10-K2023-02-23fiscal FY 2022552500001558370-23-001900
10-Q2022-11-03fiscal Q3 2022501420001558370-22-016241
10-Q2022-08-04fiscal Q2 2022491360001558370-22-012184
10-Q2022-05-10fiscal Q1 202248990001558370-22-008090
10-K2022-02-24fiscal FY 2021522530001558370-22-001927
10-Q2021-11-04fiscal Q3 2021471340001558370-21-014574
10-Q2021-08-05fiscal Q2 2021461300001558370-21-010562
10-Q2021-05-06fiscal Q1 202146950001558370-21-006208
10-K2021-02-25fiscal FY 2020512210001558370-21-001814
10-Q2020-11-05fiscal Q3 2020451350001558370-20-012836
10-Q2020-08-05fiscal Q2 2020441260001558370-20-009387
10-Q2020-05-07fiscal Q1 202042900001558370-20-005738
10-K2020-02-27fiscal FY 2019491690001558370-20-001625
10-Q2019-11-06fiscal Q3 201939990001558370-19-010153
10-Q2019-08-07fiscal Q2 201939950001558370-19-007458
10-Q2019-05-08fiscal Q1 201939770001558370-19-004446
10-K2019-02-27fiscal FY 2018461630001558370-19-001187
10-Q2018-11-08fiscal Q3 201835820001558370-18-009001
10-Q2018-08-08fiscal Q2 201834810001558370-18-006748
10-Q2018-05-09fiscal Q1 201835700001558370-18-004474
10-K2018-03-07fiscal FY 2017361310001558370-18-001644
10-Q2017-11-08fiscal Q3 201732760001558370-17-008530
10-Q2017-08-09fiscal Q2 201728670001558370-17-006414
10-Q2017-05-10fiscal Q1 201730570001558370-17-004119
10-K2017-03-10fiscal FY 2016411480001558370-17-001629
10-Q2016-11-10fiscal Q3 201632770001558370-16-009927
10-Q2016-08-11fiscal Q2 201630740001558370-16-007925
10-Q2016-05-11fiscal Q1 201628580001558370-16-005855
10-K2016-03-18fiscal FY 2015291290001558370-16-004252
10-Q2015-11-12fiscal Q3 201523590001558370-15-002623
10-Q2015-08-12fiscal Q2 201524630001104659-15-059155
10-Q/A2015-07-17fiscal Q1 201527560001104659-15-051689
10-Q/A2015-07-17fiscal Q1 201527560001104659-15-051548

Inspect the source

Entity
Collegium Pharmaceutical, Inc. / CIK 0001267565
Captured
2026-09-20T07:47:35.302Z
SEC response SHA-256
55033ea34621442ccc325ee63acadd60be136d2ddc30ac1599d3241f95c4d123

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