Skip to content

ENDOLOGIX INC /DE/: filings

Every ENDOLOGIX INC /DE/ annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2020-08-07

The latest filing in this captured record is a 10-Q filed 2020-08-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. ENDOLOGIX INC /DE/ may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2020-08-07fiscal Q2 2020541440001013606-20-000152
10-Q2020-05-27fiscal Q1 2020531100001013606-20-000094
10-K2020-03-11fiscal FY 2019571780001013606-20-000026
10-Q2019-11-07fiscal Q3 2019541500001013606-19-000190
10-Q2019-08-09fiscal Q2 2019541460001013606-19-000151
10-Q2019-05-08fiscal Q1 2019531120001013606-19-000090
10-K2019-04-01fiscal FY 2018531700001013606-19-000059
10-Q2018-11-08fiscal Q3 2018491290001013606-18-000138
10-Q2018-08-09fiscal Q2 2018481270001013606-18-000121
10-Q2018-05-09fiscal Q1 201845930001013606-18-000071
10-K2018-03-13fiscal FY 2017461350001013606-18-000025
10-Q2017-11-07fiscal Q3 2017441150001013606-17-000164
10-Q2017-08-04fiscal Q2 2017441150001013606-17-000121
10-Q2017-05-05fiscal Q1 201744890001013606-17-000048
10-K2017-03-01fiscal FY 2016461350001013606-17-000032
10-Q2016-11-08fiscal Q3 2016441150001013606-16-000314
10-Q2016-08-05fiscal Q2 2016441140001013606-16-000300
10-Q2016-05-10fiscal Q1 201644900001013606-16-000232
10-K2016-02-29fiscal FY 2015481510001013606-16-000208
10-Q2015-10-30fiscal Q3 2015441150001013606-15-000145
10-Q2015-08-05fiscal Q2 2015441150001013606-15-000120
10-Q2015-04-29fiscal Q1 201548970001013606-15-000038
10-K2015-03-02fiscal FY 2014491540001013606-15-000016
10-Q2014-11-04fiscal Q3 2014421090001013606-14-000071
10-Q2014-07-31fiscal Q2 2014461250001013606-14-000055
10-Q2014-05-02fiscal Q1 201447950001013606-14-000026
10-K2014-03-03fiscal FY 2013501610001013606-14-000012
10-Q2013-11-01fiscal Q3 2013441130001013606-13-000063
10-Q2013-08-05fiscal Q2 2013481290001013606-13-000053
10-Q2013-05-07fiscal Q1 201338780001013606-13-000036
10-K2013-03-14fiscal FY 2012491610001013606-13-000019
10-Q2012-11-01fiscal Q3 2012391010001013606-12-000040
10-Q2012-08-03fiscal Q2 2012381000001013606-12-000028
10-Q2012-05-10fiscal Q1 201237760001013606-12-000016
10-K2012-03-06fiscal FY 2011411090001013606-12-000008
10-Q2011-10-31fiscal Q3 201134860001445305-11-003130
10-Q2011-08-03fiscal Q2 201134860001445305-11-002320

Inspect the source

Entity
ENDOLOGIX INC /DE/ / CIK 0001013606
Captured
SEC response SHA-256
6b9ef74c5718db8a762ec15d92422eaa60b860a26aec33ca3d5fe8147fb18b59

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