Skip to content

SEMLER SCIENTIFIC, INC.: filings

Every SEMLER SCIENTIFIC, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-11-12fiscal Q3 2025421150001554859-25-000061
10-Q2025-08-04fiscal Q2 2025431150001554859-25-000044
10-Q2025-05-13fiscal Q1 202544880001554859-25-000020
10-K2025-02-28fiscal FY 202448950001554859-25-000011
10-Q2024-11-05fiscal Q3 2024441190001554859-24-000040
10-Q2024-08-06fiscal Q2 2024421150001554859-24-000029
10-Q2024-05-08fiscal Q1 202443880001554859-24-000017
10-K2024-03-07fiscal FY 202347940001554859-24-000010
10-Q2023-11-13fiscal Q3 2023441190001554859-23-000064
10-Q2023-08-14fiscal Q2 2023431160001554859-23-000053
10-Q2023-05-12fiscal Q1 202343880001554859-23-000036
10-K2023-03-23fiscal FY 202246910001554859-23-000007
10-Q2022-11-04fiscal Q3 2022441200001554859-22-000028
10-Q2022-08-05fiscal Q2 2022441180001554859-22-000020
10-Q2022-05-06fiscal Q1 202246930001554859-22-000014
10-K2022-03-04fiscal FY 202144870001554859-22-000008
10-Q2021-11-05fiscal Q3 2021461290001554859-21-000018
10-Q2021-08-06fiscal Q2 2021461290001554859-21-000011
10-Q2021-05-07fiscal Q1 202146950001558370-21-006364
10-K2021-03-09fiscal FY 202045900001104659-21-033887
10-Q2020-11-06fiscal Q3 2020441240001104659-20-122514
10-Q2020-08-06fiscal Q2 2020401150001104659-20-091422
10-Q2020-05-07fiscal Q1 202039780001104659-20-058094
10-K2020-03-09fiscal FY 201942850001104659-20-030781
10-Q2019-11-06fiscal Q3 2019401090001104659-19-060226
10-Q2019-08-02fiscal Q2 2019381080001144204-19-037447
10-Q/A2019-05-07fiscal Q1 201936740001144204-19-024259
10-Q2019-05-03fiscal Q1 201936740001144204-19-023385
10-K2019-03-07fiscal FY 201839790001144204-19-012776
10-Q2018-11-01fiscal Q3 2018391070001144204-18-056809
10-Q2018-08-03fiscal Q2 2018391070001144204-18-041786
10-Q2018-05-03fiscal Q1 201835710001144204-18-025094
10-K2018-03-08fiscal FY 201732650001144204-18-013487
10-Q2017-11-03fiscal Q3 201731820001571049-17-008413
10-Q2017-08-11fiscal Q2 201731820001571049-17-007430
10-Q2017-05-12fiscal Q1 201731620001571049-17-004904
10-K2017-03-17fiscal FY 201632640001571049-17-002561
10-Q2016-11-03fiscal Q3 201628730001571049-16-019407
10-Q2016-08-02fiscal Q2 201628730001571049-16-017008
10-Q2016-05-05fiscal Q1 201628560001571049-16-014875
10-K2016-02-26fiscal FY 201531660001571049-16-012229
10-Q2015-11-03fiscal Q3 201525660001571049-15-008704
10-Q2015-08-04fiscal Q2 201525650001571049-15-006158
10-Q2015-05-04fiscal Q1 201525500001571049-15-003568
10-K2015-02-13fiscal FY 201428560001571049-15-001102
10-Q2014-11-03fiscal Q3 201428780001571049-14-005718
10-Q2014-08-01fiscal Q2 201427710001571049-14-003548
10-Q2014-05-01fiscal Q1 201426510001571049-14-001418

Inspect the source

Entity
SEMLER SCIENTIFIC, INC. / CIK 0001554859
Captured
2026-09-21T17:19:50.553Z
SEC response SHA-256
ead66e5d993e659203d6f01e7f7a39c40776d9b88a382018b6f186ce02fe3f18

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