Skip to content

LORAL SPACE & COMMUNICATIONS INC.: filings

Every LORAL SPACE & COMMUNICATIONS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2021-11-09

The latest filing in this captured record is a 10-Q filed 2021-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. LORAL SPACE & COMMUNICATIONS 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-11-09fiscal Q3 202131930001558370-21-015323
10-Q2021-08-13fiscal Q2 202131930001558370-21-011685
10-Q2021-05-14fiscal Q1 202130630001558370-21-007282
10-K2021-03-09fiscal FY 202032640001558370-21-002586
10-Q2020-11-05fiscal Q3 202031940001558370-20-012913
10-Q2020-08-07fiscal Q2 202031940001558370-20-009772
10-Q2020-05-08fiscal Q1 202030640001558370-20-005809
10-K2020-03-12fiscal FY 201931630001558370-20-002499
10-Q2019-11-12fiscal Q3 201931940001558370-19-010637
10-Q2019-08-06fiscal Q2 201931940001558370-19-007282
10-Q2019-05-09fiscal Q1 201929610001558370-19-004684
10-K2019-03-18fiscal FY 201829600001558370-19-002187
10-Q2018-11-07fiscal Q3 201826800001144204-18-057995
10-Q2018-08-08fiscal Q2 201826790001144204-18-042494
10-Q2018-05-10fiscal Q1 201826550001144204-18-027153
10-K2018-03-15fiscal FY 2017301120001144204-18-014926
10-Q2017-11-14fiscal Q3 201727840001144204-17-059041
10-Q2017-08-08fiscal Q2 201726810001144204-17-041214
10-Q2017-05-09fiscal Q1 201727570001144204-17-025362
10-K2017-03-07fiscal FY 2016291110001144204-17-013033
10-Q2016-11-04fiscal Q3 201627800001144204-16-131730
10-Q2016-08-09fiscal Q2 201627800001144204-16-117404
10-Q2016-05-06fiscal Q1 201626530001144204-16-099603
10-K2016-02-29fiscal FY 2015301100001144204-16-084790
10-Q2015-11-09fiscal Q3 201527820001144204-15-063755
10-Q2015-08-07fiscal Q2 201527820001144204-15-047322
10-Q2015-05-08fiscal Q1 201522460001144204-15-028790
10-K2015-03-02fiscal FY 2014341270001144204-15-013290
10-Q2014-11-05fiscal Q3 201428830001144204-14-065305
10-Q2014-08-06fiscal Q2 201428790001144204-14-047403
10-Q2014-05-12fiscal Q1 201427550001144204-14-029546
10-K2014-03-03fiscal FY 2013331280001144204-14-012911
10-Q2013-11-12fiscal Q3 201331900001144204-13-060308
10-Q2013-08-08fiscal Q2 201331900001144204-13-043902
10-Q2013-05-09fiscal Q1 201331650001144204-13-027481
10-K2013-03-01fiscal FY 2012431500001144204-13-012427
10-Q2012-11-14fiscal Q3 201235940001193125-12-470579
10-Q/A2012-08-14fiscal Q2 201235950001193125-12-354679
10-Q2012-05-09fiscal Q1 201240830001193125-12-222397
10-K/A2012-03-29fiscal FY 2011421520001193125-12-139486
10-Q2011-11-09fiscal Q3 201131880000950123-11-097090
10-Q2011-08-09fiscal Q2 201131880000950123-11-075108

Inspect the source

Entity
LORAL SPACE & COMMUNICATIONS INC. / CIK 0001006269
Captured
SEC response SHA-256
f530a9c46f14d1822a895afa9d81b903672c169f2e5bd954b43a155d5fa3b339

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