Skip to content

TELIGENT, INC.: filings

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

Filing record ends 2021-08-16

The latest filing in this captured record is a 10-Q filed 2021-08-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. TELIGENT, 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-08-16fiscal Q2 2021491310001628280-21-017093
10-Q2021-05-24fiscal Q1 2021481000001628280-21-010979
10-K2021-05-04fiscal FY 2020491570001628280-21-008709
10-Q2020-12-31fiscal Q3 2020471180001628280-20-017878
10-Q2020-08-20fiscal Q2 2020461160001628280-20-012931
10-Q2020-05-27fiscal Q1 202046960001628280-20-008461
10-K2020-04-13fiscal FY 2019541640001628280-20-004877
10-Q2019-11-12fiscal Q3 2019471160001628280-19-013886
10-Q2019-08-07fiscal Q2 2019471160001628280-19-010279
10-Q2019-05-10fiscal Q1 201947970001628280-19-006554
10-K2019-04-01fiscal FY 2018521890001628280-19-003719
10-Q2018-12-12fiscal Q3 2018421080001628280-18-015025
10-Q/A2018-12-12fiscal Q2 2018421060001628280-18-015023
10-Q2018-08-09fiscal Q2 201841980001628280-18-010967
10-Q2018-05-15fiscal Q1 201840820001628280-18-006823
10-K2018-03-19fiscal FY 2017451730001628280-18-003357
10-Q/A2018-03-15fiscal Q3 201738920001628280-18-003229
10-Q2017-11-09fiscal Q3 201738920001628280-17-011356
10-Q2017-08-09fiscal Q2 201737940001628280-17-008396
10-Q2017-05-10fiscal Q1 201740820001628280-17-005365
10-K2017-03-15fiscal FY 2016441710001628280-17-002606
10-Q2016-11-08fiscal Q3 2016391060001144204-16-132446
10-Q2016-08-08fiscal Q2 2016391060001144204-16-117241
10-Q2016-05-10fiscal Q1 201639800001144204-16-100518
10-K2016-03-15fiscal FY 2015451720001144204-16-088135
10-Q2015-11-09fiscal Q3 201535940001144204-15-063819
10-Q2015-08-10fiscal Q2 201534920001144204-15-047795
10-Q2015-05-11fiscal Q1 201534700001144204-15-029427
10-K2015-03-16fiscal FY 2014421630001144204-15-016338
10-Q2014-11-13fiscal Q3 201429700001144204-14-067745
10-Q/A2014-08-12fiscal Q2 201431740000950156-14-000058
10-Q2014-05-15fiscal Q1 201435720000950156-14-000040
10-K2014-03-31fiscal FY 201338770000950156-14-000019
10-Q2013-11-14fiscal Q3 201330740000950156-13-000080
10-Q2013-08-14fiscal Q2 201330740000950156-13-000066
10-Q2013-05-15fiscal Q1 201330610000950156-13-000047
10-K2013-03-28fiscal FY 201236730000950156-13-000025
10-Q2012-11-14fiscal Q3 201231770000950156-12-000083
10-Q2012-08-13fiscal Q2 201230750000950156-12-000067
10-Q2012-05-15fiscal Q1 201228590000950156-12-000049
10-K2012-03-28fiscal FY 201132650000950156-12-000021
10-Q2011-11-14fiscal Q3 201131790000950156-11-000122
10-Q2011-08-15fiscal Q2 201128730000950156-11-000105

Inspect the source

Entity
TELIGENT, INC. / CIK 0000352998
Captured
SEC response SHA-256
58ed1cd8cc9a205c3c7c28c79dfc7789c54c541477660c2222c2e723184fd8c6

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