Skip to content

Inventergy Global, Inc.: filings

Every Inventergy Global, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 filings, each linked to its SEC index.

Filing record ends 2017-11-13

The latest filing in this captured record is a 10-Q filed 2017-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. Inventergy Global, 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-Q2017-11-13fiscal Q3 2017381060001144204-17-057917
10-Q2017-08-14fiscal Q2 2017351000001144204-17-043181
10-Q2017-05-15fiscal Q1 201731630001144204-17-027547
10-K2017-03-31fiscal FY 201637760001144204-17-018214
10-Q2016-11-14fiscal Q3 201634960001144204-16-134392
10-Q2016-08-15fiscal Q2 2016381120001144204-16-119516
10-Q2016-05-11fiscal Q1 201634710001144204-16-100944
10-K2016-04-04fiscal FY 201540820001144204-16-092554
10-Q2015-11-10fiscal Q3 201535920001144204-15-063983
10-Q2015-08-07fiscal Q2 2015391100001144204-15-047090
10-Q2015-05-15fiscal Q1 201535730001144204-15-031091
10-K2015-03-31fiscal FY 201441850001144204-15-020239
10-Q2014-11-13fiscal Q3 201435910001144204-14-067771
10-Q2014-08-14fiscal Q2 201437940001144204-14-050321
10-Q2014-06-03fiscal Q3 201435970001144204-14-035338
10-Q2014-03-14fiscal Q2 201435970001144204-14-015714
10-Q2013-12-13fiscal Q1 201435720001144204-13-067166
10-K2013-11-12fiscal FY 201341840001144204-13-060627
10-Q2013-06-14fiscal Q3 2013401190001144204-13-034858
10-Q2013-03-15fiscal Q2 2013401120001193125-13-109062
10-Q2012-12-14fiscal Q1 201340820001193125-12-503304
10-K2012-10-29fiscal FY 201244880001193125-12-439887
10-Q2012-06-12fiscal Q3 2012391120001193125-12-268004
10-Q2012-03-13fiscal Q2 2012391070001193125-12-112017
10-Q2011-12-13fiscal Q1 201240800001193125-11-339509

Inspect the source

Entity
Inventergy Global, Inc. / CIK 0001084752
Captured
SEC response SHA-256
e05e574821136877d9f3070254e7e443e4357474e51f7c84295a5e4b6be6b8b2

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