
K3 BUSINESS TECHNOLOGY GROUP PLC — Investor Relations & Filings
K3 Business Technology Group PLC is a provider of integrated business technology solutions specializing in the fashion, apparel, retail, manufacturing, and distribution sectors. The company develops, delivers, and supports industry-specific software, including Enterprise Resource Planning (ERP) and supply chain management systems, primarily built on Microsoft platforms like Dynamics 365. K3's solutions are designed to manage the entire concept-to-consumer lifecycle, from product development to customer experience. The group also incorporates AI capabilities to help clients automate processes and enhance operational efficiency, providing comprehensive support through implementation and customer service.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Group of companies' accounts made up to 2025-11-30 | 2026-04-25 | English | |
| Holding(s) in Company | 2025-07-25 | English | |
| Result of Tender Offer | 2025-07-21 | English | |
| Result of General Meeting | 2025-07-18 | English | |
| Proposed Tender Offer, Cancellation & Notice of GM | 2025-07-02 | English | |
| Interim accounts made up to 2025-06-21 | 2025-07-01 | English |
Browse filings by year
35 years- 2026 1 filing
- 2025 20 filings
- 2024 24 filings
- 2023 30 filings
- 2022 27 filings
- 2021 36 filings
- 2020 25 filings
- 2019 14 filings
- 2018 14 filings
- 2017 34 filings
- 2016 33 filings
- 2015 29 filings
- 2014 45 filings
- 2013 24 filings
- 2012 1 filing
- 2011 1 filing
- 2010 2 filings
- 2009 1 filing
- 2008 1 filing
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2004 1 filing
- 2003 1 filing
- 2002 1 filing
- 2001 1 filing
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 1 filing
- 1996 1 filing
- 1995 1 filing
- 1994 2 filings
- 1993 1 filing
- 1991 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
1 filing
| |||||
| 46805563 | Group of companies' accounts made up to 2025-11-30 | 2026-04-25 | English | ||
|
2025
14 filings
| |||||
| 7537271 | Holding(s) in Company | 2025-07-25 | English | ||
| 7366076 | Result of Tender Offer | 2025-07-21 | English | ||
| 7154166 | Result of General Meeting | 2025-07-18 | English | ||
| 6574060 | Proposed Tender Offer, Cancellation & Notice of GM | 2025-07-02 | English | ||
| 46805564 | Interim accounts made up to 2025-06-21 | 2025-07-01 | English | ||
| 6454147 | Completion of Capital Reduction | 2025-06-24 | English | ||
| 11366410 | PDMR Announcement | 2025-06-17 | English | ||
| 46805565 | Group of companies' accounts made up to 2024-11-30 | 2025-06-12 | English | ||
| 6122383 | Update re. Capital Reduction | 2025-06-11 | English | ||
| 6111015 | Total Voting Rights | 2025-06-04 | English | ||
| 11360649 | Holding(s) in Company | 2025-06-03 | English | ||
| 11359439 | PDMR Announcement | 2025-05-29 | English | ||
| 5986369 | TR-1 Notification | 2025-05-23 | English | ||
| 5976815 | Exercise of warrants, issue of shares and TVR | 2025-05-22 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for K3 BUSINESS TECHNOLOGY GROUP PLC, 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 · Other computer programming activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ALEEN INC.
Digital health platform providing AI-driven symptom checkin…
|
ALEN.U | CA | Telecommunications, computer pr… |
|
ALFA FINANCIAL SOFTWARE HOLDINGS PL
Developer of a cloud-based SaaS platform for the global ass…
|
ALFA | GB | Telecommunications, computer pr… |
|
Algorhythm Holdings, Inc.
An AI and electronics holding company for logistics and kar…
|
RIME | US | Telecommunications, computer pr… |
|
A.L.I. Technologies Inc.
Canadian provider of medical image management solutions, sp…
|
— | CA | Telecommunications, computer pr… |
|
ALKAMI TECHNOLOGY, INC.
Provider of cloud-based digital banking solutions for finan…
|
ALKT | US | Telecommunications, computer pr… |
|
Allied Architects, Inc.
Develops SaaS products and provides social media marketing …
|
6081 | JP | Telecommunications, computer pr… |
|
Allot Ltd.
Provides network intelligence and cybersecurity solutions f…
|
ALLT | US | Telecommunications, computer pr… |
|
Almawave
Specializes in AI, natural language processing, and data an…
|
AIW | IT | Telecommunications, computer pr… |
|
Alphalogic Techsys Limited
A technology consulting firm specializing in digital transf…
|
542770 | IN | Telecommunications, computer pr… |
|
ALPHA MODUS HOLDINGS, INC.
Develops patented, AI-driven technologies for in-store reta…
|
AMOD | US | Telecommunications, computer pr… |
K3 BUSINESS TECHNOLOGY GROUP PLC 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/7735/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7735 | 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=7735 | 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=7735 \ -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": 7735}, 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 K3 BUSINESS TECHNOLOGY GROUP PLC (id: 7735)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.