Skip to content

micromobility.com, Inc: filings

Every micromobility.com, Inc annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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-11-12fiscal Q3 2025391150001079973-25-001684
10-Q2025-08-05fiscal Q2 2025391150001079973-25-001217
10-Q2025-05-20fiscal Q1 202539800001079973-25-000910
10-K2025-04-15fiscal FY 202444840001079973-25-000651
10-Q2024-11-19fiscal Q3 2024431260001079973-24-001584
10-Q2024-07-17fiscal Q2 2024421230001079973-24-001067
10-Q2024-05-20fiscal Q1 202441860001079973-24-000791
10-K2024-04-16fiscal FY 202347950001079973-24-000555
10-Q2023-11-14fiscal Q3 2023421210001079973-23-001598
10-Q2023-08-14fiscal Q2 2023431250001079973-23-001163
10-Q2023-05-22fiscal Q1 202339810001079973-23-000771
10-K2023-03-28fiscal FY 202244880001079973-23-000382
10-Q2022-11-14fiscal Q3 2022371050001079973-22-001442
10-Q2022-08-15fiscal Q2 2022391100001079973-22-000989
10-Q2022-05-16fiscal Q1 202237770001079973-22-000591
10-K2022-04-15fiscal FY 202139780001079973-22-000422
10-Q2021-11-15fiscal Q3 2021361090001079973-21-001154
10-Q2021-08-23fiscal Q2 202120540001079973-21-000830
10-Q/A2021-06-02fiscal Q1 202122420001213900-21-030373
10-Q2021-05-25fiscal Q1 202120400001213900-21-029112
10-K/A2021-05-21fiscal FY 202023440001213900-21-028410
10-K2021-03-16fiscal FY 202021400001213900-21-015494
10-Q2020-11-16fiscal Q3 202020460001213900-20-037011
10-Q2020-08-06fiscal Q2 202017320001213900-20-020638
10-Q2020-05-14fiscal Q1 202017250001213900-20-012253
10-K2020-03-24fiscal FY 201919190001213900-20-007250
10-Q2019-12-19fiscal Q1 201911110001213900-19-026495

Inspect the source

Entity
micromobility.com, Inc / CIK 0001788841
Captured
2026-09-19T11:21:19.263Z
SEC response SHA-256
cf14d7605791d741e01d156f53a798eeb4c6544d9c7e723f114509691cf0b010

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