Skip to content

Pareteum Corp: filings

Every Pareteum Corp 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 2021-08-27

The latest filing in this captured record is a 10-Q filed 2021-08-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. Pareteum 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-Q2021-08-27fiscal Q1 202146940001628280-21-017682
10-Q2021-08-10fiscal Q3 2020421140001628280-21-016441
10-Q2021-07-28fiscal Q2 2020421120001628280-21-014697
10-Q2021-07-22fiscal Q1 202045960001628280-21-014268
10-Q2021-07-09fiscal Q3 2019441150001628280-21-013673
10-K2021-06-17fiscal FY 2020471200001628280-21-012457
10-K2021-03-12fiscal FY 2019491510001104659-21-035333
10-K/A2020-12-14fiscal FY 2018461770001104659-20-135062
10-Q2019-08-09fiscal Q2 2019391150001144204-19-038943
10-Q2019-05-10fiscal Q1 201941860001144204-19-025361
10-K2019-03-18fiscal FY 201844880001144204-19-014694
10-Q2018-11-14fiscal Q3 2018381050001144204-18-060001
10-Q2018-08-13fiscal Q2 2018371030001144204-18-044040
10-Q2018-05-11fiscal Q1 201836740001144204-18-027711
10-K2018-03-30fiscal FY 201740820001144204-18-018243
10-Q2017-11-14fiscal Q3 201736980001144204-17-058927
10-Q2017-08-14fiscal Q2 201735990001144204-17-043067
10-Q2017-05-15fiscal Q1 201734680001144204-17-027645
10-K2017-03-29fiscal FY 201638780001144204-17-017344
10-Q2016-11-14fiscal Q3 2016371040001144204-16-134360
10-Q2016-08-16fiscal Q2 2016361020001144204-16-119628
10-Q2016-05-16fiscal Q1 201637760001144204-16-102613
10-K2016-03-30fiscal FY 201538780001144204-16-091642
10-Q2015-11-16fiscal Q3 2015371200001144204-15-066159
10-K/A2015-10-19fiscal FY 2014353000001144204-15-059855
10-Q2015-08-10fiscal Q2 2015371200001144204-15-047874
10-Q2015-05-11fiscal Q1 201531820001144204-15-029395
10-K2015-04-03fiscal FY 2014353000001144204-15-021155
10-Q/A2014-11-21fiscal Q3 201435860001144204-14-070448
10-Q2014-08-11fiscal Q2 201434830001144204-14-048567
10-Q2014-05-12fiscal Q1 201433680001144204-14-029623
10-K/A2014-04-30fiscal FY 2013341190001144204-14-026525
10-K2014-03-31fiscal FY 2013341190001144204-14-019632
10-Q/A2013-11-13fiscal Q2 201335870001144204-13-061038
10-Q2013-11-12fiscal Q3 201336940001144204-13-060641
10-Q2013-08-09fiscal Q2 201335870001144204-13-044420
10-Q2013-05-10fiscal Q1 201334700001144204-13-027950
10-K2013-04-02fiscal FY 2012371300001144204-13-019750
10-Q2012-11-08fiscal Q3 201236940001144204-12-060522
10-Q/A2012-08-24fiscal Q2 201235890001144204-12-047944
10-Q2012-05-10fiscal Q1 201233660001144204-12-027648
10-K2012-03-30fiscal FY 201131790001144204-12-019020
10-Q2011-11-14fiscal Q3 201131800001144204-11-063811
10-Q/A2011-08-18fiscal Q2 201131810001144204-11-048378

Inspect the source

Entity
Pareteum Corp / CIK 0001084384
Captured
SEC response SHA-256
213e3295d0c392c663f90ef3b611a5b9696e729a31524945a2c69f6d43bf2422

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