
Trees Corporation — Investor Relations & Filings
Trees Corporation is a vertically-integrated cannabis business and multi-state operator (MSO) providing products and services to the regulated cannabis industry in the United States. The company operates through two primary segments: Retail and Cultivation. The Retail segment, branded as Trees Dispensaries, offers recreational and medical marijuana products —including flower, edibles, concentrates, and accessories —across multiple locations in Colorado and Oregon. The Cultivation segment operates SevenFive Farm, a 17,000 square foot light-deprivation greenhouse facility in Boulder, Colorado, focused on producing full-spectrum cannabis. The company pursues a roll-up strategy to acquire and integrate licensed cannabis brands in mature US markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Interim MD&A - English.pdf | 2023-11-15 | English | |
| 52-109F2 - Certification of interim filings - CEO (E).pdf | 2023-11-15 | English | |
| 52-109F2 - Certification of interim filings - CFO (E).pdf | 2023-11-15 | English | |
| News release - English.pdf | 2023-11-15 | English | |
| Interim financial statements/report – English.pdf | 2023-11-15 | English | |
| News release - English.pdf | 2023-11-07 | English |
Market data
Market data not available
Price history
Peer group · Growing of other non-perennial crops
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Rubicon Organics Inc.
Licensed producer of certified organic, super-premium canna…
|
ROMJ | CA | Agriculture, forestry and fishi… |
Trees Corporation 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/48308/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=48308 | 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=48308 | 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=48308 \ -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": 48308}, 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 Trees Corporation (id: 48308)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.