Skip to content

MultiSensor AI Holdings, Inc.: filings

Every MultiSensor AI Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 20 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 2026461310001104659-26-095907
10-Q2026-05-13fiscal Q1 202645940001104659-26-060325
10-K2026-03-19fiscal FY 202547960001104659-26-032148
10-Q2025-11-13fiscal Q3 2025471310001104659-25-111303
10-Q2025-08-13fiscal Q2 2025461250001558370-25-011382
10-Q2025-05-13fiscal Q1 202546920001558370-25-007573
10-K2025-03-28fiscal FY 2024511030001558370-25-004015
10-Q2024-11-12fiscal Q3 2024431190001410578-24-001892
10-Q2024-08-14fiscal Q2 2024471200001410578-24-001434
10-Q2024-05-15fiscal Q1 202446900001410578-24-000898
10-K2024-03-29fiscal FY 202348970001410578-24-000361
10-Q2023-11-20fiscal Q3 202318480001410578-23-002565
10-Q2023-08-21fiscal Q2 202318460001410578-23-002032
10-Q2023-05-18fiscal Q1 202317320001410578-23-001291
10-K2023-03-31fiscal FY 202219360001410578-23-000573
10-Q2022-11-10fiscal Q3 202217450001410578-22-003184
10-Q2022-08-22fiscal Q2 202219420001410578-22-002700
10-Q2022-07-19fiscal Q1 202214230001410578-22-001960
10-K2022-06-21fiscal FY 202116180001410578-22-001884
10-Q2021-12-02fiscal Q3 202117230001410578-21-000461

Inspect the source

Entity
MultiSensor AI Holdings, Inc. / CIK 0001863990
Captured
2026-09-21T17:33:36.402Z
SEC response SHA-256
3d6bfc1677f8b6e3b6cdf567fa50cfdd8a6a9f23a526868ee15e830e7fcaaf85

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