Verano Holdings (VRNO) Other financing activities (2024 - 2026)
Verano Holdings' (VRNO) quarterly Other financing activities came in at -$1.9 million in Q2 2026, down 1473.33% quarter-over-quarter from -$120000.0 in Q1 2026.
Verano Holdings (VRNO) Other financing activities (2024 - 2026) Analysis & Trends
Verano Holdings (VRNO) has reported Other financing activities for 3 consecutive years, with -$1.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other financing activities changed N/A year-over-year to -$1.9 million in Q2 2026; TTM through Jun 2026 was -$3.4 million, a 147.71% decrease from a year earlier, with the FY2025 full-year figure at -$1.4 million, up 9.45% from the prior year.
- Other financing activities was -$1.9 million for Q2 2026 at Verano Holdings, down from -$120000.0 in the prior quarter.
- Over five years, Other financing activities peaked at -$1000.0 in Q3 2024 and troughed at -$1.9 million in Q2 2026.
- A 3-year average of -$808500.0 and a median of -$743500.0 in 2024 frame the typical range for Other financing activities.
- The widest YoY moves for Other financing activities: up 0.3% in 2025, down 0.3% in 2025.
- Over 3 years, Other financing activities stood at -$1.4 million in 2024, then increased by 0.3% to -$1.4 million in 2025, then tumbled by 39.75% to -$1.9 million in 2026.
- The last three Other financing activities figures came in at -$1.9 million (Q2 2026), -$120000.0 (Q1 2026), and -$1.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Curaleaf Holdings | 2.71 Bn | 2.62 Bn | 169.91 Mn |
| 2 | Trulieve Cannabis | 2.13 Bn | 1.80 Bn | 162.29 Mn |
| 3 | Green Thumb Industries | 1.42 Bn | 1.14 Bn | 137.87 Mn |
| 4 | Cronos | 1.24 Bn | 493.69 Mn | 28.45 Mn |
| 5 | Verano Holdings | 878.62 Mn | 791.60 Mn | 99.70 Mn |
| 6 | Glass House Brands | 596.99 Mn | 578.44 Mn | 15.77 Mn |
| 7 | Tilray Brands | 525.42 Mn | 271.32 Mn | 90.52 Mn |
| 8 | Vireo Growth | 517.57 Mn | 375.27 Mn | 95.30 Mn |
| 9 | Canopy Growth | 393.41 Mn | 146.40 Mn | 16.08 Mn |
| 10 | Sndl | 360.80 Mn | 228.26 Mn | 40.74 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.89 Mn |
| Mar 31, 2026 | -120,000.00 |
| Dec 31, 2025 | -1.35 Mn |
| Dec 31, 2024 | -1.36 Mn |
| Sep 30, 2024 | -1,000.00 |
| Mar 31, 2024 | -136,000.00 |
Verano Holdings Other financing activities 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=other-financing-activities&ticker=VRNO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "ticker": "VRNO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-financing-activities&ticker=VRNO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();