
MULBERRY GROUP PLC — Investor Relations & Filings
Mulberry Group PLC is a luxury brand established in 1971, renowned for its heritage in leather craftsmanship. The company specializes in luxury leather goods, particularly women's handbags, and is a leading manufacturer in its category. Its product portfolio includes the design and creation of bags, small leather goods, accessories, womenswear, and travel collections. Emphasizing its commitment to sustainability, the brand is a certified B Corporation. Mulberry's strategy focuses on expanding its presence as a global luxury lifestyle brand, building on its legacy of timeless design and quality.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Trading Update | 2024-01-17 | English | |
| Half Year Results | 2023-11-30 | English | |
| Directors Dealing | 2023-09-25 | English | |
| Group of companies' accounts made up to 2023-04-01 | 2023-09-23 | English | |
| Result of AGM | 2023-09-07 | English | |
| Appointment ofl Independent Non-Executive Director | 2023-08-23 | English |
Browse filings by year
45 years- 2026 3 filings
- 2025 15 filings
- 2024 28 filings
- 2023 10 filings
- 2022 15 filings
- 2021 9 filings
- 2020 42 filings
- 2019 11 filings
- 2018 23 filings
- 2017 18 filings
- 2016 10 filings
- 2015 15 filings
- 2014 25 filings
- 2013 25 filings
- 2012 1 filing
- 2011 1 filing
- 2010 1 filing
- 2009 1 filing
- 2008 1 filing
- 2007 1 filing
- 2006 2 filings
- 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 2 filings
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 2 filings
- 1986 2 filings
- 1984 3 filings
- 1981 1 filing
- 1980 3 filings
- 1977 1 filing
- 1976 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
1 filing
| |||||
| 5391916 | Trading Update | 2024-01-17 | English | ||
|
2023
10 filings
| |||||
| 5374934 | Half Year Results | 2023-11-30 | English | ||
| 5347686 | Directors Dealing | 2023-09-25 | English | ||
| 46798079 | Group of companies' accounts made up to 2023-04-01 | 2023-09-23 | English | ||
| 5341286 | Result of AGM | 2023-09-07 | English | ||
| 5336130 | Appointment ofl Independent Non-Executive Director | 2023-08-23 | English | ||
| 5329554 | Posting of Annual Report and Notice of AGM | 2023-08-04 | English | ||
| 5322707 | Grant under 2008 Unapproved Share Option Scheme | 2023-07-19 | English | ||
| 5314283 | Preliminary results | 2023-06-28 | English | ||
| 5312002 | Audited FY23 Results - revised announcement date | 2023-06-22 | English | ||
| 5236089 | Year End Trading Update | 2023-04-20 | English | ||
|
2022
4 filings
| |||||
| 5149170 | Second Price Monitoring Extn | 2022-11-30 | English | ||
| 5149176 | Price Monitoring Extension | 2022-11-30 | English | ||
| 5149490 | Half Year Results | 2022-11-30 | English | ||
| 5140698 | Second Price Monitoring Extn | 2022-11-17 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for MULBERRY 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 · Manufacture of luggage, handbags and the like, saddlery and harness of any material
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Anhui Korrun Co.,Ltd
Designs and manufactures luggage, backpacks, and travel gea…
|
300577 | CN | Manufacturing |
|
BARCOS Co., Ltd.
Designs, manufactures, and sells handbags, wallets, and oth…
|
7790 | JP | Manufacturing |
|
BONIA CORPORATION BERHAD
An international luxury fashion retailer specializing in hi…
|
— | MY | Manufacturing |
|
DK LEATHER CORPORATION BERHAD
Manufactures and provides custom-designed, premium leather …
|
— | MY | Manufacturing |
|
DONG IN ENTECH Co., Ltd.
Original Design Manufacturer of outdoor gear, travel bags, …
|
111380 | KR | Manufacturing |
|
Dos Banderas S.A.
Designs and manufactures high-quality, performance-focused …
|
— | AR | Manufacturing |
|
GOBLIN INDIA LIMITED
Designs and manufactures travel gear, luggage, and corporat…
|
542850 | IN | Manufacturing |
|
Grown Up Group Investment Holdings Limited
Design, manufacture, and sale of bags, luggage, and accesso…
|
1842 | HK | Manufacturing |
|
Guangdong Wanlima Industry Co., Ltd.
Manufactures leather goods, footwear, and equipment for ret…
|
300591 | CN | Manufacturing |
|
Hermès International
A designer, manufacturer, and retailer of luxury goods with…
|
RMS | FR | Manufacturing |
MULBERRY 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/7800/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7800 | 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=7800 | 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=7800 \ -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": 7800}, 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 MULBERRY GROUP PLC (id: 7800)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.