Skip to content

SALEM MEDIA GROUP, INC.: filings

Every SALEM MEDIA GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2023-11-13

The latest filing in this captured record is a 10-Q filed 2023-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. SALEM MEDIA GROUP, 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-Q2023-11-13fiscal Q3 2023511440001193125-23-276229
10-Q2023-08-09fiscal Q2 2023511400001193125-23-206423
10-Q2023-05-10fiscal Q1 2023511040001193125-23-139597
10-K2023-03-13fiscal FY 2022531060001193125-23-067859
10-Q2022-11-04fiscal Q3 2022511440001193125-22-277063
10-Q2022-08-05fiscal Q2 2022511400001193125-22-212737
10-Q2022-05-10fiscal Q1 2022511040001193125-22-146411
10-K2022-03-04fiscal FY 2021521060001193125-22-066029
10-Q2021-11-05fiscal Q3 2021491420001193125-21-320441
10-Q2021-08-05fiscal Q2 2021491350001193125-21-236678
10-Q2021-05-07fiscal Q1 2021491000001193125-21-153558
10-K2021-03-04fiscal FY 2020511040001193125-21-069290
10-Q2020-11-13fiscal Q3 2020481360001193125-20-291866
10-Q2020-08-07fiscal Q2 2020481320001193125-20-213730
10-Q2020-06-02fiscal Q1 202047960001193125-20-157498
10-K2020-03-13fiscal FY 201949990001193125-20-071771
10-Q2019-11-12fiscal Q3 2019471340001564590-19-042996
10-Q2019-08-09fiscal Q2 2019471310001193125-19-217106
10-Q2019-05-10fiscal Q1 201948990001193125-19-144346
10-K2019-03-13fiscal FY 201847970001193125-19-072280
10-Q2018-11-08fiscal Q3 2018441190001193125-18-321219
10-Q2018-08-09fiscal Q2 2018421170001144204-18-042910
10-Q2018-05-10fiscal Q1 201842850001144204-18-027026
10-K2018-03-16fiscal FY 2017451750001144204-18-015007
10-Q2017-11-08fiscal Q3 2017411130001144204-17-057180
10-Q2017-08-08fiscal Q2 2017371030001144204-17-040947
10-Q2017-05-08fiscal Q1 201737770001144204-17-024997
10-K2017-03-10fiscal FY 2016411610001144204-17-014049
10-Q2016-11-09fiscal Q3 2016381060001144204-16-132730
10-Q2016-08-05fiscal Q2 2016381060001144204-16-116834
10-Q2016-05-06fiscal Q1 201638780001144204-16-099613
10-K2016-03-11fiscal FY 2015401570001144204-16-087583
10-Q2015-11-09fiscal Q3 2015371010001144204-15-063670
10-Q2015-08-07fiscal Q2 201536980001144204-15-047279
10-Q2015-05-08fiscal Q1 201535720001144204-15-028750
10-K2015-03-13fiscal FY 2014421580001144204-15-015976
10-Q2014-11-07fiscal Q3 201436990001193125-14-402917
10-Q2014-08-08fiscal Q2 201436980001193125-14-302889
10-Q2014-05-09fiscal Q1 201437740001193125-14-192695
10-K2014-03-03fiscal FY 2013421610001193125-14-080651
10-Q2013-11-08fiscal Q3 201335970001193125-13-434766
10-Q2013-08-09fiscal Q2 201335970001193125-13-329064
10-Q2013-05-10fiscal Q1 201335710001193125-13-214441
10-K2013-03-01fiscal FY 2012401570001193125-13-087605
10-Q2012-11-09fiscal Q3 201235970001193125-12-463172
10-Q2012-08-09fiscal Q2 201236980001193125-12-347688
10-Q2012-05-04fiscal Q1 201233680001193125-12-211581
10-K2012-03-09fiscal FY 201133870001193125-12-107113
10-Q2011-11-04fiscal Q3 201136960001193125-11-297173
10-Q2011-08-08fiscal Q2 201136960001193125-11-214464

Inspect the source

Entity
SALEM MEDIA GROUP, INC. / CIK 0001050606
Captured
SEC response SHA-256
d39c3a57c0895fe2a6617bb9f8804cc37aca7ec81a2f4ac09542329e60c7e10d

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