Skip to content

Catheter Precision, Inc.: filings

Every Catheter Precision, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-14fiscal Q2 2026541480001437749-26-028024
10-Q2026-05-18fiscal Q1 2026541100001437749-26-017509
10-K2026-03-31fiscal FY 2025521040001437749-26-010549
10-Q2025-11-13fiscal Q3 2025521450001437749-25-034841
10-Q2025-08-11fiscal Q2 2025521410001437749-25-025933
10-Q2025-05-14fiscal Q1 202548970001437749-25-016850
10-K2025-03-31fiscal FY 2024511020001437749-25-009918
10-Q2024-11-14fiscal Q3 2024451280001654954-24-014300
10-Q2024-08-14fiscal Q2 2024431190001654954-24-010502
10-Q2024-05-06fiscal Q1 202443900001654954-24-005633
10-K2024-04-01fiscal FY 202345930001654954-24-003964
10-Q2023-12-21fiscal Q3 2023441250001654954-23-015882
10-Q2023-12-15fiscal Q2 2023441220001654954-23-015641
10-Q2023-06-02fiscal Q1 202344930001654954-23-007590
10-K2023-03-28fiscal FY 202246870001564590-23-004567
10-Q2022-11-14fiscal Q3 2022451210001564590-22-037665
10-Q2022-08-16fiscal Q2 2022451230001564590-22-029521
10-Q2022-05-16fiscal Q1 202240810001564590-22-020432
10-K2022-03-24fiscal FY 202146910001564590-22-011555
10-Q2021-11-15fiscal Q3 2021431230001564590-21-057029
10-Q2021-08-11fiscal Q2 2021461300001564590-21-043513
10-Q2021-05-12fiscal Q1 202146960001564590-21-026654
10-K2021-03-17fiscal FY 202049990001564590-21-013653
10-Q2020-11-16fiscal Q3 2020481370001564590-20-053939
10-Q2020-08-11fiscal Q2 2020481330001564590-20-039361
10-Q2020-05-14fiscal Q1 202047980001564590-20-025200
10-K2020-03-11fiscal FY 201951980001564590-20-010123
10-Q2019-11-29fiscal Q3 2019501370001564590-19-044816
10-Q2019-11-29fiscal Q2 2019501340001564590-19-044815
10-Q2019-05-14fiscal Q1 201946920001564590-19-018937
10-K2019-03-15fiscal FY 201845910001564590-19-007905
10-Q2018-11-14fiscal Q3 2018431130001564590-18-029383

Inspect the source

Entity
Catheter Precision, Inc. / CIK 0001716621
Captured
2026-09-21T17:27:02.898Z
SEC response SHA-256
711f27f7c5fd9a5d350ca6f96e4918c112fea01d063fdd408c4e9be24db857fd

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