Skip to content

Mobile Infrastructure Corp: filings

Every Mobile Infrastructure Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2023-08-14

The latest filing in this captured record is a 10-Q filed 2023-08-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. Mobile Infrastructure Corp may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-08-14fiscal Q2 202329870001437749-23-023664
10-Q2023-05-12fiscal Q1 202329620001437749-23-014215
10-K2023-03-22fiscal FY 2022341210001437749-23-007552
10-Q2022-11-18fiscal Q3 202229870001437749-22-027728
10-Q2022-08-15fiscal Q2 202231910001437749-22-020554
10-Q2022-05-16fiscal Q1 202229610001437749-22-012563
10-K2022-03-30fiscal FY 202132590001642985-22-000006
10-Q2021-11-18fiscal Q3 202127750001642985-21-000052
10-Q2021-08-12fiscal Q2 202127750001642985-21-000027
10-Q2021-05-17fiscal Q1 202127580001642985-21-000023
10-K2021-03-31fiscal FY 202026520001642985-21-000017
10-Q2020-11-16fiscal Q3 202027770001642985-20-000022
10-Q2020-08-14fiscal Q2 202028750001642985-20-000018
10-Q2020-05-13fiscal Q1 202027570001642985-20-000011
10-K2020-03-30fiscal FY 201924500001642985-20-000005
10-Q2019-11-13fiscal Q3 201923710001642985-19-000037
10-Q2019-08-12fiscal Q2 201924670001642985-19-000031
10-Q2019-05-14fiscal Q1 201924510001642985-19-000014
10-K2019-03-05fiscal FY 201824490001642985-19-000003
10-Q2018-11-15fiscal Q3 201824630001642985-18-000091
10-Q2018-11-09fiscal Q3 201824630001642985-18-000087
10-Q2018-08-10fiscal Q2 201824610001642985-18-000062
10-Q2018-07-13fiscal Q1 201824490001642985-18-000057
10-K2018-07-03fiscal FY 201724500001642985-18-000053
10-K2018-06-22fiscal FY 201724500001642985-18-000051
10-Q2017-11-15fiscal Q3 201728690001642985-17-000191
10-Q2017-08-21fiscal Q2 201727680001642985-17-000134
10-Q2017-05-18fiscal Q1 201726520001642985-17-000079
10-Q2017-05-10fiscal Q1 201725500001642985-17-000073
10-K2017-03-27fiscal FY 201625420001642985-17-000046
10-Q2016-11-10fiscal Q3 201626500001642985-16-000065
10-Q2016-08-09fiscal Q2 201626480001642985-16-000045
10-Q2016-05-16fiscal Q1 201618250001642985-16-000028
10-K2016-03-29fiscal FY 201516160001642985-16-000021

Inspect the source

Entity
Mobile Infrastructure Corp / CIK 0001642985
Captured
SEC response SHA-256
1ef7ba432d6486e8e9d0a24fa44f1ce9a000807050517657780c6a0893266134

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