Skip to content

Townsquare Media, Inc.: filings

Every Townsquare Media, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

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-Q2026-08-06fiscal Q2 2026511460001499832-26-000045
10-Q2026-05-11fiscal Q1 2026511060001499832-26-000031
10-K2026-03-16fiscal FY 2025521050001499832-26-000020
10-Q2025-11-10fiscal Q3 2025521520001499832-25-000124
10-Q2025-08-06fiscal Q2 2025521480001499832-25-000116
10-Q2025-05-08fiscal Q1 2025521080001499832-25-000074
10-K2025-03-17fiscal FY 2024561110001499832-25-000040
10-Q2024-11-07fiscal Q3 2024491390001499832-24-000130
10-Q2024-08-07fiscal Q2 2024491350001499832-24-000114
10-Q2024-05-09fiscal Q1 202448990001499832-24-000082
10-K2024-03-15fiscal FY 2023511020001499832-24-000035
10-Q2023-11-09fiscal Q3 2023481360001499832-23-000109
10-Q2023-08-09fiscal Q2 2023481310001499832-23-000086
10-Q2023-05-10fiscal Q1 202347970001499832-23-000061
10-K2023-03-16fiscal FY 2022521040001499832-23-000042
10-Q2022-11-09fiscal Q3 2022491390001499832-22-000093
10-K/A2022-11-07fiscal FY 2021521050001499832-22-000085
10-Q2022-08-09fiscal Q2 2022491350001499832-22-000060
10-Q2022-05-10fiscal Q1 202248990001499832-22-000045
10-K2022-03-16fiscal FY 2021521050001499832-22-000027
10-Q2021-11-05fiscal Q3 2021491430001499832-21-000090
10-Q2021-08-06fiscal Q2 2021491390001499832-21-000082
10-Q2021-05-10fiscal Q1 2021491050001499832-21-000064
10-K2021-03-16fiscal FY 2020521280001499832-21-000046
10-Q2020-11-09fiscal Q3 2020481410001499832-20-000074
10-Q2020-08-10fiscal Q2 2020481370001499832-20-000060
10-Q2020-06-18fiscal Q1 2020481030001499832-20-000042
10-K2020-06-09fiscal FY 2019541890001499832-20-000033
10-Q2019-11-08fiscal Q3 2019481620001499832-19-000079
10-Q2019-08-12fiscal Q2 2019481410001499832-19-000058
10-Q2019-05-07fiscal Q1 201948990001499832-19-000039
10-K2019-03-12fiscal FY 2018481690001499832-19-000018
10-Q2018-11-06fiscal Q3 2018461320001499832-18-000116
10-Q2018-08-08fiscal Q2 2018441280001499832-18-000071
10-Q2018-05-08fiscal Q1 201842890001628280-18-006128
10-K2018-03-13fiscal FY 2017431440001628280-18-003129
10-Q2017-11-07fiscal Q3 2017421140001499832-17-000048
10-Q2017-08-09fiscal Q2 2017421140001499832-17-000040
10-Q2017-05-09fiscal Q1 201742820001499832-17-000029
10-K2017-03-13fiscal FY 2016431440001499832-17-000011
10-Q2016-11-08fiscal Q3 2016431160001499832-16-000128
10-Q2016-08-04fiscal Q2 2016411120001499832-16-000111
10-Q2016-05-10fiscal Q1 201640780001499832-16-000100
10-K2016-02-26fiscal FY 201541990001499832-16-000089
10-Q2015-11-09fiscal Q3 2015411020001499832-15-000077
10-Q2015-08-05fiscal Q2 2015401000001499832-15-000060
10-Q2015-05-07fiscal Q1 201535680001499832-15-000044
10-K2015-03-16fiscal FY 201441970001499832-15-000019
10-Q2014-11-06fiscal Q3 201437910001499832-14-000054
10-Q2014-09-02fiscal Q2 201432780001499832-14-000034

Inspect the source

Entity
Townsquare Media, Inc. / CIK 0001499832
Captured
2026-09-20T09:11:24.649Z
SEC response SHA-256
4fd630b4a0f825bcb6092b4f707f39b7d7345b56483c6a88844ddb34e5447758

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