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 |
|---|---|---|---|
|
DCC PLC
International sales, marketing, and support services group …
|
DCC | IE | Wholesale and retail trade |
|
DCM SHRIRAM INTERNATIONAL LIMITED
Global trading arm exporting agri-inputs, chemicals, and bu…
|
DCMSIL | IN | Wholesale and retail trade |
|
Delko S.A.
Wholesale distributor of consumer goods with proprietary br…
|
DEL | PL | Wholesale and retail trade |
|
Delta Industrial Resources Limited
Procures, trades, and distributes industrial commodities an…
|
539596 | IN | Wholesale and retail trade |
|
Dhoot Industrial Finance Ltd.
Trades chemicals and electronics, generates renewable power…
|
526971 | IN | Wholesale and retail trade |
|
Diksha Greens Limited
Trades timber products and agricultural commodities for con…
|
542155 | IN | Wholesale and retail trade |
|
Dionic S.A.
A diversified group in trading, distribution, retail, techn…
|
DION | GR | Wholesale and retail trade |
|
Diplomat Holdings Ltd.
Holding company specializing in sales, distribution, and lo…
|
DIPL | IL | Wholesale and retail trade |
|
DISHA RESOURCES LIMITED
Engaged in trading commodities and textiles and managing in…
|
531553 | IN | Wholesale and retail trade |
|
DOSHISHA CO.,LTD.
Develops, manufactures, and distributes a diverse range of …
|
7483 | JP | 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.