
Liberty Media Corp — Investor Relations & Filings
Liberty Media Corporation owns a portfolio of assets in the media, entertainment, and sports sectors. Its principal holdings are consolidated under the Formula One Group. This group includes the wholly-owned Formula 1®, which holds the exclusive commercial rights to the FIA Formula One World Championship, a premier global motor racing competition. The group also holds a majority ownership stake in Dorna Sports, S.L., the exclusive commercial rights holder for the FIM MotoGP™ World Championship, the world's leading motorcycle racing series. Additionally, Liberty Media fully owns Quint, a provider of official ticket and hospitality packages for prominent sports and entertainment events. The company's portfolio is complemented by minority investments in related businesses, including experiential entertainment concepts and motorsports teams.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K - Liberty Media Corp (0001560385) (Filer) | 2026-05-11 | English | |
| 10-Q - Liberty Media Corp (0001560385) (Filer) | 2026-05-07 | English | |
| ARS - Liberty Media Corp (0001560385) (Filer) | 2026-03-26 | English | |
| 8-K - LIBERTY MEDIA CORP (0001560385) (Filer) | 2026-02-26 | English | |
| 10-K - LIBERTY MEDIA CORP (0001560385) (Filer) | 2026-02-26 | English | |
| 8-K - LIBERTY MEDIA CORP (0001560385) (Filer) | 2026-02-25 | English |
Market data
Market data not available
Price history
Peer group · Other sports activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Twenty-four seven Holdings Inc.
Operates personal training gyms, coaching services, and an …
|
7074 | JP | Arts, sports and recreation |
|
U.F.X. Enterprises Inc.
Delivers high-intensity fitness programs, group classes, an…
|
— | CA | Arts, sports and recreation |
|
World Chess PLC
A chess gaming and entertainment company and commercial par…
|
CHSS | GB | Arts, sports and recreation |
Liberty Media Corp 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/35589/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=35589 | 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=35589 | 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=35589 \ -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": 35589}, 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 Liberty Media Corp (id: 35589)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.