
Haypp Group AB — Investor Relations & Filings
Haypp Group AB is an e-commerce company focused on the global transition from smoking to smoke-free alternatives. The group operates a portfolio of online retail brands that provide a comprehensive range of products, including tobacco-free nicotine pouches, snus, and vape products. Through its digital platforms, the company aims to make these alternatives accessible to adult consumers seeking to move away from combustible tobacco.
Recent filings
No filings indexed yet
We are still gathering filings for Haypp Group AB. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Retail sale of tobacco products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Delota Corp.
Specialty retailer and licensed manufacturer of nicotine va…
|
NIC | CA | Wholesale and retail trade |
|
Harm Reduction Group AB
Develops and distributes less harmful alternatives to tradi…
|
NOHARM | SE | Wholesale and retail trade |
Haypp Group AB 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/8420/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=8420 | 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=8420 | 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=8420 \ -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": 8420}, 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 Haypp Group AB (id: 8420)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.