Skip to content

TELA Bio, Inc.: filings

Every TELA Bio, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-11fiscal Q2 2026481370001104659-26-094039
10-Q2026-05-13fiscal Q1 2026481010001104659-26-060234
10-K2026-03-25fiscal FY 2025561410001104659-26-034507
10-Q2025-11-14fiscal Q3 2025491340001104659-25-112476
10-Q2025-08-11fiscal Q2 2025501380001558370-25-011052
10-Q2025-05-08fiscal Q1 2025501030001558370-25-006994
10-K2025-03-21fiscal FY 2024551380001558370-25-003460
10-Q2024-11-08fiscal Q3 2024481300001558370-24-015050
10-Q2024-08-13fiscal Q2 2024481300001558370-24-012060
10-Q2024-05-10fiscal Q1 202447970001558370-24-007784
10-K2024-03-22fiscal FY 2023511310001558370-24-003782
10-Q2023-11-13fiscal Q3 2023491350001558370-23-018822
10-Q2023-08-10fiscal Q2 2023491340001558370-23-014494
10-Q2023-05-11fiscal Q1 202348990001558370-23-009426
10-K2023-03-23fiscal FY 2022511290001558370-23-004468
10-Q2022-11-10fiscal Q3 2022481290001558370-22-017464
10-Q2022-08-11fiscal Q2 2022461260001558370-22-013286
10-Q2022-05-11fiscal Q1 202247950001558370-22-008301
10-K2022-03-23fiscal FY 2021481260001558370-22-004151
10-Q2021-11-12fiscal Q3 2021391040001558370-21-015754
10-Q2021-08-12fiscal Q2 2021381030001558370-21-011474
10-Q2021-05-14fiscal Q1 202138790001558370-21-007229
10-K2021-03-25fiscal FY 2020451140001558370-21-003483
10-Q2020-11-12fiscal Q3 2020421120001558370-20-013708
10-Q2020-08-13fiscal Q2 2020421120001558370-20-010570
10-Q2020-05-15fiscal Q1 202040840001558370-20-006726
10-K2020-03-30fiscal FY 2019411050001558370-20-003346
10-Q2019-12-18fiscal Q3 2019371010001558370-19-011565

Inspect the source

Entity
TELA Bio, Inc. / CIK 0001561921
Captured
2026-09-20T09:19:53.840Z
SEC response SHA-256
5b3bce53267a4a1e1ea2217ff00651e3fbd53c3402119ff3ea6d12b29bf3f160

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