Skip to content

Ontrak, Inc.: filings

Every Ontrak, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 57 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-Q2025-05-20fiscal Q1 202541860001628280-25-026835
10-K2025-04-14fiscal FY 202448960001628280-25-017681
10-Q2024-11-13fiscal Q3 2024471290001628280-24-047591
10-Q2024-08-14fiscal Q2 2024461280001628280-24-037256
10-Q2024-05-15fiscal Q1 202446950001628280-24-023543
10-K2024-04-16fiscal FY 202350990001628280-24-016456
10-Q2023-11-20fiscal Q3 2023501410001628280-23-039617
10-Q2023-08-10fiscal Q2 2023491390001628280-23-028837
10-Q2023-05-12fiscal Q1 2023491010001628280-23-017928
10-K2023-04-17fiscal FY 2022511030001628280-23-011799
10-Q2022-11-21fiscal Q3 2022501410001628280-22-030522
10-Q2022-08-09fiscal Q2 2022501410001628280-22-021917
10-Q2022-05-11fiscal Q1 2022491010001628280-22-013823
10-K2022-04-15fiscal FY 2021521050001628280-22-009356
10-Q2021-11-05fiscal Q3 2021461290001628280-21-021903
10-Q2021-08-05fiscal Q2 2021451250001628280-21-015844
10-Q2021-05-06fiscal Q1 202141850001628280-21-009295
10-K2021-03-09fiscal FY 202044880001628280-21-004260
10-Q2020-11-05fiscal Q3 202034890001628280-20-015756
10-K/A2020-08-06fiscal FY 201933660001628280-20-012033
10-Q2020-08-05fiscal Q2 202033850001628280-20-011783
10-Q2020-05-07fiscal Q1 202032660001628280-20-007040
10-K2020-03-16fiscal FY 201933660001628280-20-003625
10-Q2019-11-14fiscal Q3 201934850001437749-19-022739
10-Q2019-08-14fiscal Q2 201936890001437749-19-016858
10-Q2019-05-09fiscal Q1 201933650001437749-19-009317
10-K2019-03-22fiscal FY 201837750001437749-19-005535
10-Q2018-11-14fiscal Q3 201831750001437749-18-020820
10-Q2018-08-14fiscal Q2 201835910001437749-18-015583
10-Q2018-05-15fiscal Q1 201829600001437749-18-009991
10-K2018-03-07fiscal FY 201734690001437749-18-004095
10-Q2017-11-14fiscal Q3 201730770001437749-17-019351
10-Q2017-08-15fiscal Q2 201730830001437749-17-014822
10-Q2017-05-15fiscal Q1 201726540001437749-17-009273
10-K2017-02-28fiscal FY 201630620001437749-17-003441
10-Q2016-11-14fiscal Q3 201628740001437749-16-042098
10-Q2016-08-15fiscal Q2 201628740001437749-16-037506
10-Q2016-05-13fiscal Q1 201628580001437749-16-031856
10-K2016-03-30fiscal FY 201533670001437749-16-028684
10-Q2015-11-13fiscal Q3 201531800001437749-15-020812
10-Q2015-08-14fiscal Q2 201532830001437749-15-015941
10-Q2015-05-15fiscal Q1 201532640001437749-15-010403
10-K2015-03-31fiscal FY 201433670001437749-15-006495
10-Q2014-11-14fiscal Q3 201431780001437749-14-020869
10-Q2014-08-14fiscal Q2 201429700001437749-14-015533
10-Q2014-05-15fiscal Q1 201433640001437749-14-009231
10-K2014-03-31fiscal FY 201335710001437749-14-005563
10-Q2013-11-13fiscal Q3 201331850001437749-13-014666
10-Q2013-08-14fiscal Q2 201327690001437749-13-010852
10-Q2013-05-15fiscal Q1 201333660001437749-13-006149
10-K2013-04-01fiscal FY 201236740001437749-13-003812
10-Q2012-11-14fiscal Q3 201233910001437749-12-011776
10-Q2012-08-14fiscal Q2 201235970001437749-12-008512
10-Q2012-05-15fiscal Q1 201230600001437749-12-005116
10-K2012-03-30fiscal FY 201133680001437749-12-003150
10-Q2011-11-14fiscal Q3 201133870001437749-11-008612
10-Q2011-08-12fiscal Q2 201133890001437749-11-005950

Inspect the source

Entity
Ontrak, Inc. / CIK 0001136174
Captured
2026-09-21T17:18:39.388Z
SEC response SHA-256
8ff00deecf4b98e2328652ed8832e53776f8c4337e5ab3e5f2de1ad4f7bfce5d

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