Skip to content

MITEL NETWORKS CORP: filings

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

Filing record ends 2018-10-24

The latest filing in this captured record is a 10-Q filed 2018-10-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. MITEL NETWORKS 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-10-24fiscal Q3 2018401320001193125-18-306391
10-Q2018-08-01fiscal Q2 2018441460001193125-18-234963
10-Q2018-05-03fiscal Q1 201839850001193125-18-150823
10-K2018-02-28fiscal FY 2017471540001193125-18-061717
10-Q2017-11-02fiscal Q3 2017431420001193125-17-330221
10-Q2017-07-28fiscal Q2 2017401290001193125-17-238757
10-Q2017-05-03fiscal Q1 201738820001193125-17-156326
10-K2017-03-01fiscal FY 2016451190001193125-17-065673
10-Q2016-11-03fiscal Q3 2016371250001193125-16-758003
10-Q2016-08-04fiscal Q2 2016381270001193125-16-670915
10-Q2016-05-05fiscal Q1 201638850001193125-16-578655
10-K2016-02-29fiscal FY 2015441530001193125-16-483558
10-Q2015-11-05fiscal Q3 2015351190001193125-15-367163
10-Q2015-08-06fiscal Q2 2015351170001193125-15-279822
10-Q2015-05-07fiscal Q1 201535790001193125-15-175981
10-K2015-02-26fiscal FY 2014441660001193125-15-064260
10-Q2014-11-06fiscal Q3 2014381280001193125-14-399710
10-Q2014-08-07fiscal Q2 2014381270001193125-14-299391
10-Q2014-05-08fiscal Q1 201441910001193125-14-188825
10-Q2013-12-05fiscal Q2 2014411390001193125-13-463614
10-Q2013-08-29fiscal Q1 201442910001193125-13-352168
10-K2013-06-24fiscal FY 2013471230001193125-13-269098
10-Q2013-02-28fiscal Q3 2013411400001193125-13-084215
10-Q2012-11-29fiscal Q2 2013411390001193125-12-485740
10-Q2012-08-30fiscal Q1 201341900001193125-12-375757
10-K2012-06-19fiscal FY 2012391040001193125-12-275378
10-Q2012-03-01fiscal Q3 2012381350001193125-12-092226
10-Q2011-12-01fiscal Q2 2012381330001193125-11-327561
10-Q2011-09-01fiscal Q1 201238880001193125-11-239164

Inspect the source

Entity
MITEL NETWORKS CORP / CIK 0001170534
Captured
SEC response SHA-256
73998c6f58c6f4f79946275a3e1a0d4721e9b3571caa8cfabae3b5186a9718ad

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