Skip to content

mPHASE TECHNOLOGIES, INC.: filings

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

Filing record ends 2022-06-17

The latest filing in this captured record is a 10-Q filed 2022-06-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. mPHASE TECHNOLOGIES, 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-06-17fiscal Q3 2022411060001493152-22-017200
10-Q2022-02-10fiscal Q2 2022391100001493152-22-003803
10-Q2021-11-22fiscal Q1 202239820001493152-21-029472
10-K2021-10-13fiscal FY 202141810001493152-21-025336
10-Q2021-05-17fiscal Q3 2021401200001493152-21-011978
10-Q2021-02-22fiscal Q2 2021401150001493152-21-004462
10-Q2021-01-19fiscal Q1 202139780001493152-21-001350
10-K2021-01-05fiscal FY 202039740001493152-21-000239
10-Q2020-05-20fiscal Q3 2020391080001493152-20-009489
10-Q2020-02-19fiscal Q2 202034860001493152-20-002733
10-Q2019-11-19fiscal Q1 202034620001493152-19-017994
10-K2019-10-15fiscal FY 201935610001493152-19-015506
10-Q2019-05-21fiscal Q3 201925620001493152-19-008030
10-Q2019-02-20fiscal Q2 201924620001213900-19-002886
10-Q2018-11-14fiscal Q1 201925500001213900-18-015826
10-K2018-10-15fiscal FY 201833640001213900-18-013909
10-Q2018-07-09fiscal Q3 201827630001213900-18-008869
10-Q2018-07-06fiscal Q2 201827670001213900-18-008861
10-Q2018-07-06fiscal Q1 201828530001213900-18-008859
10-K2018-06-18fiscal FY 201733640001213900-18-007823
10-Q2018-06-08fiscal Q3 201731720001213900-18-007445
10-Q2018-06-08fiscal Q2 201728680001213900-18-007443
10-Q2018-06-08fiscal Q1 201726520001213900-18-007438
10-K2018-05-15fiscal FY 201636720001213900-18-006374
10-Q2017-11-15fiscal Q3 201631770001213900-17-012179
10-Q2016-02-25fiscal Q2 201632790001213900-16-011216
10-Q2015-11-23fiscal Q1 201632640001213900-15-009042
10-K2015-10-13fiscal FY 201536740001213900-15-007640
10-Q2015-05-21fiscal Q3 201531770001213900-15-004091
10-Q2015-02-17fiscal Q2 201535860001213900-15-001103
10-Q2014-11-14fiscal Q1 201532610001213900-14-008087
10-K2014-10-23fiscal FY 201433830001213900-14-007445
10-K2014-09-29fiscal FY 201433830001213900-14-006943
10-Q2014-05-14fiscal Q3 201432940001213900-14-003224
10-Q2014-02-13fiscal Q2 201433930001213900-14-000824
10-Q/A2013-11-15fiscal Q1 201433750001213900-13-006528
10-K2013-09-30fiscal FY 2013321110001213900-13-005438
10-Q2013-05-13fiscal Q3 201331930001213900-13-002411
10-Q2013-02-11fiscal Q2 201332940001213900-13-000601
10-Q2012-11-14fiscal Q1 201330790001062993-12-004764
10-K2012-09-24fiscal FY 2012281040001062993-12-003770
10-Q2012-05-14fiscal Q3 201229980001062993-12-001701
10-Q2012-02-14fiscal Q2 2012311020001204459-12-000299
10-Q/A2011-12-06fiscal Q1 201230790001204459-11-003225

Inspect the source

Entity
mPHASE TECHNOLOGIES, INC. / CIK 0000825322
Captured
SEC response SHA-256
bce0208a83472258168369bb94e9c88e7d149c7e767a4e633c6d5ccbadfe6ede

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