Skip to content

ORBCOMM Inc.: filings

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

Filing record ends 2021-08-03

The latest filing in this captured record is a 10-Q filed 2021-08-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. ORBCOMM 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-03fiscal Q2 2021511330001564590-21-040038
10-Q2021-04-29fiscal Q1 202150980001564590-21-022057
10-K2021-02-25fiscal FY 2020531300001564590-21-008963
10-Q2020-10-28fiscal Q3 2020501340001564590-20-048352
10-Q2020-08-03fiscal Q2 2020491310001564590-20-035309
10-Q2020-05-01fiscal Q1 202047930001564590-20-020450
10-K2020-02-28fiscal FY 2019531820001564590-20-007765
10-Q2019-10-30fiscal Q3 2019491270001564590-19-038668
10-Q2019-07-31fiscal Q2 2019481260001564590-19-027392
10-Q2019-05-01fiscal Q1 201945890001564590-19-014683
10-K2019-03-01fiscal FY 2018491780001564590-19-005754
10-Q2018-10-31fiscal Q3 2018451210001564590-18-025739
10-Q2018-08-02fiscal Q2 2018451210001564590-18-018729
10-Q2018-05-03fiscal Q1 201839820001564590-18-010586
10-K2018-03-01fiscal FY 2017431620001564590-18-003995
10-Q2017-11-02fiscal Q3 2017391090001564590-17-021259
10-Q2017-08-03fiscal Q2 2017391090001564590-17-015157
10-Q2017-05-04fiscal Q1 201738800001564590-17-008744
10-K2017-03-03fiscal FY 2016431620001564590-17-003356
10-Q2016-11-02fiscal Q3 2016381080001564590-16-026974
10-Q2016-08-04fiscal Q2 2016401160001564590-16-022679
10-Q2016-05-05fiscal Q1 201641840001564590-16-017894
10-K2016-03-10fiscal FY 2015441690001564590-16-014335
10-Q2015-11-05fiscal Q3 2015401150001564590-15-009604
10-Q2015-08-06fiscal Q2 2015411160001193125-15-281141
10-Q2015-05-07fiscal Q1 201541850001193125-15-177359
10-K2015-03-16fiscal FY 2014461710001193125-15-091652
10-Q2014-11-10fiscal Q3 2014421190001193125-14-406039
10-Q2014-08-08fiscal Q2 2014421180001193125-14-301059
10-Q2014-05-09fiscal Q1 201442850001193125-14-192515
10-K2014-03-17fiscal FY 2013491770001193125-14-101599
10-Q2013-11-07fiscal Q3 2013451240001193125-13-433060
10-Q2013-08-09fiscal Q2 2013451240001193125-13-328270
10-Q2013-05-10fiscal Q1 201345920001193125-13-214516
10-K2013-03-18fiscal FY 2012481820001193125-13-112208
10-Q2012-11-08fiscal Q3 2012461250001193125-12-460266
10-Q2012-08-09fiscal Q2 2012461270001193125-12-346400
10-Q2012-05-10fiscal Q1 201241840001193125-12-225350
10-K2012-03-15fiscal FY 201136910001193125-12-117588
10-Q2011-11-09fiscal Q3 2011401080000950123-11-096985
10-Q2011-08-09fiscal Q2 201135920000950123-11-075030

Inspect the source

Entity
ORBCOMM Inc. / CIK 0001361983
Captured
SEC response SHA-256
a4f336e9c6c568e638e38df1833ff3529eb2ce1cae6191ff808afebe211ebf30

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