4imprint Group PLC — Investor Relations & Filings
4imprint Group PLC is a direct marketer of promotional products. The company provides an extensive range of merchandise that is custom-printed with an organization's logo, name, or specific message. These items are utilized by a diverse client base, including corporations, educational institutions, and non-profit entities, for purposes such as brand promotion, marketing campaigns, corporate events, and employee or customer engagement. The business operates primarily through digital and direct mail channels, offering a streamlined process for ordering customized goods. Its core service involves supplying tangible marketing materials that help organizations increase their visibility and strengthen their brand identity.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| AGM resolutions passed as special business | 2026-05-20 | English | |
| Result of AGM | 2026-05-20 | English | |
| AGM Statement | 2026-05-20 | English | |
| Director/PDMR Shareholding | 2026-05-15 | English | |
| Director/PDMR Shareholding | 2026-03-25 | English | |
| Final Results | 2026-03-11 | English |
Browse filings by year
49 years- 2026 11 filings
- 2025 30 filings
- 2024 36 filings
- 2023 32 filings
- 2022 47 filings
- 2021 32 filings
- 2020 66 filings
- 2019 47 filings
- 2018 40 filings
- 2017 36 filings
- 2016 32 filings
- 2015 43 filings
- 2014 34 filings
- 2013 45 filings
- 2012 9 filings
- 2011 7 filings
- 2010 1 filing
- 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 2 filings
- 1998 1 filing
- 1997 2 filings
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1987 2 filings
- 1986 2 filings
- 1985 1 filing
- 1984 2 filings
- 1982 2 filings
- 1981 1 filing
- 1980 1 filing
- 1979 1 filing
- 1978 1 filing
- 1977 1 filing
- 1976 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
11 filings
| |||||
| 46669181 | AGM resolutions passed as special business | 2026-05-20 | English | ||
| 46652418 | Result of AGM | 2026-05-20 | English | ||
| 46579204 | AGM Statement | 2026-05-20 | English | ||
| 46350264 | Director/PDMR Shareholding | 2026-05-15 | English | ||
| 33040741 | Director/PDMR Shareholding | 2026-03-25 | English | ||
| 32927241 | Final Results | 2026-03-11 | English | ||
| 30483777 | Holding(s) in Company | 2026-02-18 | English | ||
| 34557946 | Holding(s) in Company | 2026-02-10 | English | ||
| 13199876 | Holding(s) in Company | 2026-01-22 | English | ||
| 13066144 | Trading Statement | 2026-01-20 | English | ||
| 12094796 | Block listing Interim Review | 2026-01-05 | English | ||
|
2025
4 filings
| |||||
| 10619621 | Holding(s) in Company | 2025-12-22 | English | ||
| 9132715 | Chair Succession | 2025-12-03 | English | ||
| 8199970 | Trading Statement | 2025-11-11 | English | ||
| 8040966 | Holding(s) in Company | 2025-10-24 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for 4imprint 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 · Non-specialized wholesale trade
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SHOEI YAKUHIN CO.,LTD.
A trading company specializing in chemicals, daily essentia…
|
3537 | JP | Wholesale and retail trade |
|
Shree Manufacturing Co. Ltd.
Engages in commodity trading activities and financial asset…
|
503863 | IN | Wholesale and retail trade |
|
SHRYDUS INDUSTRIES LIMITED
Distributes industrial commodities and consumer goods acros…
|
511493 | IN | Wholesale and retail trade |
|
Sightus Inc.
A distributing company established in 2004.
|
SGHT | CA | Wholesale and retail trade |
|
Sino-German United AG
A trade and service company specializing in the German and …
|
SGU | DE | Wholesale and retail trade |
|
SLINGSBY (H.C.) PLC
Omnichannel distributor of industrial and commercial equipm…
|
SLNG | GB | Wholesale and retail trade |
|
Sojitz Corporation
An integrated global trading and investment group with dive…
|
2768 | JP | Wholesale and retail trade |
|
SONO SQUARE CO.,LTD.
Specializes in MRO solutions and distribution of consumable…
|
007720 | KR | Wholesale and retail trade |
|
SPINAROO COMMERCIAL LIMITED
Engaged in commercial operations, commodity trading, and in…
|
544392 | IN | Wholesale and retail trade |
|
State Trading Corporation of India
International trading enterprise for essential commodities …
|
STCINDIA | IN | Wholesale and retail trade |
4imprint 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/4616/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4616 | 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=4616 | 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=4616 \ -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": 4616}, 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 4imprint Group PLC (id: 4616)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.