
Coca-Cola Consolidated, Inc. — Investor Relations & Filings
Coca-Cola Consolidated, Inc. is the largest Coca-Cola bottler in the United States. The company is engaged in the manufacturing, packaging, marketing, selling, and distribution of nonalcoholic beverages. It offers a broad portfolio of over 300 brands and flavors from The Coca-Cola Company and other partner companies. The company distributes its products to a wide range of customers, including grocery stores, mass merchandisers, convenience stores, restaurants, and entertainment venues. Serving approximately 60 million consumers across 14 states and Washington, D.C., the company operates through a network of manufacturing facilities and distribution centers to deliver its beverage portfolio.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-13 | English | |
| 10-Q | 2026-05-06 | English | |
| 8-K | 2026-05-06 | English | |
| Major Shareholding Notification 2026 | 2026-04-29 | English | |
| Major Shareholding Notification 2026 | 2026-04-29 | English | |
| SCHEDULE 13G/A - Coca-Cola Consolidated, Inc. (0000317540) (Subject) | 2026-03-26 | English |
Browse filings by year
33 years- 2026 15 filings
- 2025 24 filings
- 2024 38 filings
- 2023 24 filings
- 2022 23 filings
- 2021 17 filings
- 2020 29 filings
- 2019 23 filings
- 2018 28 filings
- 2017 38 filings
- 2016 40 filings
- 2015 46 filings
- 2014 37 filings
- 2013 21 filings
- 2012 17 filings
- 2011 24 filings
- 2010 31 filings
- 2009 25 filings
- 2008 22 filings
- 2007 41 filings
- 2006 32 filings
- 2005 31 filings
- 2004 15 filings
- 2003 29 filings
- 2002 24 filings
- 2001 10 filings
- 2000 9 filings
- 1999 17 filings
- 1998 10 filings
- 1997 14 filings
- 1996 16 filings
- 1995 10 filings
- 1994 9 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46067974 | 8-K | 2026-05-13 | English | ||
| 46068006 | 10-Q | 2026-05-06 | English | ||
| 46068013 | 8-K | 2026-05-06 | English | ||
| 46068016 | Major Shareholding Notification 2026 | 2026-04-29 | English | ||
| 46068019 | Major Shareholding Notification 2026 | 2026-04-29 | English | ||
| 33051535 | SCHEDULE 13G/A - Coca-Cola Consolidated, Inc. (0000317540) (Subject) | 2026-03-26 | English | ||
| 33016233 | DEFA14A - Coca-Cola Consolidated, Inc. (0000317540) (Filer) | 2026-03-23 | English | ||
| 46068032 | DEF 14A | 2026-03-23 | English | ||
| 46068078 | ARS | 2026-03-23 | English | ||
| 46068034 | Major Shareholding Notification 2026 | 2026-03-05 | English | ||
| 46068035 | Major Shareholding Notification 2026 | 2026-02-26 | English | ||
| 32879547 | 10-K - COCA-COLA CONSOLIDATED, INC. (0000317540) (Filer) | 2026-02-18 | English | ||
| 32879546 | 8-K - COCA-COLA CONSOLIDATED, INC. (0000317540) (Filer) | 2026-02-18 | English | ||
| 17929519 | 3 Filing | 2026-01-08 | English | ||
| 17929512 | 3 Filing | 2026-01-08 | English | ||
Market data
Market data not available
Price history
Peer group · Manufacture of soft drinks; production of mineral waters and other bottled waters
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CENTR Brands Corp.
Develops and sells non-alcoholic functional beverages infus…
|
CNTR | CA | Manufacturing |
|
CHENGDE LOLO CO.,LTD
Develops and sells plant-based protein beverages, specializ…
|
000848 | CN | Manufacturing |
|
China Foods Limited
Bottling, distribution, and marketing of Coca-Cola system b…
|
506 | BM | Manufacturing |
|
China Resources Beverage (Holdings) Company Limited
Specializes in manufacturing and distributing packaged wate…
|
2460 | HK | Manufacturing |
|
Coca-Cola Bottlers Japan Holdings Inc.
Manufactures, sells, and distributes a wide variety of non-…
|
2579 | JP | Manufacturing |
|
COCA COLA CO
Manufactures and sells non-alcoholic beverage concentrates …
|
KO | US | Manufacturing |
|
COCA COLA EMBONOR S.A.
Produces and distributes non-alcoholic beverages, focusing …
|
— | CL | Manufacturing |
|
COCA-COLA EUROPACIFIC PARTNERS PLC
The world's largest independent Coca-Cola bottler by revenu…
|
CCEP | GB | Manufacturing |
|
COCA COLA FEMSA SAB DE CV
The world's largest franchise bottler of Coca-Cola products…
|
KOF | MX | Manufacturing |
|
Coca-Cola HBC AG
A consumer packaged goods business and strategic bottling p…
|
EEE | CH | Manufacturing |
Coca-Cola Consolidated, 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/30596/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30596 | 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=30596 | 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=30596 \ -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": 30596}, 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 Coca-Cola Consolidated, Inc. (id: 30596)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.