Skip to content

MOBETIZE, CORP.: filings

Every MOBETIZE, CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filing record ends 2018-12-11

The latest filing in this captured record is a 10-Q filed 2018-12-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. MOBETIZE, 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-Q2018-12-11fiscal Q2 201927700001607062-18-000474
10-Q2018-09-28fiscal Q1 201926520001607062-18-000296
10-K2018-07-30fiscal FY 201829590001607062-18-000236
10-Q/A2018-02-16fiscal Q3 201825640001607062-18-000063
10-Q2018-02-12fiscal Q3 201825640001607062-18-000055
10-Q2017-11-20fiscal Q2 201824620001607062-17-000398
10-Q2017-08-21fiscal Q1 201824480001607062-17-000280
10-K2017-07-06fiscal FY 201724460001211524-17-000084
10-Q2017-02-15fiscal Q3 201721520001211524-17-000016
10-Q2016-12-15fiscal Q2 201721520001211524-16-000352
10-Q2016-08-12fiscal Q1 201720390001211524-16-000277
10-K2016-07-13fiscal FY 201624470001211524-16-000268
10-Q2016-02-12fiscal Q3 201627690001171843-16-007871
10-Q2015-11-13fiscal Q2 201625650001171843-15-006333
10-Q2015-08-14fiscal Q1 201624470001171843-15-004720
10-K2015-06-30fiscal FY 201527620001171843-15-003641
10-Q2015-02-23fiscal Q3 201525660001171843-15-000975
10-Q2014-11-14fiscal Q2 201525650001171843-14-005570
10-Q2014-08-18fiscal Q1 201523450001171843-14-004003
10-K2014-06-30fiscal FY 201424570001171843-14-003032
10-Q2014-02-13fiscal Q3 201325730001171843-14-000733
10-Q2013-11-19fiscal Q2 201320560001517126-13-000346
10-Q/A2013-09-10fiscal Q1 201315340001517126-13-000250
10-Q2013-08-19fiscal Q1 201315340001517126-13-000225
10-K2013-06-20fiscal FY 201212280001546679-13-000005
10-Q2013-01-29fiscal Q3 201213270001546679-13-000002
10-Q2012-11-15fiscal Q2 201213270001546679-12-000008

Inspect the source

Entity
MOBETIZE, CORP. / CIK 0001546679
Captured
SEC response SHA-256
d6a59ea9f9b1e86227c252f59ac1ccef0ef9625b849fb18d0accced4afa6cb90

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