Skip to content

Cumulus Media Inc.: 10-Q filed 2019-05-09

What Cumulus Media Inc. reported in its quarterly report filed 2019-05-09 (fiscal Q1 2019): 8 published measures, 12 facts as tagged in accession 0001058623-19-000028.

This filing

Form
10-Q (quarterly report)
Filed
2019-05-09
Fiscal period
fiscal Q1 2019
Accession
0001058623-19-000028 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 Cumulus Media Inc. filings.

Reported measures

Income tax expense or benefit

Current and deferred income tax expense or benefit for continuing operations. This accounting expense differs from cash taxes paid.

PeriodValueUnitDays
2019-01-01 to 2019-03-31-200,000USD90
2018-01-01 to 2018-03-31-100,000USD90

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 2019-03-31161,792,000USD
At 2018-12-31172,351,000USD

Operating lease right-of-use asset

Carrying amount of the right to use leased assets under operating leases. It reflects discounted remaining payments, not the value of the underlying property.

PeriodValueUnitDays
At 2019-03-31151,595,000USD

Operating lease liability

Present value of remaining operating lease payments. Discount-rate choices and lease terms affect the amount; it is not the sum of undiscounted future rent.

PeriodValueUnitDays
At 2019-03-31149,362,000USD
At 2019-01-01154,500,000USD

Long-term debt

Long-term borrowings under this concept, which can include the current portion depending on presentation. It is not total liabilities and may exclude leases and other obligations.

PeriodValueUnitDays
At 2018-12-311,243,299,000USD

Net intangible assets excluding goodwill

Intangible assets other than goodwill after amortization and impairment. Internally developed intangibles are usually not recognized, so this understates what a company relies on.

PeriodValueUnitDays
At 2019-03-311,043,215,000USD
At 2018-12-311,129,187,000USD

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
2019-01-01 to 2019-03-317,929,000USD90

Operating lease payments

Cash paid for operating lease liabilities during the period. It differs from lease expense recognized and excludes variable payments in some presentations.

PeriodValueUnitDays
2019-01-01 to 2019-03-318,041,000USD90

Inspect the source

Entity
Cumulus Media Inc. / CIK 0001058623
Captured
2026-09-20T05:18:05.308Z
SEC response SHA-256
06e98d33535ae73bf507287101d7436828e9056d5a2c5d0fb7db2d38c27f01ff

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