Skip to content

Inspire Medical Systems, Inc.: filings

Every Inspire Medical Systems, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-03fiscal Q2 2026421220001609550-26-000047
10-Q2026-05-04fiscal Q1 202643900001609550-26-000023
10-K2026-02-13fiscal FY 2025501310001609550-26-000016
10-Q2025-11-03fiscal Q3 2025481440001609550-25-000053
10-Q2025-08-04fiscal Q2 2025481400001609550-25-000032
10-Q2025-05-05fiscal Q1 202545940001609550-25-000020
10-K2025-02-10fiscal FY 2024501330001609550-25-000011
10-Q2024-11-04fiscal Q3 2024461370001609550-24-000053
10-Q2024-08-06fiscal Q2 2024451320001609550-24-000044
10-Q2024-05-07fiscal Q1 202447990001609550-24-000026
10-K2024-02-09fiscal FY 2023501330001609550-24-000016
10-Q2023-11-07fiscal Q3 2023511500001609550-23-000063
10-Q2023-08-01fiscal Q2 2023501440001609550-23-000051
10-Q2023-05-02fiscal Q1 2023501040001609550-23-000034
10-K2023-02-10fiscal FY 2022501330001609550-23-000024
10-Q2022-11-01fiscal Q3 2022511500001609550-22-000049
10-Q2022-08-02fiscal Q2 2022511450001609550-22-000041
10-Q2022-05-03fiscal Q1 2022511050001609550-22-000023
10-K2022-02-15fiscal FY 2021511340001609550-22-000014
10-Q2021-11-02fiscal Q3 2021521520001609550-21-000048
10-Q2021-08-03fiscal Q2 2021511450001609550-21-000038
10-Q2021-05-04fiscal Q1 202145930001609550-21-000021
10-K2021-02-24fiscal FY 2020471440001609550-21-000010
10-Q2020-11-02fiscal Q3 2020471330001609550-20-000048
10-Q2020-08-04fiscal Q2 2020471290001609550-20-000036
10-Q2020-05-05fiscal Q1 202046950001609550-20-000024
10-K2020-02-25fiscal FY 2019481540001609550-20-000011
10-Q2019-11-05fiscal Q3 2019431190001609550-19-000053
10-Q2019-08-06fiscal Q2 2019431190001609550-19-000043
10-Q2019-05-07fiscal Q1 201941850001609550-19-000028
10-K2019-02-26fiscal Q4 2018411330001609550-19-000013
10-Q2018-11-06fiscal Q3 2018411110001609550-18-000012
10-Q2018-08-07fiscal Q2 2018401030001047469-18-005474
10-Q2018-06-07fiscal Q1 201836720001047469-18-004324

Inspect the source

Entity
Inspire Medical Systems, Inc. / CIK 0001609550
Captured
2026-09-20T09:26:33.934Z
SEC response SHA-256
34ab26804128582b0f27b7da555ba7c84fcbc74f86ce7bd77e4beecd5f5a0297

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