
KD — Investor Relations & Filings
KD Group is an investment holding company that has transitioned from its historical focus as a major financial services group. Previously, its principal activities centered on insurance and asset management. Following the divestment of these core financial operations, the company has reoriented its strategy towards acquiring and developing businesses in new growth sectors. This strategic shift is exemplified by its investments in technology and sustainable energy, including the acquisition of a company specializing in electric vehicle charging infrastructure and energy management software.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Nerevidirano polletno poročilo o poslovanju Skupine KD in družbe KD d.d. | 2024-09-26 | Slovene | |
| Sprejeti sklepi 33. skupščine KD d.d. | 2024-05-15 | Slovene | |
| Obvestilo o sprejetih sklepih 33. skupščine delničarjev družbe KD d.d. | 2024-05-15 | Slovene | |
| Poročilo o prejemkih organa vodenja in nadzora ter izvršnega direktorja v družbi KD d.d. v poslovnem letu 2023 | 2024-05-15 | Slovene | |
| Poročilo o prejemkih organa vodenja in nadzora ter izvršnega direktorja družbi KD d.d. v poslovnem letu 2023 | 2024-05-15 | Slovene | |
| - Obvestilo o poslih oseb, ki opravljajo poslovodne naloge, in z njimi povezanih oseb | 2024-04-23 | Slovene |
Market data
Market data not available
Price history
Peer group · Other personal service activities n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Airbomb.com Inc.
Corporate entity with indeterminate status; lacks public fi…
|
— | CA | Other service activities |
|
Blue Fyre One Inc.
Corporate entity identified as a provider of goods and serv…
|
BLFR | CA | Other service activities |
|
EMnI Co., Ltd.
Manufactures OLED materials, LCD BLUs, and distributes OLED…
|
083470 | KR | Other service activities |
|
EPUJA SPIRITECH LIMITED
Digital platform for remote rituals, puja bookings, and spi…
|
532092 | IN | Other service activities |
|
Friends S.p.A.
An entity with no verifiable information on its business ac…
|
AMI | IT | Other service activities |
|
Inside Park Spółka Akcyjna
A registered joint-stock company with no publicly available…
|
ISDP | PL | Other service activities |
|
LOVE GROUP GLOBAL LTD
Provides online dating, premium matchmaking, and social eve…
|
LVE | AU | Other service activities |
|
ME Group International PLC
Develops and operates a diverse range of self-service vendi…
|
MEGP | GB | Other service activities |
KD 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/2001/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=2001 | 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=2001 | 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=2001 \ -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": 2001}, 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 KD (id: 2001)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.