Skip to content

MOVEIX INC: filings

Every MOVEIX INC annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-14fiscal Q2 202620620001829126-26-008849
10-Q2026-05-15fiscal Q1 202620420001829126-26-005344
10-K2026-04-16fiscal FY 202517350001829126-26-003562
10-Q2026-01-20fiscal Q3 202516500001829126-26-000390
10-Q2025-08-15fiscal Q2 202516460001829126-25-006370
10-Q2025-05-15fiscal Q1 202516340001829126-25-003725
10-K2025-04-15fiscal FY 202416320001829126-25-002701
10-Q2024-11-14fiscal Q3 202415470001829126-24-007494
10-Q2024-08-16fiscal Q2 202415430001829126-24-005603
10-Q2024-05-01fiscal Q1 202414290001829126-24-002958
10-K2024-04-01fiscal FY 202314280001829126-24-002064
10-Q2023-10-26fiscal Q3 202315500001829126-23-006785
10-Q2023-08-11fiscal Q2 202315460001829126-23-005332
10-Q2023-05-15fiscal Q1 202313280001829126-23-003408
10-K2023-03-29fiscal FY 202215280001829126-23-002370
10-Q2022-10-27fiscal Q3 202217470001829126-22-018283
10-Q2022-08-15fiscal Q2 202215400001829126-22-015783
10-Q2022-05-16fiscal Q1 202214290001829126-22-011032
10-K/A2022-02-23fiscal FY 202113160001829126-22-004222
10-Q2021-10-12fiscal Q1 202114200001829126-21-011761
10-K2021-06-01fiscal FY 202113130001829126-21-004632
10-Q2019-04-15fiscal Q3 201923560001685766-19-000013
10-Q2019-02-06fiscal Q2 201923570001685766-19-000011
10-Q2019-01-22fiscal Q1 201922440001685766-19-000009
10-K2018-10-25fiscal FY 201824370001493152-18-014856
10-Q2018-04-13fiscal Q3 201820380001493152-18-005152
10-Q2018-01-19fiscal Q2 201819370001493152-18-000765
10-Q2017-10-17fiscal Q1 201816300001493152-17-011715
10-K2017-09-12fiscal FY 201711210001493152-17-010479
10-Q2017-04-13fiscal Q3 201710200001493152-17-003828

Inspect the source

Entity
MOVEIX INC / CIK 0001685766
Captured
2026-09-21T17:23:54.591Z
SEC response SHA-256
ab602c91e1657cda4716bb8376dc3f9f54da14d1b75208f1d8bb7edd35ad493c

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