
KROGER CO — Investor Relations & Filings
The Kroger Co. is a retail company that operates supermarkets and multi-department stores. The company's primary focus is on providing fresh food, groceries, and a wide selection of its private-label products, known as "Our Brands," many of which are produced in its own manufacturing facilities. In addition to its core grocery operations, Kroger manages a large network of in-store pharmacies that offer health services and dispense prescriptions, as well as numerous fuel centers. The company serves customers through a multi-channel model that integrates its physical stores with a digital platform offering delivery and pickup services, emphasizing convenience, value, and selection.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| S-3ASR - KROGER CO (0000056873) (Filer) | 2026-04-21 | English | |
| SCHEDULE 13G/A - KROGER CO (0000056873) (Subject) | 2026-03-27 | English | |
| 4 - KROGER CO (0000056873) (Filer) | 2026-03-03 | English | |
| 4 - KROGER CO (0000056873) (Filer) | 2026-03-03 | English | |
| 4 - KROGER CO (0000056873) (Filer) | 2026-03-03 | English | |
| 4 - KROGER CO (0000056873) (Filer) | 2026-03-03 | English |
Browse filings by year
27 years- 2026 10 filings
- 2025 146 filings
- 2024 154 filings
- 2023 106 filings
- 2022 143 filings
- 2021 128 filings
- 2020 147 filings
- 2019 140 filings
- 2018 134 filings
- 2017 174 filings
- 2016 182 filings
- 2015 224 filings
- 2014 250 filings
- 2013 200 filings
- 2012 191 filings
- 2011 141 filings
- 2010 138 filings
- 2009 121 filings
- 2008 182 filings
- 2007 157 filings
- 2006 146 filings
- 2005 155 filings
- 2004 150 filings
- 2003 123 filings
- 2002 78 filings
- 2001 23 filings
- 2000 24 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
10 filings
| |||||
| 34934322 | S-3ASR - KROGER CO (0000056873) (Filer) | 2026-04-21 | English | ||
| 33061293 | SCHEDULE 13G/A - KROGER CO (0000056873) (Subject) | 2026-03-27 | English | ||
| 32876923 | 4 - KROGER CO (0000056873) (Filer) | 2026-03-03 | English | ||
| 32876924 | 4 - KROGER CO (0000056873) (Filer) | 2026-03-03 | English | ||
| 32876926 | 4 - KROGER CO (0000056873) (Filer) | 2026-03-03 | English | ||
| 32876927 | 4 - KROGER CO (0000056873) (Filer) | 2026-03-03 | English | ||
| 32876928 | 4 - KROGER CO (0000056873) (Filer) | 2026-03-03 | English | ||
| 20272896 | SCHEDULE 13G/A Filing | 2026-02-10 | English | ||
| 20272917 | 8-K Filing | 2026-02-09 | English | ||
| 15938499 | 4 Filing | 2026-01-05 | English | ||
|
2025
5 filings
| |||||
| 15938502 | 4 Filing | 2025-12-22 | English | ||
| 15938498 | 4 Filing | 2025-12-22 | English | ||
| 15938505 | 10-Q Filing | 2025-12-12 | English | ||
| 15938518 | 4 Filing | 2025-12-10 | English | ||
| 15938507 | 4 Filing | 2025-12-09 | English | ||
Market data
Market data not available
Price history
Peer group · Non-specialized retail sale with food, beverages or tobacco predominating
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BGF CO., LTD.
Investment holding company with subsidiaries in retail, foo…
|
027410 | KR | Wholesale and retail trade |
|
BGF retail CO., LTD.
Operates a franchise network of convenience stores with int…
|
282330 | KR | Wholesale and retail trade |
|
BİM BİRLEŞİK MAĞAZALAR A.Ş.
Operates hard-discount stores offering basic goods and priv…
|
BIMAS | TR | Wholesale and retail trade |
|
BinDawood Holding Co.
Retail operator of grocery and FMCG via hypermarkets, super…
|
4161 | SA | Wholesale and retail trade |
|
BJ's Wholesale Club Holdings, Inc.
Operator of membership-only warehouse clubs offering grocer…
|
BJ | US | Wholesale and retail trade |
|
BOXER RETAIL LIMITED
A leading soft discount supermarket specializing in essenti…
|
BOXE | ZA | Wholesale and retail trade |
|
Carrefour
A global food commerce and retail leader operating a multi-…
|
CA | FR | Wholesale and retail trade |
|
CARREFOURSA CARREFOUR SABANCI TİCARET MERKEZİ A.Ş.
Retail operator of multi-format stores selling food and non…
|
CRFSA | TR | Wholesale and retail trade |
|
CASEYS GENERAL STORES INC
A chain of convenience stores offering fuel, groceries, and…
|
CASY | US | Wholesale and retail trade |
|
Casino, Guichard-Perrachon SA
A retail group refocused on convenience stores and property…
|
CO | FR | Wholesale and retail trade |
KROGER 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/30047/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30047 | 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=30047 | 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=30047 \ -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": 30047}, 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 KROGER CO (id: 30047)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.