
Townsquare Media, Inc. — Investor Relations & Filings
Townsquare Media, Inc. is a community-focused digital media and marketing solutions company primarily serving small and mid-sized markets. The company operates a diversified portfolio across three main segments. Its Local Media division includes a large portfolio of radio stations and associated local news and entertainment websites. The Townsquare Interactive segment offers a comprehensive suite of digital marketing services to local businesses, including search engine optimization, social media management, reputation management, and web presence solutions. Additionally, the company owns and operates national digital media brands focused on music and entertainment, and produces a variety of local live events.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q - Townsquare Media, Inc. (0001499832) (Filer) | 2026-05-11 | English | |
| 8-K - Townsquare Media, Inc. (0001499832) (Filer) | 2026-05-11 | English | |
| DEFA14A - Townsquare Media, Inc. (0001499832) (Filer) | 2026-03-27 | English | |
| DEF 14A - Townsquare Media, Inc. (0001499832) (Filer) | 2026-03-27 | English | |
| 4 - Townsquare Media, Inc. (0001499832) (Issuer) | 2026-03-24 | English | |
| 144 - Townsquare Media, Inc. (0001499832) (Subject) | 2026-03-23 | English |
Market data
Market data not available
Price history
Peer group · Radio broadcasting and audio distribution activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SIRIUS XM HOLDINGS INC.
Audio entertainment company offering subscription-based mus…
|
SIRI | US | Publishing, broadcasting, and c… |
|
SOUTHERN CROSS MEDIA GROUP LIMITED
Creates and distributes audio and visual content via radio,…
|
SXL | AU | Publishing, broadcasting, and c… |
|
SPORTS ENTERTAINMENT GROUP LIMITED
Multi-platform sports media group managing radio, digital c…
|
SEG | AU | Publishing, broadcasting, and c… |
|
Spotify Technology
A global audio streaming service offering music, podcasts, …
|
639 | LU | Publishing, broadcasting, and c… |
|
Standard Radio Inc.
Major Canadian radio broadcaster operating 51 stations and …
|
— | CA | Publishing, broadcasting, and c… |
|
Telemedia Inc.
Historical major multimedia holding company and large priva…
|
8167 | CA | Publishing, broadcasting, and c… |
|
Tencent Music Entertainment Group
Online music and audio platform with streaming, social ente…
|
TME | US | Publishing, broadcasting, and c… |
Townsquare Media, Inc. via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/34077/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34077 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=34077 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=34077 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 34077}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for Townsquare Media, Inc. (id: 34077)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.