Skip to content

Establishment Labs Holdings Inc.: filings

Every Establishment Labs Holdings Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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 2026481380001688757-26-000050
10-Q2026-05-08fiscal Q1 2026571170001688757-26-000041
10-K2026-02-27fiscal FY 2025601560001688757-26-000022
10-Q2025-11-07fiscal Q3 2025581650001688757-25-000065
10-Q2025-08-07fiscal Q2 2025581610001688757-25-000060
10-Q2025-05-09fiscal Q1 2025581190001688757-25-000040
10-K2025-02-28fiscal FY 2024611570001688757-25-000019
10-Q2024-11-12fiscal Q3 2024571630001688757-24-000100
10-Q2024-08-07fiscal Q2 2024571590001688757-24-000076
10-Q2024-05-09fiscal Q1 2024571170001688757-24-000060
10-K2024-03-04fiscal FY 2023601550001688757-24-000034
10-Q2023-11-08fiscal Q3 2023571630001688757-23-000081
10-Q2023-08-09fiscal Q2 2023571590001688757-23-000075
10-Q2023-05-10fiscal Q1 2023551130001688757-23-000058
10-K2023-03-01fiscal FY 2022571470001688757-23-000022
10-Q2022-11-09fiscal Q3 2022551570001688757-22-000102
10-Q2022-08-09fiscal Q2 2022561570001688757-22-000087
10-Q2022-05-10fiscal Q1 2022561150001688757-22-000041
10-K2022-03-01fiscal FY 2021561440001688757-22-000019
10-Q2021-11-09fiscal Q3 2021571630001688757-21-000078
10-Q2021-07-30fiscal Q2 2021571590001688757-21-000069
10-Q2021-05-06fiscal Q1 2021531090001688757-21-000045
10-K2021-03-15fiscal FY 2020521020001688757-21-000028
10-Q2020-11-09fiscal Q3 2020501410001688757-20-000071
10-Q2020-08-07fiscal Q2 2020501350001688757-20-000044
10-Q2020-05-08fiscal Q1 202048990001688757-20-000027
10-K2020-03-16fiscal FY 201949980001688757-20-000015
10-Q2019-11-12fiscal Q3 2019521530001688757-19-000060
10-Q2019-08-13fiscal Q2 2019491350001688757-19-000047
10-Q2019-05-15fiscal Q1 2019491010001688757-19-000025
10-K2019-03-20fiscal FY 201848970001688757-19-000013
10-Q2018-11-13fiscal Q3 2018501450001688757-18-000017
10-Q2018-09-13fiscal Q2 2018471210001688757-18-000009

Inspect the source

Entity
Establishment Labs Holdings Inc. / CIK 0001688757
Captured
2026-09-21T17:25:19.845Z
SEC response SHA-256
a211295a7aed591d82908b296aa787b1bc7bccac98ea2b71f01e85df305f815c

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