
MOLSON COORS BEVERAGE CO — Investor Relations & Filings
Molson Coors Beverage Company is a multinational brewing and beverage company with a history of over two centuries. The company produces, markets, and distributes a diverse portfolio of owned and partner brands. Its core offerings include iconic beer brands such as Coors Light, Miller Lite, and Molson Canadian. Reflecting its evolution into a comprehensive beverage provider, the company has expanded its portfolio beyond beer to include hard seltzers, ready-to-drink cocktails, and non-alcoholic options to serve a wider range of consumer tastes and occasions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| FORM 8-K | 2026-05-27 | English | |
| FORM 8-K | 2026-05-22 | English | |
| 424B5 | 2026-05-22 | English | |
| FWP | 2026-05-20 | English | |
| 424B5 | 2026-05-20 | English | |
| 8-K - MOLSON COORS BEVERAGE CO (0000024545) (Filer) | 2026-05-08 | English |
Browse filings by year
27 years- 2026 34 filings
- 2025 76 filings
- 2024 66 filings
- 2023 76 filings
- 2022 69 filings
- 2021 89 filings
- 2020 89 filings
- 2019 107 filings
- 2018 124 filings
- 2017 121 filings
- 2016 149 filings
- 2015 112 filings
- 2014 132 filings
- 2013 117 filings
- 2012 122 filings
- 2011 104 filings
- 2010 134 filings
- 2009 132 filings
- 2008 147 filings
- 2007 153 filings
- 2006 94 filings
- 2005 197 filings
- 2004 86 filings
- 2003 66 filings
- 2002 20 filings
- 2001 9 filings
- 2000 13 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47845290 | FORM 8-K | 2026-05-27 | English | ||
| 46860592 | FORM 8-K | 2026-05-22 | English | ||
| 46860826 | 424B5 | 2026-05-22 | English | ||
| 46726566 | FWP | 2026-05-20 | English | ||
| 46668780 | 424B5 | 2026-05-20 | English | ||
| 44425914 | 8-K - MOLSON COORS BEVERAGE CO (0000024545) (Filer) | 2026-05-08 | English | ||
| 45913183 | Major Shareholding Notification 2026 | 2026-04-30 | English | ||
| 39089347 | 10-Q - MOLSON COORS BEVERAGE CO (0000024545) (Filer) | 2026-04-30 | English | ||
| 39066256 | 8-K - MOLSON COORS BEVERAGE CO (0000024545) (Filer) | 2026-04-30 | English | ||
| 45913184 | Major Shareholding Notification 2026 | 2026-04-29 | English | ||
| 45913185 | DEFA14A | 2026-04-15 | English | ||
| 33094389 | 4/A - MOLSON COORS BEVERAGE CO (0000024545) (Issuer) | 2026-03-31 | English | ||
| 33094391 | 4/A - MOLSON COORS BEVERAGE CO (0000024545) (Issuer) | 2026-03-31 | English | ||
| 33094388 | 4/A - MOLSON COORS BEVERAGE CO (0000024545) (Issuer) | 2026-03-31 | English | ||
| 33094387 | 4/A - MOLSON COORS BEVERAGE CO (0000024545) (Issuer) | 2026-03-31 | English | ||
Market data
Market data not available
Price history
Peer group · Manufacture of beer
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Chambal Breweries & Distilleries Li
Produces and distributes beer and IMFL, and trades in glass…
|
512301 | IN | Manufacturing |
|
China Resources Beer (Holdings) Company Limited
Specializes in the production, sale, and distribution of be…
|
291 | HK | Manufacturing |
|
CHONGQING BREWERY CO.,LTD.
Produces and markets local and global beer brands as part o…
|
600132 | CN | Manufacturing |
|
COMPAÑIA CERVECERIAS UNIDAS S.A.
Diversified beverage company producing and distributing alc…
|
— | CL | Manufacturing |
|
Công ty Cổ phần Bia Sài Gòn - Miền Trung
Produces and trades beer and beverages, including Saigon Be…
|
SMB | VN | Manufacturing |
|
CONSTELLATION BRANDS, INC.
An international producer and marketer of beer, wine, and s…
|
STZ | US | Manufacturing |
|
Delta Djakarta Tbk
Manufactures and distributes alcoholic beverages, primarily…
|
DLTA | ID | Manufacturing |
|
Einbecker Brauhaus AG
A brewery operating since 1378, renowned for originating th…
|
HAK | DE | Manufacturing |
|
Fujian Yanjing Huiquan Brewery Co.,Ltd
Specializes in the production, distribution, and marketing …
|
600573 | CN | Manufacturing |
|
Grupo Modelo, S.A.B. de C.V.
Produces, distributes, and markets beer brands globally as …
|
GMODELO | MX | Manufacturing |
MOLSON COORS BEVERAGE CO 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/30606/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30606 | 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=30606 | 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=30606 \ -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": 30606}, 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 MOLSON COORS BEVERAGE CO (id: 30606)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.