Skip to content

INOGEN, INC.: filings

Every INOGEN, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-07fiscal Q2 2026541460001294133-26-000034
10-Q2026-05-08fiscal Q1 2026541080001294133-26-000016
10-K2026-02-27fiscal FY 2025551430001193125-26-082630
10-Q2025-11-06fiscal Q3 2025531480001193125-25-269484
10-Q2025-08-08fiscal Q2 2025531480000950170-25-105835
10-Q2025-05-08fiscal Q1 2025521040000950170-25-066966
10-K2025-02-28fiscal FY 2024531370000950170-25-029993
10-Q2024-11-08fiscal Q3 2024511400000950170-24-124115
10-Q2024-08-07fiscal Q2 2024511400000950170-24-092743
10-Q2024-05-08fiscal Q1 2024511020000950170-24-055627
10-K2024-03-01fiscal FY 2023531360000950170-24-023820
10-Q2023-11-09fiscal Q3 2023501380000950170-23-061784
10-Q2023-08-08fiscal Q2 2023481350000950170-23-039908
10-Q2023-05-05fiscal Q1 202348970000950170-23-018300
10-K2023-02-24fiscal FY 2022521350000950170-23-004370
10-Q2022-11-03fiscal Q3 2022491340000950170-22-021845
10-Q2022-08-04fiscal Q2 2022501380000950170-22-014789
10-Q2022-05-05fiscal Q1 2022501000001564590-22-018264
10-K2022-02-24fiscal FY 2021531370001564590-22-006703
10-Q2021-11-04fiscal Q3 2021511410001564590-21-054489
10-Q2021-08-04fiscal Q2 2021511410001564590-21-040822
10-Q2021-05-04fiscal Q1 2021511020001564590-21-023335
10-K2021-02-24fiscal FY 2020532100001564590-21-008106
10-Q2020-11-04fiscal Q3 2020521450001564590-20-050474
10-Q2020-08-04fiscal Q2 2020521450001564590-20-036195
10-Q2020-05-05fiscal Q1 2020511020001564590-20-021257
10-K2020-02-25fiscal FY 2019532090001564590-20-006402
10-Q2019-11-05fiscal Q3 2019521440001564590-19-040401
10-Q2019-08-07fiscal Q2 2019521440001564590-19-029673
10-Q2019-05-07fiscal Q1 2019521040001564590-19-016504
10-K2019-02-26fiscal FY 2018522070001564590-19-004462
10-Q2018-11-06fiscal Q3 2018491400001564590-18-027412
10-Q2018-08-07fiscal Q2 2018491380001564590-18-019948
10-Q2018-04-30fiscal Q1 201845940001564590-18-009839
10-K2018-02-27fiscal FY 2017481980001564590-18-003518
10-Q2017-11-07fiscal Q3 2017461310001564590-17-022249
10-Q2017-08-03fiscal Q2 2017461310001564590-17-015344
10-Q2017-05-09fiscal Q1 201745930001564590-17-009850
10-K2017-02-28fiscal FY 2016472180001564590-17-002859
10-Q2016-11-03fiscal Q3 2016461330001564590-16-027375
10-Q2016-08-04fiscal Q2 2016461320001564590-16-022687
10-Q2016-05-09fiscal Q1 201646920001564590-16-018625
10-K2016-03-14fiscal FY 2015481650001564590-16-014699
10-Q2015-11-10fiscal Q3 2015431230001564590-15-010342
10-Q2015-08-11fiscal Q2 2015431220001564590-15-007005
10-Q2015-05-12fiscal Q1 201544900001564590-15-004068
10-K2015-04-27fiscal FY 2014461580001564590-15-002861
10-Q2014-11-12fiscal Q3 2014421270001564590-14-005531
10-Q2014-08-12fiscal Q2 2014451260001564590-14-003566
10-Q2014-05-13fiscal Q1 201445950001564590-14-002118

Inspect the source

Entity
INOGEN, INC. / CIK 0001294133
Captured
2026-09-20T07:50:14.833Z
SEC response SHA-256
57d623a27c745f50e6ba92669a82245e80f90aa3643a67978611e0dd35fb3c72

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