
CannAmerica Brands Corp. — Investor Relations & Filings
CannAmerica Brands Corp. owns and operates a portfolio of medical and recreational cannabis brands. The company's primary business model centers on building, enhancing, and monetizing the global reach of its brands through strategic licensing agreements with qualified partners. These licensees are selected based on their ability to cultivate, manufacture, and produce the branded products. CannAmerica's product portfolio includes various recreational cannabis products, notably a line of flavored gummies (such as peach, blueberry, and strawberry). Founded and operated by a U.S. Marine veteran, the company focuses on expanding its brand presence across licensed jurisdictions in the United States and Canada. It also maintains a separate CannAmerica Clothing Division and e-commerce platform.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| News release - English.pdf | 2022-06-25 | English | |
| Interim MD&A - English.pdf | 2022-03-01 | English | |
| Interim financial statements/report – English.pdf | 2022-03-01 | English | |
| 52-109FV2 - Certification of interim filings - CFO (E).pdf | 2022-03-01 | English | |
| 52-109FV2 - Certification of interim filings - CEO (E).pdf | 2022-03-01 | English | |
| News release - English.pdf | 2022-02-14 | English |
Market data
Market data not available
Price history
Peer group · Intermediation service activities for business support activities n.e.c., except financial intermediation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Boutiques, Inc.
Operates a matching platform for M&A brokerage, recruitment…
|
9272 | JP | Administrative and support serv… |
|
HIKARI TSUSHIN,INC.
Holding company providing telecom, utilities, and corporate…
|
9435 | JP | Administrative and support serv… |
|
Livero Inc.
Operates a cloud-based platform offering one-stop services …
|
9245 | JP | Administrative and support serv… |
|
ULURU.CO.,LTD.
Addresses labor shortages using a crowd worker network, IT,…
|
3979 | JP | Administrative and support serv… |
CannAmerica Brands 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/47614/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=47614 | 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=47614 | 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=47614 \ -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": 47614}, 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 CannAmerica Brands Corp. (id: 47614)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.