Skip to content

MOVING iMAGE TECHNOLOGIES INC.: filings

Every MOVING iMAGE TECHNOLOGIES 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-05-14fiscal Q3 2026411170001437749-26-016903
10-Q2026-02-12fiscal Q2 2026371050001437749-26-003868
10-Q2025-11-14fiscal Q1 202637750001437749-25-035100
10-K2025-09-26fiscal FY 202543860001437749-25-029934
10-Q2025-05-15fiscal Q3 2025461230001770236-25-000021
10-Q2025-02-13fiscal Q2 2025461190001770236-25-000008
10-Q2024-11-14fiscal Q1 202546930001558370-24-015610
10-K2024-09-27fiscal FY 202449990001558370-24-013066
10-Q2024-05-15fiscal Q3 2024491330001770236-24-000022
10-Q2024-02-14fiscal Q2 2024481270001558370-24-001128
10-Q2023-11-14fiscal Q1 202447970001558370-23-018932
10-K2023-09-27fiscal FY 2023521000001558370-23-016091
10-Q2023-05-15fiscal Q3 2023521360001104659-23-060558
10-Q2023-02-14fiscal Q2 2023511290001104659-23-020700
10-Q2022-11-14fiscal Q1 202251990001104659-22-118512
10-K2022-09-28fiscal FY 2021501020001104659-22-103689
10-Q2022-05-16fiscal Q3 2022491400001104659-22-061494
10-Q2022-04-11fiscal Q2 2022491340001104659-22-044704
10-Q/A2022-04-11fiscal Q1 2022481010001104659-22-044699
10-Q2021-11-15fiscal Q1 202246890001410578-21-000295

Inspect the source

Entity
MOVING iMAGE TECHNOLOGIES INC. / CIK 0001770236
Captured
2026-09-21T17:30:08.837Z
SEC response SHA-256
6e5fbcf9f25cd04872bd978f909f02468ab462134e1f0c82ac33d41a30951ab8

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