
PORTMEIRION GROUP PLC — Investor Relations & Filings
Portmeirion Group PLC is a designer, manufacturer, and omni-channel retailer of homeware products. The company specializes in ceramic tableware, cookware, giftware, glassware, and home fragrance products. It operates a portfolio of six established brands: Spode, Portmeirion, Royal Worcester, Nambe, Pimpernel, and Wax Lyrical. With a collective brand history spanning over 750 years, the group emphasizes craftsmanship, creative design, and heritage in its global operations.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Exercise of Options and Total Voting Rights | 2026-05-27 | English | |
| Statement re Government support for UK ceramics | 2026-05-21 | English | |
| Confirmation of Director Appointment | 2026-05-11 | English | |
| Preliminary Results | 2026-05-06 | English | |
| Directorate change | 2026-05-06 | English | |
| Holding(s) in Company | 2026-04-20 | English |
Browse filings by year
37 years- 2026 11 filings
- 2025 16 filings
- 2024 20 filings
- 2023 23 filings
- 2022 23 filings
- 2021 13 filings
- 2020 31 filings
- 2019 26 filings
- 2018 12 filings
- 2017 14 filings
- 2016 13 filings
- 2015 12 filings
- 2014 21 filings
- 2013 22 filings
- 2012 1 filing
- 2011 1 filing
- 2010 1 filing
- 2009 1 filing
- 2008 2 filings
- 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
- 1991 1 filing
- 1990 1 filing
- 1985 1 filing
- 1984 1 filing
- 1983 2 filings
- 1982 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
11 filings
| |||||
| 47645582 | Exercise of Options and Total Voting Rights | 2026-05-27 | English | ||
| 46741328 | Statement re Government support for UK ceramics | 2026-05-21 | English | ||
| 44929061 | Confirmation of Director Appointment | 2026-05-11 | English | ||
| 41733158 | Preliminary Results | 2026-05-06 | English | ||
| 41732904 | Directorate change | 2026-05-06 | English | ||
| 34690918 | Holding(s) in Company | 2026-04-20 | English | ||
| 32850057 | Holding(s) in Company | 2026-02-27 | English | ||
| 19466913 | Notification of Major Holdings | 2026-02-12 | English | ||
| 19466789 | Notification of Major Holdings | 2026-02-12 | English | ||
| 14166856 | FY 2025 Trading Update | 2026-02-03 | English | ||
| 34555959 | Holding(s) in Company | 2026-01-08 | English | ||
|
2025
4 filings
| |||||
| 9608933 | Senior strategic hires | 2025-12-08 | English | ||
| 7975064 | Investor Presentation via Investor Meet Company | 2025-10-06 | English | ||
| 11390344 | Interim results for the six months to 30 June 2025 | 2025-09-25 | English | ||
| 7345373 | H1 2025 TRADING UPDATE | 2025-07-21 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for PORTMEIRION 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 other porcelain and ceramic products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Công ty Cổ phần Create Capital Việt Nam
Manufactures building materials, provides solar energy, min…
|
CRC | VN | Manufacturing |
|
Công ty Cổ phần Sản xuất và Đầu tư Hoàng Gia
Manufacturing and trading building materials, interior deco…
|
RYG | VN | Manufacturing |
|
DAELIM BATH CO.,LTD.
Manufacturer and seller of bathroom products, sanitary ware…
|
005750 | KR | Manufacturing |
|
ES CERAMICS TECHNOLOGY BHD
Designs, develops, manufactures, and sells ceramic glove fo…
|
— | MY | Manufacturing |
|
Ferrum S.A. de Cerámica y Metalurgia
Manufacturer and marketer of sanitary ware products for bat…
|
— | AR | Manufacturing |
|
FGI Industries Ltd.
Global supplier of sanitaryware, bath furniture, and shower…
|
FGI | US | Manufacturing |
|
Grupo Lamosa, S.A.B. de C.V.
Global manufacturer of ceramic tiles, adhesives, and buildi…
|
LAMOSA | MX | Manufacturing |
|
GUANGDNG SITONG GROUP CO.,LTD
Manufactures household, sanitary, and artistic ceramic prod…
|
603838 | CN | Manufacturing |
|
GUANGDONG SONGFA CERAMICS CO.,LTD.
Specializes in high-end household ceramics for residential,…
|
603268 | CN | Manufacturing |
|
GWA GROUP LIMITED.
Designs and supplies bathroom and kitchen fixtures and wate…
|
GWA | AU | Manufacturing |
PORTMEIRION 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/7852/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7852 | 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=7852 | 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=7852 \ -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": 7852}, 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 PORTMEIRION GROUP PLC (id: 7852)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.