Skip to content

CareCloud, Inc.: filings

Every CareCloud, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-06fiscal Q2 2026481400001493152-26-036363
10-Q2026-05-07fiscal Q1 2026471010001493152-26-021730
10-K2026-03-12fiscal FY 2025501040001493152-26-009872
10-Q2025-11-06fiscal Q3 2025471450001493152-25-021079
10-Q2025-08-05fiscal Q2 2025471410001641172-25-022265
10-Q2025-05-06fiscal Q1 2025471010001641172-25-008857
10-K/A2025-04-03fiscal FY 2024511050001641172-25-002589
10-K2025-03-13fiscal FY 2024511050001493152-25-010217
10-Q2024-11-12fiscal Q3 2024471460001493152-24-044794
10-Q2024-08-13fiscal Q2 2024471430001493152-24-031637
10-Q2024-05-14fiscal Q1 2024471070001493152-24-019276
10-K2024-03-21fiscal FY 2023521070001493152-24-010800
10-Q2023-11-02fiscal Q3 2023491480001493152-23-039155
10-Q2023-08-03fiscal Q2 2023491440001493152-23-026627
10-Q2023-05-04fiscal Q1 202347990001493152-23-015456
10-K2023-03-02fiscal FY 2022511020001493152-23-006580
10-Q2022-11-03fiscal Q3 2022481410001493152-22-030349
10-Q2022-08-04fiscal Q2 2022491340001493152-22-021344
10-Q2022-05-09fiscal Q1 2022501000001493152-22-012566
10-K2022-03-14fiscal FY 2021511020001493152-22-006785
10-Q2021-11-04fiscal Q3 2021481130001493152-21-027262
10-Q2021-08-05fiscal Q2 2021481090001493152-21-018734
10-Q2021-05-06fiscal Q1 202147750001493152-21-010632
10-K2021-02-25fiscal FY 2020501010001493152-21-004837
10-Q2020-11-09fiscal Q3 2020461290001493152-20-020828
10-Q2020-08-13fiscal Q2 2020461250001493152-20-015546
10-Q2020-05-14fiscal Q1 202046940001493152-20-008771
10-K2020-02-28fiscal FY 201949990001493152-20-003146
10-Q2019-11-06fiscal Q3 2019451260001493152-19-016556
10-Q2019-08-07fiscal Q2 2019451020001493152-19-011799
10-Q2019-05-08fiscal Q1 201945930001493152-19-006582
10-K2019-03-20fiscal FY 201848970001493152-19-003653
10-Q2018-11-07fiscal Q3 2018431160001493152-18-015353
10-Q2018-08-08fiscal Q2 2018401070001493152-18-011173
10-Q2018-05-15fiscal Q1 201838790001493152-18-007094
10-K2018-03-07fiscal FY 201744880001493152-18-003026
10-Q2017-11-06fiscal Q3 2017401020001493152-17-012483
10-Q2017-08-03fiscal Q2 2017411050001493152-17-008463
10-Q2017-05-10fiscal Q1 201739780001493152-17-004970
10-K2017-03-31fiscal FY 201643880001493152-17-003230
10-Q2016-11-10fiscal Q3 2016381000001493152-16-014750
10-Q2016-08-11fiscal Q2 201634910001493152-16-012227
10-Q2016-05-11fiscal Q1 201635720001144204-16-100861
10-K2016-03-24fiscal FY 201541840001144204-16-090133
10-Q2015-11-12fiscal Q3 2015391110001144204-15-064741
10-Q2015-08-12fiscal Q2 2015371070001144204-15-048571
10-Q2015-05-13fiscal Q1 201537750001144204-15-030176
10-Q/A2015-03-31fiscal Q3 2014381100001144204-15-019950
10-K2015-03-31fiscal FY 201443890001144204-15-019947
10-Q2014-11-12fiscal Q3 2014371060001144204-14-067258
10-Q2014-08-28fiscal Q2 2014361050001144204-14-052829

Inspect the source

Entity
CareCloud, Inc. / CIK 0001582982
Captured
2026-09-20T09:22:57.103Z
SEC response SHA-256
5596343485729d0d5bb30213a4ee6c480f6a37132f9f3ad6aa12a758bce22fe5

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