Skip to content

CARO HOLDINGS INC.: filings

Every CARO HOLDINGS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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 Q1 202730640001640334-26-001355
10-K2026-07-15fiscal FY 202632660001640334-26-001184
10-Q2026-02-13fiscal Q3 2026311000001640334-26-000297
10-Q2025-11-14fiscal Q2 202631980001640334-25-002098
10-Q2025-08-19fiscal Q1 202631680001640334-25-001566
10-K2025-07-15fiscal FY 202532660001640334-25-001202
10-Q2025-02-14fiscal Q3 202530950001640334-25-000258
10-Q2024-11-12fiscal Q2 202529890001640334-24-001689
10-Q2024-08-09fiscal Q1 202528600001640334-24-001205
10-K2024-07-01fiscal FY 202428560001640334-24-001032
10-Q2024-02-27fiscal Q3 202425860001640334-24-000301
10-Q2023-11-20fiscal Q2 202424760001640334-23-002222
10-Q2023-08-21fiscal Q1 202424540001640334-23-001613
10-K2023-07-14fiscal FY 202326540001640334-23-001295
10-Q2023-02-21fiscal Q3 202323760001640334-23-000246
10-Q2022-11-14fiscal Q2 202316460001640334-22-002441
10-Q2022-10-17fiscal Q1 202315340001640334-22-002244
10-K2022-10-17fiscal FY 202217360001640334-22-002242
10-Q2022-02-14fiscal Q3 202214460001640334-22-000308
10-Q2021-11-22fiscal Q3 202114420001640334-21-002931
10-Q2021-08-23fiscal FY 202214320001640334-21-002009
10-K2021-06-23fiscal FY 202115320001640334-21-001401
10-Q2021-02-08fiscal Q3 202115480001640334-21-000297
10-Q2020-11-13fiscal Q2 202115440001640334-20-002791
10-Q2020-09-30fiscal Q1 202114320001640334-20-002432
10-K2020-08-27fiscal FY 202017350001640334-20-002258
10-Q2020-02-14fiscal Q3 202015460001640334-20-000319
10-Q2020-01-17fiscal Q2 202015420001640334-20-000112
10-Q2019-10-18fiscal Q1 201913280001640334-19-002071
10-K2019-08-01fiscal FY 201916310001640334-19-001506
10-Q2019-02-14fiscal Q3 201916390001640334-19-000248
10-Q2018-11-14fiscal Q2 201915380001640334-18-002155
10-Q2018-10-11fiscal Q1 201913280001640334-18-001901
10-K2018-08-14fiscal FY 201815310001640334-18-001554
10-Q2018-02-02fiscal Q3 201814350001640334-18-000216
10-Q2017-11-09fiscal Q2 201814350001640334-17-002324
10-Q2017-08-11fiscal Q1 201814290001640334-17-001620
10-K2017-06-23fiscal FY 201715290001640334-17-001309
10-Q2017-02-14fiscal Q3 201713250001640334-17-000308
10-Q2016-11-10fiscal Q2 201713250001640334-16-001948

Inspect the source

Entity
CARO HOLDINGS INC. / CIK 0001678105
Captured
2026-09-19T11:20:16.520Z
SEC response SHA-256
c680aa63438de39ac9c278a6391d794c3ded69900fefcdb8e67fdbf280ccd1de

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