
Kesko Oyj — Investor Relations & Filings
Kesko is a trading sector company that operates through three main divisions: grocery trade, building and technical trade, and car trade. The company provides a wide range of products and services to both consumer and business-to-business customers. Its building and technical trade division engages in the wholesale and retail of building materials, home improvement products, and HEPAC and electrical supplies. The grocery trade division manages food retail operations, while the car trade division focuses on vehicle sales and related services. The company's strategic objective is to achieve a profitable growth rate that exceeds that of the market in all its business lines.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 04306987.pdf | 2026-04-30 | Finnish | |
| Kesko Oyj - Johdon liiketoimet (Jussi Perälä) | 2026-04-30 | Finnish | |
| 04306988.pdf | 2026-04-30 | English | |
| Kesko Oyj - Managers' Transactions (Jussi Perälä) | 2026-04-30 | English | |
| 04306980.pdf | 2026-04-30 | English | |
| Kesko Oyj - Managers' Transactions (Pauli Jaakola) | 2026-04-30 | English |
Browse filings by year
19 years- 2026 106 filings
- 2025 212 filings
- 2024 265 filings
- 2023 120 filings
- 2022 147 filings
- 2021 178 filings
- 2020 148 filings
- 2019 124 filings
- 2018 151 filings
- 2017 75 filings
- 2016 100 filings
- 2015 106 filings
- 2014 185 filings
- 2013 129 filings
- 2012 121 filings
- 2011 164 filings
- 2010 99 filings
- 2009 62 filings
- 2008 99 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39083588 | 04306987.pdf | 2026-04-30 | Finnish | ||
| 39083586 | Kesko Oyj - Johdon liiketoimet (Jussi Perälä) | 2026-04-30 | Finnish | ||
| 39083577 | 04306988.pdf | 2026-04-30 | English | ||
| 39083575 | Kesko Oyj - Managers' Transactions (Jussi Perälä) | 2026-04-30 | English | ||
| 39083599 | 04306980.pdf | 2026-04-30 | English | ||
| 39083596 | Kesko Oyj - Managers' Transactions (Pauli Jaakola) | 2026-04-30 | English | ||
| 39083609 | 04306979.pdf | 2026-04-30 | Finnish | ||
| 39083607 | Kesko Oyj - Johdon liiketoimet (Pauli Jaakola) | 2026-04-30 | Finnish | ||
| 39083630 | 04306968.pdf | 2026-04-30 | Finnish | ||
| 39083628 | Kesko Oyj - Johdon liiketoimet (Jannica Fagerholm) | 2026-04-30 | Finnish | ||
| 39083620 | 04306969.pdf | 2026-04-30 | English | ||
| 39083619 | Kesko Oyj - Managers' Transactions (Jannica Fagerholm) | 2026-04-30 | English | ||
| 39083650 | 04306960.pdf | 2026-04-30 | Finnish | ||
| 39083648 | Kesko Oyj - Johdon liiketoimet (Tiina Alahuhta-Kasko) | 2026-04-30 | Finnish | ||
| 39083638 | 04306961.pdf | 2026-04-30 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Kesko Oyj, but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available — coming soon. |
Market data
Market data not available
Price history
Peer group · Non-specialized retail sale with food, beverages or tobacco predominating
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CHOPPIES ENTERPRISES LIMITED
A leading multinational grocery and general merchandise ret…
|
CHP | BW | Wholesale and retail trade |
|
CK Hutchison Holdings Limited
Multinational conglomerate operating in ports, retail, infr…
|
1 | KY | Wholesale and retail trade |
|
C K K Retail Mart Limited
Retailer of FMCG, groceries, and household goods through ma…
|
CKKRETAIL | IN | Wholesale and retail trade |
|
COLES GROUP LIMITED.
Retailer of groceries, liquor, and household goods with onl…
|
COL | AU | Wholesale and retail trade |
|
Colruyt N.V.
A retail corporation operating in food, non-food, health, a…
|
COLR | BE | Wholesale and retail trade |
|
COMPANHIA BRASILEIRA DE DISTRIBUIÇÃO
Operates multi-format retail stores and e-commerce for food…
|
— | BR | Wholesale and retail trade |
|
Công ty Cổ phần Tập đoàn MaSan
Leading consumer conglomerate in retail, F&B, meat, financi…
|
MSN | VN | Wholesale and retail trade |
|
Controladora Comercial Mexicana, S.A.B. de C.V.
Operates specialized supermarkets and manages retail-relate…
|
COMERCI | MX | Wholesale and retail trade |
|
DAIKOKUTENBUSSAN CO.,LTD.
Operates 24-hour discount supermarkets offering low-priced …
|
2791 | JP | Wholesale and retail trade |
|
DFI Retail Group Holdings Ltd
A pan-Asian retailer operating a diverse portfolio of consu…
|
DFIR | BM | Wholesale and retail trade |
Kesko Oyj 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/3222/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=3222 | 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=3222 | 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=3222 \ -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": 3222}, 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 Kesko Oyj (id: 3222)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.