Skip to content

SPANISH BROADCASTING SYSTEM INC: filings

Every SPANISH BROADCASTING SYSTEM INC annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2020-07-06

The latest filing in this captured record is a 10-Q filed 2020-07-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. SPANISH BROADCASTING SYSTEM 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-Q2020-07-06fiscal Q1 202034690001564590-20-031836
10-K2020-03-30fiscal FY 201942810001564590-20-014282
10-Q2019-11-14fiscal Q3 201936920001564590-19-043499
10-Q2019-08-09fiscal Q2 201935910001564590-19-030994
10-Q2019-05-15fiscal Q1 201935670001564590-19-019446
10-K2019-04-01fiscal FY 201839790001564590-19-010428
10-Q2018-11-09fiscal Q3 201832820001564590-18-028963
10-Q2018-08-14fiscal Q2 201836970001564590-18-021669
10-Q2018-06-28fiscal Q1 201834680001564590-18-016354
10-K2018-05-23fiscal FY 201736730001564590-18-014225
10-Q2017-11-14fiscal Q3 201730850001564590-17-023782
10-Q2017-08-14fiscal Q2 201730850001564590-17-017695
10-Q2017-05-22fiscal Q1 201730610001564590-17-011488
10-K2017-04-20fiscal FY 201635720001564590-17-006735
10-Q2016-11-14fiscal Q3 201630860001564590-16-029255
10-Q2016-08-15fiscal Q2 201630850001564590-16-024353
10-Q2016-05-16fiscal Q1 201630600001564590-16-019537
10-K2016-04-13fiscal FY 201535730001564590-16-016156
10-Q2015-11-16fiscal Q3 201530860001564590-15-010807
10-Q2015-08-14fiscal Q2 201530850001564590-15-007415
10-Q2015-05-15fiscal Q1 201530600001564590-15-004439
10-K2015-03-31fiscal FY 201436730001564590-15-002278
10-Q2014-11-17fiscal Q3 201431890001564590-14-005843
10-Q2014-08-14fiscal Q2 201431890001564590-14-003810
10-Q2014-05-15fiscal Q1 201430620001564590-14-002256
10-K2014-04-15fiscal FY 201339790001564590-14-001519
10-Q2013-11-14fiscal Q3 201334930001564590-13-001341
10-Q2013-08-14fiscal Q2 201334930001564590-13-000371
10-Q2013-05-15fiscal Q1 201333680001564590-13-000063
10-K2013-04-01fiscal FY 201240820001193125-13-136828
10-Q2012-11-14fiscal Q3 2012361020001193125-12-469092
10-Q2012-08-14fiscal Q2 2012361020001193125-12-354145
10-Q2012-05-15fiscal Q1 201232650001193125-12-233025
10-K2012-03-30fiscal FY 201135720001193125-12-143088
10-Q2011-11-10fiscal Q3 201136990000950123-11-097630
10-Q2011-08-12fiscal Q2 201136990000950123-11-076898

Inspect the source

Entity
SPANISH BROADCASTING SYSTEM INC / CIK 0000927720
Captured
SEC response SHA-256
215cc05c705fb2b4b27bb7e2bf8a1bbdf04a1ccd3856cf3d35ce6c3b9235f5d3

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