Skip to content

Tactile Systems Technology, Inc.: filings

Every Tactile Systems Technology, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-10fiscal Q2 2026531420001104659-26-093352
10-Q2026-05-04fiscal Q1 2026531080001104659-26-054877
10-K2026-02-17fiscal FY 2025591520001104659-26-016380
10-Q2025-11-03fiscal Q3 2025521400001104659-25-105543
10-Q2025-08-04fiscal Q2 2025511390001558370-25-010098
10-Q2025-05-05fiscal Q1 2025511050001558370-25-006295
10-K2025-02-18fiscal FY 2024571470001558370-25-001096
10-Q2024-11-04fiscal Q3 2024521400001558370-24-014259
10-Q2024-08-05fiscal Q2 2024521400001558370-24-010856
10-Q2024-05-06fiscal Q1 2024521060001558370-24-006795
10-K2024-02-20fiscal FY 2023571470001558370-24-001330
10-Q2023-11-06fiscal Q3 2023521400001558370-23-017787
10-Q2023-08-07fiscal Q2 2023521400001558370-23-013636
10-Q2023-05-08fiscal Q1 2023531080001558370-23-008563
10-K2023-02-21fiscal FY 2022591540001558370-23-001580
10-Q2022-11-07fiscal Q3 2022531460001558370-22-016626
10-Q2022-08-01fiscal Q2 2022531460001558370-22-011459
10-Q2022-05-02fiscal Q1 2022521080001558370-22-006649
10-K2022-02-23fiscal FY 2021601530001558370-22-001758
10-Q2021-11-08fiscal Q3 2021511440001558370-21-015023
10-Q2021-08-02fiscal Q2 2021501420001558370-21-009806
10-Q2021-05-03fiscal Q1 2021491020001558370-21-005528
10-K2021-02-23fiscal FY 2020581980001558370-21-001465
10-Q2020-11-02fiscal Q3 2020511430001558370-20-012258
10-Q2020-08-03fiscal Q2 2020511440001558370-20-009007
10-Q2020-05-04fiscal Q1 2020501050001558370-20-004980
10-K2020-02-26fiscal FY 2019591970001558370-20-001467
10-Q2019-11-04fiscal Q3 2019521400001558370-19-009809
10-Q2019-08-05fiscal Q2 2019511390001558370-19-007068
10-Q2019-05-06fiscal Q1 2019501010001558370-19-004072
10-K2019-02-28fiscal FY 2018561930001558370-19-001320
10-Q2018-11-05fiscal Q3 2018491360001558370-18-008484
10-Q2018-08-06fiscal Q2 2018471280001558370-18-006459
10-Q2018-05-07fiscal Q1 201844920001558370-18-004145
10-K2018-02-26fiscal FY 2017531600001558370-18-001091
10-Q2017-11-07fiscal Q3 2017451260001027838-17-000009
10-Q2017-08-07fiscal Q2 2017441250001558370-17-006113
10-Q2017-05-08fiscal Q1 201740830001558370-17-003777
10-K2017-02-27fiscal FY 2016451390001558370-17-001072
10-Q2016-11-10fiscal Q3 2016381100001558370-16-009938
10-Q2016-09-07fiscal Q2 2016371070001558370-16-008223

Inspect the source

Entity
Tactile Systems Technology, Inc. / CIK 0001027838
Captured
2026-09-20T05:14:23.334Z
SEC response SHA-256
15f9b668f20378192a78906ca3886e3429e7ee2aec2226f9aa858a7bbf568392

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