
ZAMAZ PLC — Investor Relations & Filings
Zamaz PLC is a technology-driven e-commerce business that originates, acquires, or licenses, and subsequently operates and scales a portfolio of small and medium-sized consumer brands. The company specializes in managing and growing brands with a focus on sustainable and ethical products. It distributes these goods through leading global online marketplaces and various other digital channels, leveraging technology to integrate and expand its brand portfolio.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Cancellation of Trading | 2024-03-19 | English | |
| Result of Meeting & Update on Last Day of Trading | 2024-03-14 | English | |
| Publication of Delisting Circular & Notice of GM | 2024-02-16 | English | |
| Proposed Voluntary Delisting & Change of Auditor | 2024-02-13 | English | |
| Interim Results - Replacement | 2023-12-11 | English | |
| Interim Results | 2023-11-30 | English |
Browse filings by year
3 yearsMarket data
Market data not available
Price history
Peer group · Retail sale of food
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
UORIKI CO.,LTD.
Specializes in the retail, wholesale, and food service of s…
|
7596 | JP | Wholesale and retail trade |
|
Vegano Foods Inc.
Develops and sells vegan meal kits and groceries through an…
|
VAGN | CA | Wholesale and retail trade |
|
Wisdomcome Group Holdings Ltd.
Engaged in wholesale and retail of groceries (quick-frozen …
|
8079 | HK | Wholesale and retail trade |
|
Ying Kee Tea House Group Limited
Retail trading of quality Chinese tea products, backed by a…
|
8241 | HK | Wholesale and retail trade |
ZAMAZ 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/5113/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=5113 | 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=5113 | 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=5113 \ -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": 5113}, 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 ZAMAZ PLC (id: 5113)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.