Leef Brands (LEEEF) Cash & Equivalents Growth (1y) (2025)
Analysis
Leef Brands (LEEEF) Cash & Equivalents Growth (1y) (2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.77 Bn | 2.68 Bn | 169.91 Mn | 7.80% |
| 2 | Trulieve Cannabis | 2.21 Bn | 1.89 Bn | 162.29 Mn | -17.11% |
| 3 | Green Thumb Industries | 1.43 Bn | 1.15 Bn | 137.87 Mn | 60.29% |
| 4 | Cronos | 1.23 Bn | 486.27 Mn | 28.45 Mn | -41.21% |
| 5 | Verano Holdings | 881.54 Mn | 794.53 Mn | 99.70 Mn | 24.25% |
| 6 | Glass House Brands | 596.99 Mn | 578.44 Mn | 15.77 Mn | -58.02% |
| 7 | Tilray Brands | 537.27 Mn | 283.17 Mn | 90.52 Mn | 3.46% |
| 8 | Vireo Growth | 524.77 Mn | 382.47 Mn | 95.30 Mn | 15.65% |
| 9 | Canopy Growth | 389.18 Mn | 142.17 Mn | 16.08 Mn | 167.18% |
| 10 | Leef Brands | 55.00 Mn | 50.05 Mn | 2.41 Mn | - |
API Access
Leef Brands Cash & Equivalents 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=cash-and-equivalents-growth-1y&ticker=LEEEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-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=cash-and-equivalents-growth-1y&ticker=LEEEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();