Leef Brands (LEEEF) Profit After Tax Growth (1y) (2026)
Analysis
Leef Brands (LEEEF) Profit After Tax Growth (1y) (2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.77 Bn | 2.68 Bn | 169.91 Mn | 123.33% |
| 2 | Trulieve Cannabis | 2.21 Bn | 1.89 Bn | 162.29 Mn | -2,420.40% |
| 3 | Green Thumb Industries | 1.43 Bn | 1.15 Bn | 137.87 Mn | 566.39% |
| 4 | Cronos | 1.23 Bn | 486.27 Mn | 28.45 Mn | 189.81% |
| 5 | Verano Holdings | 881.54 Mn | 794.53 Mn | 99.70 Mn | 29.97% |
| 6 | Glass House Brands | 596.99 Mn | 578.44 Mn | 15.77 Mn | -176.43% |
| 7 | Tilray Brands | 537.27 Mn | 283.17 Mn | 90.52 Mn | 96.07% |
| 8 | Vireo Growth | 524.77 Mn | 382.47 Mn | 95.30 Mn | 99.33% |
| 9 | Canopy Growth | 389.18 Mn | 142.17 Mn | 16.08 Mn | 67.45% |
| 10 | Leef Brands | 55.00 Mn | 50.05 Mn | 2.41 Mn | 54.50% |
API Access
Leef Brands Profit After Tax Growth (1y) API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=profit-after-tax-growth-1y&ticker=LEEEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax-growth-1y", "ticker": "LEEEF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=profit-after-tax-growth-1y&ticker=LEEEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();