Skip to content

EMMIS COMMUNICATIONS CORP: filings

Every EMMIS COMMUNICATIONS 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 2020-05-14

The latest filing in this captured record is a 10-K filed 2020-05-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. EMMIS COMMUNICATIONS 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-K2020-05-14fiscal FY 202047950001564590-20-025335
10-Q2020-01-09fiscal Q3 2020421230001564590-20-000555
10-Q2019-10-10fiscal Q2 2020421190001564590-19-036725
10-Q2019-07-11fiscal Q1 202041850001564590-19-024775
10-K2019-05-09fiscal FY 2019441170001564590-19-017430
10-Q2019-01-10fiscal Q3 2019401100000783005-19-000006
10-Q2018-10-11fiscal Q2 2019401100000783005-18-000054
10-Q2018-07-12fiscal Q1 201938780000783005-18-000039
10-K2018-05-10fiscal FY 2018421120000783005-18-000023
10-Q2018-01-11fiscal Q3 2018381020000783005-18-000005
10-Q2017-10-12fiscal Q2 2018381020000783005-17-000056
10-Q2017-07-13fiscal Q1 201837760000783005-17-000038
10-K2017-05-11fiscal FY 2017421120000783005-17-000022
10-Q2017-01-05fiscal Q3 2017381020000783005-17-000005
10-Q2016-10-06fiscal Q2 2017381020000783005-16-000110
10-Q2016-07-07fiscal Q1 201737760000783005-16-000083
10-K2016-05-05fiscal FY 2016421120000783005-16-000072
10-Q2016-01-07fiscal Q3 2016371020000783005-16-000061
10-Q2015-10-08fiscal Q2 2016371010000783005-15-000046
10-Q2015-07-09fiscal Q1 201637760000783005-15-000029
10-K2015-05-07fiscal FY 2015431450000783005-15-000023
10-Q2015-01-08fiscal Q3 2015391080000783005-15-000006
10-Q2014-10-09fiscal Q2 2015391080000783005-14-000063
10-Q2014-07-09fiscal Q1 201538780000783005-14-000045
10-K2014-05-08fiscal FY 2013421440000783005-14-000029
10-Q2014-01-09fiscal Q3 2013381040000783005-14-000007
10-Q2013-10-10fiscal Q2 2013381040000783005-13-000007
10-Q2013-06-28fiscal Q1 201338780001193125-13-275631
10-K2013-05-08fiscal FY 2012421120001193125-13-205848
10-Q2013-01-10fiscal Q3 2012401090001193125-13-008679
10-Q2012-10-11fiscal Q2 2012401090001193125-12-420370
10-Q2012-07-12fiscal Q1 201238780001193125-12-300248
10-K2012-05-10fiscal FY 2011391030001193125-12-223521
10-Q2012-01-12fiscal Q3 201136980000950123-12-000685
10-Q2011-10-13fiscal Q2 201136980000950123-11-089752

Inspect the source

Entity
EMMIS COMMUNICATIONS CORP / CIK 0000783005
Captured
SEC response SHA-256
a35602e9fed974274f3c60570e6b80a61eca1508614d382737808ca6f64331e5

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