Skip to content

RigNet, Inc.: filings

Every RigNet, 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-03-15

The latest filing in this captured record is a 10-K filed 2021-03-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. RigNet, 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-K2021-03-15fiscal FY 2020521360001564590-21-013172
10-Q2020-11-06fiscal Q3 2020461290001564590-20-051965
10-Q2020-08-07fiscal Q2 2020461290001564590-20-038445
10-Q2020-05-11fiscal Q1 202045930001564590-20-024378
10-K2020-03-11fiscal FY 2019511890001564590-20-010128
10-Q2019-11-08fiscal Q3 2019451270001193125-19-288473
10-Q2019-08-06fiscal Q2 2019451270001193125-19-214230
10-K/A2019-05-17fiscal FY 2018491870001193125-19-150671
10-Q2019-05-10fiscal Q1 201945930001193125-19-143341
10-K/A2019-05-10fiscal FY 2018491870001193125-19-143338
10-K2019-03-15fiscal FY 2018491870001193125-19-076627
10-Q2018-11-09fiscal Q3 2018441250001193125-18-323799
10-Q2018-08-06fiscal Q2 2018441220001193125-18-239784
10-Q2018-05-07fiscal Q1 201840840001193125-18-154604
10-K2018-03-06fiscal FY 2017451750001193125-18-072202
10-Q2017-11-06fiscal Q3 2017391140001193125-17-334487
10-Q2017-08-07fiscal Q2 2017391120001193125-17-249945
10-Q2017-05-08fiscal Q1 201739820001193125-17-162825
10-K2017-03-06fiscal FY 2016451760001193125-17-071685
10-Q2016-11-07fiscal Q3 2016391130001193125-16-761701
10-Q2016-08-08fiscal Q2 2016391130001193125-16-675217
10-Q2016-05-09fiscal Q1 201638810001193125-16-583880
10-K2016-02-29fiscal FY 2015451760001193125-16-485714
10-Q2015-11-09fiscal Q3 2015401150001193125-15-371986
10-Q2015-08-04fiscal Q2 2015401150001193125-15-276565
10-Q2015-05-11fiscal Q1 201540840001193125-15-181998
10-K2015-03-02fiscal FY 2014461780001193125-15-073327
10-Q2014-11-04fiscal Q3 2014391110001193125-14-396407
10-Q2014-08-04fiscal Q2 2014391110001193125-14-293629
10-Q2014-05-12fiscal Q1 201442890001193125-14-194935
10-K2014-03-07fiscal FY 2013481850001193125-14-087213
10-Q2013-11-04fiscal Q3 2013421170001193125-13-425328
10-Q2013-08-05fiscal Q2 2013421170001193125-13-319290
10-Q2013-05-06fiscal Q1 201342890001193125-13-201906
10-K2013-03-07fiscal FY 2012481830001193125-13-096289
10-Q2012-11-08fiscal Q3 2012421180001193125-12-457973
10-Q2012-08-06fiscal Q2 2012421180001193125-12-338076
10-Q2012-05-09fiscal Q1 201240840001193125-12-222499
10-K2012-03-08fiscal FY 2011401060001193125-12-101666
10-Q2011-11-10fiscal Q3 2011401100000950123-11-097142
10-Q2011-08-11fiscal Q2 2011401100000950123-11-075740

Inspect the source

Entity
RigNet, Inc. / CIK 0001162112
Captured
SEC response SHA-256
ec03546143c4feb1b02ae58685ea26567da995b946814cdb9e3bef4ca696f485

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