Skip to content

RMG Networks Holding Corp: 10-Q filed 2013-11-14

What RMG Networks Holding Corp reported in its quarterly report filed 2013-11-14 (fiscal Q3 2013): 11 published measures, 19 facts as tagged in accession 0001398432-13-000751.

This filing

Form
10-Q (quarterly report)
Filed
2013-11-14
Fiscal period
fiscal Q3 2013
Accession
0001398432-13-000751 on SEC EDGAR

Values are as tagged in this filing. A later filing can restate them; each measure links to its history page, which shows the latest-filed value per period. All RMG Networks Holding Corp filings.

Reported measures

Revenue

Revenue under this specific accounting concept. A missing value is not zero; filers can use other revenue concepts.

PeriodValueUnitDays
2013-01-01 to 2013-09-3030,632,850USD273
2012-02-01 to 2012-10-3127,369,234USD274

Net property, plant and equipment

Carrying amount of property, plant and equipment after accumulated depreciation, depletion and amortization. It is not replacement cost or market value.

PeriodValueUnitDays
At 2013-09-301,948,797USD
At 2013-01-31963,069USD

Net finite-lived intangible assets

Finite-lived intangible assets after amortization. This excludes goodwill and should not be combined with indefinite-lived intangible assets without checking scope.

PeriodValueUnitDays
At 2013-09-3037,149,671USD
At 2013-01-31684,443USD

Common-stock repurchase payments

Cash paid to reacquire common stock during the period. This is not an authorization limit or a direct measure of the net change in share count.

PeriodValueUnitDays
2013-04-01 to 2013-04-0845,500,000USD8

Common shares outstanding

Common shares outstanding at the reporting date. This point-in-time count differs from the weighted-average shares used for earnings per share and can exclude other share classes.

PeriodValueUnitDays
At 2013-09-3011,770,583shares

Gross property, plant and equipment

Cost of property, plant and equipment before accumulated depreciation. Historical cost does not indicate current value or replacement cost.

PeriodValueUnitDays
At 2013-09-302,299,704USD
At 2013-01-315,169,309USD

Accumulated depreciation on property, plant and equipment

Cumulative depreciation, depletion and amortization recorded against property, plant and equipment. It measures cost allocation to date, not physical wear or market value.

PeriodValueUnitDays
At 2013-09-30350,907USD
At 2013-01-314,206,240USD

Accrued current liabilities

Current obligations accrued for goods and services received but not yet invoiced or paid. This is one component of current liabilities, not all short-term obligations.

PeriodValueUnitDays
At 2013-09-303,562,635USD
At 2013-01-311,925,901USD

Depreciation expense

Depreciation recognized for the period under this concept. It is a noncash allocation of asset cost and may exclude amortization and depletion reported elsewhere.

PeriodValueUnitDays
2013-04-20 to 2013-09-30350,907USD164
2012-02-01 to 2012-10-31248,307USD274

Amortization of intangible assets

Amortization recognized on finite-lived intangible assets. It follows acquisition accounting and does not indicate the intangibles are losing usefulness at that rate.

PeriodValueUnitDays
2013-04-20 to 2013-09-302,651,329USD164
2012-02-01 to 2012-10-31683,797USD274

Proceeds from issuing common stock

Cash received from issuing common stock during the period. It is gross of costs only where the filer reports it so, and it does not include noncash issuances.

PeriodValueUnitDays
2013-08-01 to 2013-08-3139,100,000USD31

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"])))