Skip to content

CAMBELL INTERNATIONAL HOLDING CORP.: filings

Every CAMBELL INTERNATIONAL HOLDING CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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-K2025-09-09fiscal FY 202441790001213900-25-086261
10-Q2024-05-20fiscal Q3 2024361040001213900-24-045238
10-Q2024-02-21fiscal Q2 202436750001213900-24-015445
10-Q2023-11-20fiscal Q1 202435740001213900-23-088752
10-Q/A2023-11-09fiscal Q3 2023371040001213900-23-085314
10-Q/A2023-11-09fiscal Q2 202336740001213900-23-085312
10-Q/A2023-11-09fiscal Q1 202316190001213900-23-085308
10-K/A2023-10-20fiscal FY 202338760001013762-23-005415
10-K2023-10-19fiscal FY 202338760001013762-23-005153
10-Q2023-05-22fiscal Q3 2023371040001213900-23-042048
10-Q2023-02-21fiscal Q2 202336740001213900-23-013338
10-Q2023-01-27fiscal Q1 202216190001213900-23-005512
10-K2022-07-19fiscal FY 202214150001829126-22-014479
10-Q2020-07-06fiscal Q3 202019450001213900-20-016760
10-Q2020-02-14fiscal Q2 202024680001678848-20-000004
10-Q2019-11-22fiscal Q1 202025520001678848-19-000017
10-K2019-08-26fiscal FY 201925550001678848-19-000013
10-Q2019-04-24fiscal Q3 201925610001678848-19-000010
10-Q2019-02-28fiscal Q2 201924620001678848-19-000008
10-Q2019-02-27fiscal Q1 201926510001678848-19-000005
10-K2019-01-29fiscal FY 201827510001678848-19-000002
10-Q2018-08-03fiscal Q3 201824620001678848-18-000008
10-Q2018-05-14fiscal Q3 201824620001678848-18-000006
10-Q2018-02-28fiscal Q2 201823600001678848-18-000004
10-Q2017-11-20fiscal Q1 201825500001678848-17-000022
10-K2017-10-16fiscal FY 201722410001678848-17-000018
10-Q2017-05-10fiscal Q3 201718310001678848-17-000014

Inspect the source

Entity
CAMBELL INTERNATIONAL HOLDING CORP. / CIK 0001678848
Captured
2026-09-21T17:23:04.656Z
SEC response SHA-256
edf342c23d901b139563e17e8c65b2a80fd7986530388cdce681cd67c89f7761

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