
COLEFAX GROUP PLC — Investor Relations & Filings
Colefax Group PLC is an international designer, marketer, and distributor of luxury furnishing fabrics, wallpapers, and trimmings. The company also operates as a leading international interior decorating firm. Its portfolio consists of several distinct brands, including Colefax and Fowler, Cowtan & Tout, Jane Churchill, Larsen, and Manuel Canovas. Each brand has its own design studio and marketing strategy, offering a range of styles from classical to contemporary. The Group primarily serves the high-end residential market, selling its products to interior designers and specialized interior design shops. All products are manufactured by third-party suppliers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Full Year Trading Update | 2026-05-08 | English | |
| TR-1 Notification | 2026-02-10 | English | |
| Half Year Results | 2026-01-28 | English | |
| TR-1 Notification | 2025-10-30 | English | |
| TR-1 Notification | 2025-10-30 | English | |
| TR-1 Notification | 2025-10-30 | English |
Browse filings by year
39 years- 2026 3 filings
- 2025 15 filings
- 2024 12 filings
- 2023 9 filings
- 2022 13 filings
- 2021 11 filings
- 2020 6 filings
- 2019 10 filings
- 2018 9 filings
- 2017 7 filings
- 2016 18 filings
- 2015 6 filings
- 2014 15 filings
- 2013 6 filings
- 2012 1 filing
- 2011 1 filing
- 2010 1 filing
- 2009 1 filing
- 2008 1 filing
- 2007 2 filings
- 2006 1 filing
- 2005 2 filings
- 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 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1990 2 filings
- 1988 1 filing
- 1987 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
3 filings
| |||||
| 44106906 | Full Year Trading Update | 2026-05-08 | English | ||
| 34557910 | TR-1 Notification | 2026-02-10 | English | ||
| 13512713 | Half Year Results | 2026-01-28 | English | ||
|
2025
12 filings
| |||||
| 8060440 | TR-1 Notification | 2025-10-30 | English | ||
| 8060429 | TR-1 Notification | 2025-10-30 | English | ||
| 8059918 | TR-1 Notification | 2025-10-30 | English | ||
| 11398883 | TR-1 Notification | 2025-10-29 | English | ||
| 8051539 | Director/PDMR Shareholding | 2025-10-28 | English | ||
| 11398298 | Result of Tender Offer, Purchase of Own Shares,TVR | 2025-10-28 | English | ||
| 46800858 | Group of companies' accounts made up to 2025-04-30 | 2025-10-21 | English | ||
| 7997990 | Tender Offer | 2025-10-13 | English | ||
| 7979149 | Holding(s) in Company | 2025-10-08 | English | ||
| 11389189 | Result of AGM | 2025-09-22 | English | ||
| 7877806 | AGM Statement | 2025-09-22 | English | ||
| 7805426 | Notification of Transactions of Director | 2025-09-09 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for COLEFAX 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 · Wholesale of textiles, clothing and footwear
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Mihika Industries Ltd.
Trades and distributes textile materials and fabrics across…
|
538895 | IN | Wholesale and retail trade |
|
Mittal Life Style Limited
Specialized supplier and distributor of denim fabrics for t…
|
MITTAL | IN | Wholesale and retail trade |
|
Mrugesh Trading Ltd.
Procures and distributes textiles, general merchandise, and…
|
512065 | IN | Wholesale and retail trade |
|
OSIAJEE TEXFAB LIMITED
Trades and distributes textile products including fabrics, …
|
540198 | IN | Wholesale and retail trade |
|
PDS LIMITED
Global fashion infrastructure platform providing end-to-end…
|
PDSL | IN | Wholesale and retail trade |
|
Pou Sheng International (Holdings) Limited
Leading distributor and retailer of sportswear and footwear…
|
3813 | HK | Wholesale and retail trade |
|
Punctual Trading Ltd.
Wholesale trader specializing in textile procurement and co…
|
512461 | IN | Wholesale and retail trade |
|
Rajkamal Synthetics Ltd.
Trades textile products and synthetic yarns and manages a p…
|
514028 | IN | Wholesale and retail trade |
|
Rino Petino S.p.A.
A wholesale and retail distributor of fashion and sportswea…
|
RPTN | IT | Wholesale and retail trade |
|
Sanblue Corporation Limited
Specializes in textile trading, real estate development, an…
|
521222 | IN | Wholesale and retail trade |
COLEFAX 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/7569/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7569 | 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=7569 | 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=7569 \ -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": 7569}, 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 COLEFAX GROUP PLC (id: 7569)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.