Cumulus Media Inc.: 10-Q filed 2019-08-08
What Cumulus Media Inc. reported in its quarterly report filed 2019-08-08 (fiscal Q2 2019): 8 published measures, 17 facts as tagged in accession 0001058623-19-000035.
This filing
- Form
- 10-Q (quarterly report)
- Filed
- 2019-08-08
- Fiscal period
- fiscal Q2 2019
- Accession
- 0001058623-19-000035 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.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2019-04-01 to 2019-06-30 | -17,000,000 | USD | 91 |
| 2019-01-01 to 2019-06-30 | 16,800,000 | USD | 181 |
| 2018-06-04 to 2018-06-30 | 2,600,000 | USD | 27 |
| 2018-04-01 to 2018-06-03 | -176,700,000 | USD | 64 |
| 2018-01-01 to 2018-06-03 | -176,900,000 | USD | 154 |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2019-06-30 | 154,501,000 | USD | |
| At 2018-12-31 | 172,351,000 | USD |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2019-01-01 | 156,100,000 | USD |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2019-06-30 | 149,355,000 | USD | |
| At 2019-01-01 | 154,500,000 | USD |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2019-06-30 | 1,096,406,000 | USD | |
| At 2018-12-31 | 1,243,299,000 | USD |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2019-06-30 | 1,023,461,000 | USD | |
| At 2018-12-31 | 1,129,187,000 | USD |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2019-01-01 to 2019-06-30 | 14,783,000 | USD | 181 |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2019-04-01 to 2019-06-30 | 5,298,000 | USD | 91 |
| 2019-01-01 to 2019-06-30 | 10,501,000 | USD | 181 |
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.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
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"])))