Skip to content

SITO MOBILE, LTD.: filings

Every SITO MOBILE, LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2020-02-11

The latest filing in this captured record is a 10-Q filed 2020-02-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. SITO MOBILE, LTD. 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-Q2020-02-11fiscal Q3 2019401060001213900-20-003150
10-Q2019-09-05fiscal Q2 2019401110001213900-19-017269
10-Q2019-05-15fiscal Q1 201940820001213900-19-008864
10-K2019-04-01fiscal FY 201839800001213900-19-005545
10-Q2018-11-15fiscal Q3 2018381070001213900-18-015966
10-Q2018-11-15fiscal Q3 201738920001213900-18-015948
10-Q2018-08-20fiscal Q2 201838960001213900-18-011462
10-Q2018-08-20fiscal Q2 2017371110001213900-18-011461
10-Q2018-05-15fiscal Q1 201837720001213900-18-006297
10-K2018-04-02fiscal FY 201738750001213900-18-003916
10-Q2017-11-14fiscal Q3 2017371140001213900-17-012117
10-Q2017-08-15fiscal Q2 2017371110001213900-17-008733
10-Q2017-05-10fiscal Q1 201732670001213900-17-004882
10-K2017-04-17fiscal FY 201637730001213900-17-003904
10-Q2016-11-14fiscal Q3 2016371220001213900-16-018492
10-Q2016-08-15fiscal Q2 2016371110001213900-16-016023
10-Q2016-05-16fiscal Q2 201631740001213900-16-013449
10-Q2016-02-09fiscal Q1 201531690001213900-16-010704
10-K2015-11-25fiscal FY 201535720001213900-15-009115
10-Q2015-08-04fiscal Q3 201535940001213900-15-005692
10-Q2015-05-05fiscal Q2 201535930001213900-15-003269
10-Q2015-02-03fiscal Q1 201536770001213900-15-000663
10-K2014-12-02fiscal FY 201432640001213900-14-008708
10-Q2014-08-12fiscal Q3 201431840001213900-14-005671
10-Q2014-05-13fiscal Q2 201431830001213900-14-003205
10-Q2014-02-11fiscal Q1 201431610001213900-14-000781
10-K2013-12-09fiscal FY 201329600001213900-13-007061
10-Q2013-08-06fiscal Q3 201327720001127855-13-000559
10-Q2013-05-15fiscal Q2 201326680001127855-13-000336
10-Q2013-02-14fiscal Q1 201325510001127855-13-000093
10-K2013-01-02fiscal FY 201225500001127855-13-000004
10-Q2012-08-07fiscal Q3 201226660001127855-12-000400
10-Q2012-05-18fiscal Q2 201224620001127855-12-000271
10-Q2012-02-13fiscal Q1 201222460001127855-12-000047
10-K2011-12-30fiscal FY 201125520001127855-11-000735
10-Q2011-08-15fiscal Q3 201123600001127855-11-000412

Inspect the source

Entity
SITO MOBILE, LTD. / CIK 0001157817
Captured
SEC response SHA-256
01d419d57a221b9f794b211a2a74231e88b564911748a1ffdc512b0abd5d581a

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