Skip to content

Sensus Healthcare, Inc.: filings

Every Sensus Healthcare, 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-14fiscal Q2 2026421170001753926-26-001508
10-Q2026-05-13fiscal Q1 202642850001753926-26-000845
10-K2026-03-04fiscal FY 202544880001753926-26-000435
10-Q2025-11-12fiscal Q3 2025431290001753926-25-001745
10-Q2025-08-12fiscal Q2 2025441280001753926-25-001290
10-Q2025-05-15fiscal Q1 202543870001753926-25-000853
10-K2025-03-05fiscal FY 202446920001753926-25-000408
10-Q2024-11-14fiscal Q3 2024451320001213900-24-098193
10-Q2024-08-13fiscal Q2 2024441270001213900-24-068165
10-Q2024-05-10fiscal Q1 202442850001213900-24-041605
10-K2024-03-15fiscal FY 202346920001213900-24-023093
10-Q2023-11-13fiscal Q3 2023511420001213900-23-086237
10-Q2023-08-11fiscal Q2 2023501350001213900-23-066051
10-Q2023-05-12fiscal Q1 202344910001213900-23-038952
10-K2023-03-23fiscal FY 202247920001213900-23-022355
10-Q2022-11-10fiscal Q3 2022471310001213900-22-071048
10-Q2022-08-12fiscal Q2 2022471270001213900-22-047246
10-Q2022-05-12fiscal Q1 202243850001213900-22-025962
10-K2022-03-25fiscal FY 202142850001213900-22-015172
10-Q2021-11-10fiscal Q3 2021411170001213900-21-058065
10-Q2021-08-13fiscal Q2 202138970001213900-21-042324
10-Q2021-05-14fiscal Q1 202136740001213900-21-026314
10-K2021-03-05fiscal FY 202039760001213900-21-013664
10-Q2020-11-10fiscal Q3 2020401150001213900-20-036128
10-Q2020-08-10fiscal Q2 2020401130001213900-20-021119
10-Q2020-05-11fiscal Q1 202035730001213900-20-011609
10-K2020-03-06fiscal FY 201936700001213900-20-005609
10-Q2019-11-08fiscal Q3 2019391090001213900-19-022496
10-Q2019-08-12fiscal Q2 2019421190001213900-19-015316
10-Q2019-05-14fiscal Q1 201935730001615774-19-007745
10-K2019-03-15fiscal FY 201832660001615774-19-004125
10-Q2018-11-06fiscal Q3 2018361000001615774-18-012135
10-Q2018-08-14fiscal Q2 2018361000001615774-18-008047
10-Q2018-05-08fiscal Q1 201836730001615774-18-003458
10-K2018-02-15fiscal FY 201731640001615774-18-001252
10-Q2017-11-06fiscal Q3 201735940001615774-17-006252
10-Q2017-08-04fiscal Q2 201733920001615774-17-004062
10-Q2017-05-09fiscal Q1 201737750001615774-17-002138
10-K2017-03-10fiscal FY 201633680001615774-17-000965
10-Q2016-11-07fiscal Q3 201633930001615774-16-008071
10-Q2016-08-15fiscal Q2 201634960001144204-16-119075

Inspect the source

Entity
Sensus Healthcare, Inc. / CIK 0001494891
Captured
2026-09-20T09:10:33.232Z
SEC response SHA-256
577f11612f03de61036e40dc20e9a1fcbb190f3ed778f975b1fe0b4af3b4547b

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