Skip to content

Apollo Endosurgery, Inc.: filings

Every Apollo Endosurgery, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2023-03-30

The latest filing in this captured record is a 10-K filed 2023-03-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. Apollo Endosurgery, Inc. 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-K2023-03-30fiscal FY 2022521050001251769-23-000006
10-Q2022-11-01fiscal Q3 2022491410001251769-22-000081
10-Q2022-08-02fiscal Q2 2022491410001251769-22-000071
10-Q2022-05-03fiscal Q1 2022491010001251769-22-000034
10-K2022-02-22fiscal FY 2021541090001251769-22-000006
10-Q2021-11-01fiscal Q3 2021491410001251769-21-000120
10-Q2021-08-03fiscal Q2 2021471350001251769-21-000098
10-Q2021-05-04fiscal Q1 202143890001251769-21-000059
10-K2021-02-25fiscal FY 202049990001251769-21-000013
10-Q2020-11-05fiscal Q3 2020441230001251769-20-000112
10-Q2020-08-04fiscal Q2 2020431220001251769-20-000080
10-Q2020-05-04fiscal Q1 202043870001251769-20-000036
10-K2020-03-26fiscal FY 201949980001251769-20-000015
10-Q2019-10-30fiscal Q3 2019461190001251769-19-000108
10-Q2019-07-24fiscal Q2 2019461190001251769-19-000062
10-Q2019-05-02fiscal Q1 201945900001251769-19-000035
10-K2019-03-18fiscal FY 201846950001251769-19-000009
10-Q/A2018-11-13fiscal Q3 2018441150001251769-18-000095
10-Q2018-11-08fiscal Q3 2018441150001251769-18-000092
10-Q2018-08-08fiscal Q2 2018421120001251769-18-000081
10-Q2018-05-03fiscal Q1 201841820001251769-18-000051
10-K2018-03-01fiscal FY 201744890001251769-18-000012
10-Q2017-10-26fiscal Q3 2017431140001251769-17-000069
10-Q2017-08-01fiscal Q2 2017431140001251769-17-000060
10-Q2017-05-04fiscal Q1 201743860001251769-17-000029
10-K2017-03-24fiscal FY 201645910001251769-17-000013
10-Q2016-11-10fiscal Q3 201625620001558370-16-009945
10-Q2016-08-09fiscal Q2 201625630001558370-16-007787
10-Q2016-05-10fiscal Q1 201625510001558370-16-005804
10-K2016-03-22fiscal FY 201529600001558370-16-004287
10-Q2015-11-12fiscal Q3 201526660001558370-15-002622
10-Q2015-08-11fiscal Q2 201526680001104659-15-058710
10-Q2015-05-08fiscal Q1 201525520001104659-15-036229
10-K2015-03-24fiscal FY 201431640001104659-15-022093
10-Q2014-11-12fiscal Q3 201427710001104659-14-079770
10-Q2014-08-08fiscal Q2 201427710001104659-14-058881
10-Q2014-05-09fiscal Q1 201428560001104659-14-037039
10-K2014-03-18fiscal FY 201331630001104659-14-020679
10-Q2013-11-08fiscal Q3 201327720001104659-13-082821
10-Q2013-08-14fiscal Q2 201327710001104659-13-063830
10-Q2013-05-07fiscal Q1 201331640001104659-13-038223
10-K2013-03-15fiscal FY 201229600001104659-13-021284
10-Q2012-11-09fiscal Q3 201231880001104659-12-076645
10-Q2012-08-13fiscal Q2 201231840001104659-12-057310
10-Q2012-05-14fiscal Q1 201231640001104659-12-036915
10-K2012-03-16fiscal FY 201129600001047469-12-002823
10-Q2011-11-14fiscal Q3 201131880001104659-11-063771
10-Q2011-08-12fiscal Q2 201134920001193125-11-221260

Inspect the source

Entity
Apollo Endosurgery, Inc. / CIK 0001251769
Captured
SEC response SHA-256
308ca5de51c5ff3a6ebe7ea06081848be77e7c3a8b2c9b2bce1d856f60a70fce

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