
Delota Corp. — Investor Relations & Filings
Delota Corp. is an omni-channel specialty retailer and licensed manufacturer focused on the nicotine vape market, dedicated to providing adult consumers with alternatives to combustible tobacco. The company operates primarily through its flagship brand, 180 Smoke Vape Store, which maintains a prominent presence across retail locations and a Canada-wide e-commerce platform. Delota leverages an ISO 7 standard manufacturing facility to develop and produce private label nicotine e-liquid brands, offering a competitive advantage. The business model emphasizes a consistent, elevated omnichannel experience, a curated product mix, and an education-focused sales approach to drive customer engagement and loyalty.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| News release - English.pdf | 2025-04-23 | English | |
| News release - English.pdf | 2025-04-02 | English | |
| 52-109FV2 - Certification of interim filings - CEO (E).pdf | 2025-04-01 | English | |
| Interim MD&A - English.pdf | 2025-04-01 | English | |
| Interim financial statements/report – English.pdf | 2025-04-01 | English | |
| News release - English.pdf | 2025-01-02 | English |
Market data
Market data not available
Price history
Peer group · Retail sale of tobacco products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Harm Reduction Group AB
Develops and distributes less harmful alternatives to tradi…
|
NOHARM | SE | Wholesale and retail trade |
|
Haypp Group AB
An e-commerce company selling smoke-free alternatives to co…
|
HAYPP | SE | Wholesale and retail trade |
Delota Corp. 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/47207/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=47207 | 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=47207 | 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=47207 \ -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": 47207}, 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 Delota Corp. (id: 47207)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.