Skip to content

Senseonics Holdings, Inc.: filings

Every Senseonics Holdings, 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-Q2026-08-06fiscal Q2 2026461320001104659-26-092056
10-Q2026-05-07fiscal Q1 202645960001104659-26-057233
10-K2026-03-02fiscal FY 202548940001104659-26-022298
10-Q2025-11-05fiscal Q3 2025431230001104659-25-107023
10-Q2025-08-06fiscal Q2 2025431230001558370-25-010510
10-Q2025-05-08fiscal Q1 202544930001558370-25-006983
10-K2025-03-03fiscal FY 202445900001558370-25-002044
10-Q2024-11-07fiscal Q3 2024441240001558370-24-014878
10-Q2024-08-08fiscal Q2 2024441240001558370-24-011613
10-Q2024-05-13fiscal Q1 202444940001558370-24-007966
10-K2024-03-01fiscal FY 202349990001558370-24-002218
10-Q2023-11-09fiscal Q3 2023441250001558370-23-018596
10-Q2023-08-10fiscal Q2 2023451290001558370-23-014526
10-Q2023-05-09fiscal Q1 202344940001558370-23-008830
10-K2023-03-16fiscal FY 2022501280001558370-23-003952
10-Q2022-11-08fiscal Q3 2022441260001558370-22-016867
10-Q2022-08-09fiscal Q2 2022441260001558370-22-012882
10-Q2022-05-10fiscal Q1 202243930001558370-22-008125
10-K2022-03-01fiscal FY 2021501250001558370-22-002569
10-Q2021-11-09fiscal Q3 2021431240001558370-21-015279
10-Q2021-08-09fiscal Q2 2021391080001558370-21-010992
10-Q2021-05-13fiscal Q1 202139840001558370-21-007068
10-K2021-03-05fiscal FY 2020451490001558370-21-002458
10-Q2020-11-09fiscal Q3 2020381040001558370-20-013382
10-Q2020-08-10fiscal Q2 2020381030001558370-20-010163
10-Q2020-06-09fiscal Q1 202037770001558370-20-007383
10-K2020-03-16fiscal FY 2019431470001558370-20-002758
10-Q2019-11-12fiscal Q3 2019411060001558370-19-010834
10-Q2019-08-07fiscal Q2 2019401030001558370-19-007480
10-Q2019-05-09fiscal Q1 201939790001558370-19-004688
10-K2019-03-15fiscal FY 2018411450001558370-19-002135
10-Q2018-11-08fiscal Q3 201836960001558370-18-009033
10-Q2018-08-08fiscal Q2 201836960001558370-18-006768
10-Q2018-05-10fiscal Q1 201834700001558370-18-004656
10-K2018-03-13fiscal FY 2017381350001558370-18-001999
10-Q2017-10-31fiscal Q3 201735910001558370-17-007824
10-Q2017-08-09fiscal Q2 201735890001558370-17-006429
10-Q2017-05-04fiscal Q1 201730590001558370-17-003540
10-K2017-02-23fiscal FY 2016341120001558370-17-000899
10-Q2016-11-03fiscal Q3 201629760001558370-16-009237
10-Q2016-08-09fiscal Q2 201627720001558370-16-007809
10-Q2016-05-12fiscal Q1 201625500001558370-16-005924
10-K2016-02-19fiscal FY 201525520001558370-16-003307
10-Q2015-11-13fiscal Q1 201514250001647488-15-000163
10-K2015-09-18fiscal FY 201512200001647488-15-000110
10-Q2015-05-15fiscal Q3 201412200001616543-15-000004
10-Q2015-02-17fiscal Q2 201412200001616543-15-000002
10-Q2014-12-18fiscal Q1 20148120001616543-14-000013

Inspect the source

Entity
Senseonics Holdings, Inc. / CIK 0001616543
Captured
2026-09-19T11:19:39.501Z
SEC response SHA-256
e29c65d43d6c8dc67a43342f932d4a4a7152f14d7546681ff956074587dce9f1

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