Skip to content

ARCULUS SYSTEM CO., LTD.: filings

Every ARCULUS SYSTEM CO., LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 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-Q2025-10-02fiscal Q3 202519600001477932-25-007307
10-Q2025-08-19fiscal Q2 202520620001477932-25-006033
10-Q2025-07-14fiscal Q1 202521460001477932-25-005023
10-K/A2025-07-11fiscal FY 202423480001477932-25-004987
10-K2025-05-20fiscal FY 202422460001477932-25-004035
10-Q2024-10-17fiscal Q3 202419640001477932-24-006498
10-Q/A2024-07-16fiscal Q2 202417490001477932-24-004247
10-Q2024-07-12fiscal Q2 202417490001477932-24-004193
10-Q/A2024-02-01fiscal Q1 202419420001477932-24-000509
10-Q2024-01-25fiscal Q1 202419420001477932-24-000363
10-K2023-11-30fiscal FY 202322460001477932-23-008872
10-Q2023-07-26fiscal Q3 202321640001477932-23-005528
10-Q2023-04-24fiscal Q2 202322580001477932-23-002826
10-Q2023-01-17fiscal Q1 202321450001477932-23-000294
10-K2023-01-03fiscal FY 202221440001477932-23-000002
10-Q2022-07-29fiscal Q3 202220580001477932-22-005481
10-Q2022-05-10fiscal Q2 202220530001477932-22-003156
10-Q2022-02-16fiscal Q1 202219410001477932-22-000882
10-K2021-12-16fiscal FY 202117360001477932-21-009285
10-Q2021-08-09fiscal Q3 202117480001477932-21-005261
10-Q2021-04-28fiscal Q2 202115430001477932-21-002673

Inspect the source

Entity
ARCULUS SYSTEM CO., LTD. / CIK 0001828739
Captured
2026-09-21T17:29:22.709Z
SEC response SHA-256
33efc03c8d2c458f0ace670fd89ff195cde6ec41e57faa07df21ca6587e44d93

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