Skip to content

MOBILESMITH, INC.: filings

Every MOBILESMITH, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2022-08-12

The latest filing in this captured record is a 10-Q filed 2022-08-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. MOBILESMITH, INC. 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-Q2022-08-12fiscal Q2 202233950001654954-22-011183
10-Q2022-05-11fiscal Q1 202233690001654954-22-006448
10-K2022-03-25fiscal FY 202138760001654954-22-003803
10-Q2021-11-12fiscal Q3 2021351040001654954-21-012010
10-Q2021-08-10fiscal Q2 202134970001654954-21-008662
10-Q2021-05-11fiscal Q1 202135740001654954-21-005427
10-K2021-03-23fiscal FY 202037760001654954-21-003131
10-Q2020-11-10fiscal Q3 2020361040001654954-20-012100
10-Q2020-08-13fiscal Q2 2020361000001654954-20-008996
10-Q2020-05-12fiscal Q1 202035750001654954-20-005209
10-K2020-03-24fiscal FY 201940790001654954-20-003088
10-Q2019-11-12fiscal Q3 2019381080001654954-19-012630
10-Q2019-08-12fiscal Q2 2019381040001654954-19-009240
10-Q2019-05-14fiscal Q1 201938800001654954-19-005878
10-K2019-03-29fiscal FY 201841840001654954-19-003629
10-Q2018-11-14fiscal Q3 201836940001654954-18-012568
10-Q2018-08-14fiscal Q2 201836940001654954-18-008993
10-Q2018-05-14fiscal Q1 201834700001654954-18-005227
10-K2018-03-29fiscal FY 201739800001654954-18-003338
10-Q2017-11-13fiscal Q3 201731800001654954-17-010481
10-Q2017-08-11fiscal Q2 201731800001654954-17-007343
10-Q2017-05-12fiscal Q1 201731640001654954-17-004518
10-K2017-03-22fiscal FY 201639800001654954-17-002271
10-Q2016-11-09fiscal Q3 201632820001654954-16-003678
10-Q2016-08-04fiscal Q2 201632820001654954-16-001187
10-Q2016-05-06fiscal Q1 201632660001654954-16-000292
10-K2016-03-17fiscal FY 201539800001654954-16-000180
10-Q2015-11-06fiscal Q3 201531800001354488-15-004857
10-Q2015-08-07fiscal Q2 201532820001354488-15-003624
10-Q2015-05-12fiscal Q1 201532660001354488-15-002302
10-K2015-03-20fiscal FY 201439800001354488-15-001266
10-Q2014-11-10fiscal Q3 201432820001354488-14-005539
10-Q2014-08-13fiscal Q2 201431800001354488-14-004147
10-Q2014-05-15fiscal Q1 201431640001354488-14-002695
10-K2014-03-27fiscal FY 201336730001354488-14-001429
10-Q/A2013-11-25fiscal Q3 201330820001354488-13-006622
10-Q2013-11-14fiscal Q3 201330820001354488-13-006375
10-Q2013-08-14fiscal Q2 201329760001354488-13-004546
10-Q2013-05-13fiscal Q1 201329600001354488-13-002658
10-K/A2013-04-05fiscal FY 201234700001354488-13-001783
10-K2013-04-01fiscal FY 201234700001354488-13-001678
10-Q2012-11-09fiscal Q3 201231800001354488-12-005669
10-Q/A2012-08-27fiscal Q2 201231800001354488-12-004588
10-Q2012-05-14fiscal Q1 201230620001354488-12-002369
10-K2012-03-30fiscal FY 201130620001354488-12-001517
10-Q2011-11-17fiscal Q3 201129760001354488-11-004578
10-Q2011-08-12fiscal Q2 201129760001354488-11-002683

Inspect the source

Entity
MOBILESMITH, INC. / CIK 0001113513
Captured
SEC response SHA-256
a721c34e12ba2fd95486cb837712c076ddf833ab55a4b19eaf20ad25af128b2c

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