Skip to content

RMG Networks Holding Corp: filings

Every RMG Networks Holding Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2018-08-14

The latest filing in this captured record is a 10-Q filed 2018-08-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. RMG Networks Holding Corp 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-Q2018-08-14fiscal Q2 201840850001558370-18-007076
10-Q2018-05-10fiscal Q1 201839720001047469-18-003668
10-K2018-04-04fiscal FY 201747960001558370-18-002782
10-Q2017-11-08fiscal Q3 2017381020001558370-17-008439
10-Q2017-08-03fiscal Q2 201737980001558370-17-005849
10-Q2017-05-04fiscal Q1 201735720001558370-17-003531
10-K2017-03-02fiscal FY 201647940001558370-17-001298
10-Q2016-11-03fiscal Q3 201637990001398432-16-000759
10-Q2016-08-12fiscal Q2 2016381000001398432-16-000709
10-Q2016-05-12fiscal Q1 201638750001398432-16-000652
10-K2016-03-10fiscal FY 201548960001398432-16-000497
10-Q2015-11-16fiscal Q3 2015381020001398432-15-000397
10-Q2015-08-14fiscal Q2 2015381000001398432-15-000310
10-Q2015-05-15fiscal Q1 201538780001398432-15-000243
10-K2015-04-10fiscal FY 201432670001398432-15-000158
10-Q2014-11-14fiscal Q3 201424540001398432-14-000407
10-Q2014-08-14fiscal Q2 201425550001398432-14-000310
10-Q2014-05-09fiscal Q1 201425490001398432-14-000197
10-K2014-03-31fiscal FY 201312240001398432-14-000123
10-Q2013-11-14fiscal Q3 201311190001398432-13-000751
10-Q2013-08-14fiscal Q2 201311200001398432-13-000597
10-Q2013-05-15fiscal Q1 201314360001144204-13-029117
10-K2013-03-14fiscal FY 201214420001144204-13-014995
10-Q/A2013-03-13fiscal Q3 201213410001144204-13-014796
10-Q/A2013-03-13fiscal Q2 201212390001144204-13-014794
10-Q/A2013-03-13fiscal Q1 201215320001144204-13-014792
10-K/A2013-03-13fiscal FY 201115150001144204-13-014790
10-Q/A2013-03-13fiscal Q3 201115200001144204-13-014788
10-Q/A2013-03-13fiscal Q2 201115220001144204-13-014786
10-Q2012-11-09fiscal Q3 201213410001144204-12-060645
10-Q2012-08-14fiscal Q2 201212390001144204-12-045164
10-Q2012-05-14fiscal Q1 201214290001144204-12-028312
10-K2012-03-22fiscal FY 201114140001144204-12-016570
10-Q2011-11-10fiscal Q3 201114180001144204-11-062790
10-Q2011-08-09fiscal Q2 201114190001144204-11-044735

Inspect the source

Entity
RMG Networks Holding Corp / CIK 0001512074
Captured
SEC response SHA-256
dbae307e317b66265159f989850e440940163dc8fe80689707817188a655c663

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