
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 |
|---|---|---|---|
|
BlockMint Technologies Inc.
Develops Minter, a secure web browser integrating passive c…
|
BKMT | CA | Telecommunications, computer pr… |
|
Blok Technologies Inc.
Investment and technology development company focused on bl…
|
BLPFF | CA | Telecommunications, computer pr… |
|
Blue Cloud Softech Solutions Limited
Develops enterprise software, cloud systems, and AI-driven …
|
539607 | IN | Telecommunications, computer pr… |
|
BlueMeme Inc.
A technology firm specializing in low-code development and …
|
4069 | JP | Telecommunications, computer pr… |
|
BlueRush Inc.
Digital engagement solutions provider using SaaS to create …
|
BTV | CA | Telecommunications, computer pr… |
|
Boardwalktech Software Corp.
Enterprise SaaS provider of patented Digital Ledger Technol…
|
BWLK | CA | Telecommunications, computer pr… |
|
BONK, INC.
A company bridging public markets with the digital asset ec…
|
SHOT | US | Telecommunications, computer pr… |
|
BONREE DATA TECHNOLOGY CO., LTD.
Provides APM and AIOps observability solutions for digital …
|
688229 | CN | Telecommunications, computer pr… |
|
Bonzun AB
Develops evidence-based digital health apps for fertility, …
|
BONZUN | SE | Telecommunications, computer pr… |
|
Boxlight Corp
Provider of interactive technology, digital signage, and so…
|
BOXL | 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.