
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 |
|---|---|---|---|
| Share Buyback Launch | 2026-05-28 | English | |
| 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 |
Browse filings by year
39 years- 2026 4 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
4 filings
| |||||
| 47854184 | Share Buyback Launch | 2026-05-28 | English | ||
| 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
11 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 | ||
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 |
|---|---|---|---|
|
S.V. Trading & Agencies Ltd.
Specializes in the procurement, distribution, and export of…
|
503622 | IN | Wholesale and retail trade |
|
Tekstilpromet d.d.
A wholesale and retail distributor of textiles, clothing, a…
|
TKPR | HR | Wholesale and retail trade |
|
TEO GUAN LEE CORPORATION BHD
Distributes and retails branded/licensed baby, children's, …
|
— | MY | Wholesale and retail trade |
|
Thob Al Aseel Co.
Designs and distributes traditional men's apparel, headwear…
|
4012 | SA | Wholesale and retail trade |
|
TOHO LAMAC CO., LTD.
Plans, produces, and sells a wide range of footwear for men…
|
7422 | JP | Wholesale and retail trade |
|
TOPBI
Designs and distributes children's apparel and accessories …
|
2929 | TW | Wholesale and retail trade |
|
UNIFORM NEXT CO., LTD.
E-commerce company selling workplace uniforms with in-house…
|
3566 | JP | Wholesale and retail trade |
|
Vaxfab Enterprises Limited
Trades and distributes textile products, fabrics, and appar…
|
542803 | IN | Wholesale and retail trade |
|
Viva Goods Co. Ltd.
Manages and distributes multi-brand apparel, footwear, and …
|
933 | HK | Wholesale and retail trade |
|
Yarn Syndicate Ltd.
Merchant exporter of diverse yarns, managing global sourcin…
|
890197 | 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.