Skip to content

GLAUKOS Corp: filings

Every GLAUKOS Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-07-29fiscal Q2 2026531470001193125-26-324201
10-Q2026-04-30fiscal Q1 2026531090001193125-26-193004
10-K2026-02-23fiscal FY 2025581520001193125-26-061944
10-Q2025-10-31fiscal Q3 2025531510001104659-25-104529
10-Q2025-08-04fiscal Q2 2025531470001558370-25-010113
10-Q2025-05-01fiscal Q1 2025531090001558370-25-006041
10-K2025-02-25fiscal FY 2024571490001558370-25-001402
10-Q2024-11-05fiscal Q3 2024521490001558370-24-014295
10-Q2024-08-02fiscal Q2 2024511410001558370-24-010729
10-Q2024-05-03fiscal Q1 2024511050001558370-24-006573
10-K2024-02-23fiscal FY 2023571490001558370-24-001630
10-Q2023-11-01fiscal Q3 2023511450001558370-23-017253
10-Q2023-08-02fiscal Q2 2023511410001558370-23-012950
10-Q2023-05-04fiscal Q1 2023511050001558370-23-008148
10-K2023-02-24fiscal FY 2022572290001558370-23-002070
10-Q2022-11-04fiscal Q3 2022511450001558370-22-016317
10-Q2022-08-05fiscal Q2 2022511410001558370-22-012314
10-Q2022-05-05fiscal Q1 2022521070001558370-22-007455
10-K2022-02-28fiscal FY 2021552220001558370-22-002371
10-Q2021-11-08fiscal Q3 2021491390001558370-21-015090
10-Q2021-08-05fiscal Q2 2021451190001558370-21-010606
10-Q2021-05-06fiscal Q1 202145930001558370-21-006261
10-K2021-03-01fiscal FY 2020552190001558370-21-002061
10-Q2020-11-05fiscal Q3 2020441210001558370-20-012925
10-Q2020-08-07fiscal Q2 2020441170001558370-20-009980
10-Q2020-05-07fiscal Q1 202045930001558370-20-005773
10-K2020-03-02fiscal FY 2019552120001558370-20-001862
10-Q2019-11-06fiscal Q3 2019421160001558370-19-010202
10-Q2019-08-08fiscal Q2 2019461280001558370-19-007578
10-Q2019-05-08fiscal Q1 201947940001558370-19-004488
10-K2019-02-28fiscal FY 2018522190001558370-19-001235
10-Q2018-11-07fiscal Q3 2018441220001558370-18-008815
10-Q2018-08-06fiscal Q2 2018431180001558370-18-006456
10-Q2018-05-09fiscal Q1 201843880001558370-18-004499
10-K2018-02-28fiscal FY 2017502040001558370-18-001301
10-Q2017-11-08fiscal Q3 2017431150001558370-17-008561
10-Q2017-08-07fiscal Q2 2017421130001558370-17-006127
10-Q2017-05-04fiscal Q1 201738780001558370-17-003558
10-K2017-03-15fiscal FY 2016441910001558370-17-001833
10-Q2016-11-14fiscal Q3 2016401120001558370-16-009979
10-Q2016-08-04fiscal Q2 2016391100001558370-16-007439
10-Q2016-05-04fiscal Q1 201639790001558370-16-005305
10-K2016-03-15fiscal FY 2015441800001558370-16-004119
10-Q2015-11-12fiscal Q3 2015401120001558370-15-002637
10-Q2015-08-13fiscal Q2 201536950001558370-15-001652

Inspect the source

Entity
GLAUKOS Corp / CIK 0001192448
Captured
2026-09-20T07:45:28.195Z
SEC response SHA-256
3855b99575a585e5ad66ecaef23f50dd2cbca696267f11ba0d89b3759a30a501

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