Skip to content

IOTA COMMUNICATIONS, INC.: filings

Every IOTA COMMUNICATIONS, INC. 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 2021-04-30

The latest filing in this captured record is a 10-Q filed 2021-04-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. IOTA COMMUNICATIONS, 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-Q2021-04-30fiscal Q3 2020441740001654954-21-004953
10-Q/A2020-11-06fiscal Q2 2020431350001654954-20-011945
10-Q/A2020-01-22fiscal Q2 2020491570001654954-20-000670
10-Q2019-10-15fiscal Q1 202042860001654954-19-011781
10-K2019-09-13fiscal FY 201944950001654954-19-010721
10-Q2019-05-20fiscal Q3 2019431110001437749-19-010425
10-Q2019-04-15fiscal Q2 2019421040001437749-19-007179
10-Q2018-10-19fiscal Q1 201935680001437749-18-018494
10-K2018-09-18fiscal FY 201839750001437749-18-017159
10-Q2018-04-20fiscal Q3 201833860001437749-18-007370
10-Q2018-01-16fiscal Q2 201834850001615774-18-000361
10-Q2017-10-24fiscal Q1 201831590001615774-17-005885
10-K2017-09-14fiscal FY 201732640001615774-17-005067
10-Q2017-04-21fiscal Q3 201733830001615774-17-001804
10-Q2017-01-23fiscal Q2 201733830001615774-17-000221
10-Q2016-10-17fiscal Q1 201727520001615774-16-007630
10-K2016-09-21fiscal FY 201630570001615774-16-007303
10-Q2016-04-20fiscal Q3 201629710001615774-16-005045
10-Q2016-01-19fiscal Q2 201629710001615774-16-003935
10-Q2015-12-23fiscal Q1 201623460001615774-15-003721
10-Q2015-10-15fiscal Q1 201623460001615774-15-002950
10-K2015-08-27fiscal FY 201527490001615774-15-002411
10-Q2015-04-14fiscal Q3 201524710001144204-15-022573
10-Q2015-01-14fiscal Q2 201523690001144204-15-002133
10-Q2014-10-14fiscal Q1 201521450001144204-14-060843
10-K2014-08-27fiscal FY 201423490001144204-14-052642
10-Q2014-04-14fiscal Q3 2014261150001144204-14-022379
10-K/A2014-01-23fiscal FY 2013311020001144204-14-003662
10-K/A2014-01-23fiscal FY 201229910001144204-14-003657
10-Q2014-01-15fiscal Q2 2014261150001144204-14-002404
10-Q2013-10-11fiscal Q1 2014321080001144204-13-054803
10-K2013-09-19fiscal FY 2013311020001144204-13-051603
10-Q2013-09-16fiscal Q3 2013301300001144204-13-050798
10-Q2013-09-13fiscal Q2 2013301300001144204-13-050616
10-Q2013-09-12fiscal Q1 2013301020001144204-13-050457
10-K2013-08-30fiscal FY 201229910001144204-13-048758

Inspect the source

Entity
IOTA COMMUNICATIONS, INC. / CIK 0001095130
Captured
SEC response SHA-256
776c271709ec908d03c6d79e7b50cf3ce3517c09bc140e4b902571b45276155c

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