Skip to content

CHARGING ROBOTICS INC.: filings

Every CHARGING ROBOTICS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-13fiscal Q2 2026381160001213900-26-089162
10-Q2026-05-14fiscal Q1 202636740001213900-26-056635
10-K2026-03-23fiscal FY 202538680001213900-26-033022
10-Q2025-11-14fiscal Q3 202532990001213900-25-111002
10-Q2025-08-13fiscal Q2 2025331000001213900-25-075642
10-Q2025-05-14fiscal Q1 202527550001213900-25-043280
10-K2025-04-15fiscal FY 202427550001213900-25-032068
10-Q2024-11-13fiscal Q3 202428740001213900-24-097439
10-Q2024-08-13fiscal Q2 202428740001213900-24-068236
10-Q2024-05-14fiscal Q1 202428540001213900-24-042456
10-K2024-03-12fiscal FY 202327570001213900-24-021834
10-Q2023-11-13fiscal Q3 202326720001213900-23-086069
10-Q2023-08-16fiscal Q2 202324680001213900-23-068190
10-K/A2023-05-17fiscal FY 202119340001017386-23-000220
10-Q2023-05-15fiscal Q1 202322450001213900-23-039966
10-K2023-02-22fiscal FY 202119340001017386-23-000067
10-Q2022-11-07fiscal Q3 202220540001017386-22-000485
10-Q2022-08-11fiscal Q2 202218520001017386-22-000348
10-Q2022-05-11fiscal Q1 202220390001017386-22-000226
10-K2022-04-18fiscal FY 202116310001017386-22-000159
10-Q2021-11-10fiscal Q3 202117500001017386-21-000481
10-Q2021-08-13fiscal Q2 202116440001017386-21-000324
10-Q2021-05-13fiscal Q1 202113300001017386-21-000151
10-Q2012-11-19fiscal Q3 201229710001078782-12-002907
10-Q2012-10-09fiscal Q2 201229700001078782-12-002595
10-Q2012-06-18fiscal Q1 201229580001078782-12-001661
10-K2012-05-22fiscal FY 201130650001078782-12-001503
10-Q2011-11-21fiscal Q3 201133840001078782-11-003396

Inspect the source

Entity
CHARGING ROBOTICS INC. / CIK 0001459188
Captured
2026-09-20T09:06:05.674Z
SEC response SHA-256
28cd74877efd36adcfe431281a3b70c27e48d71666b5607dd60226d8d88828eb

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