Verano Holdings (VRNO) Gains from Investment Securities (2021 - 2023)
Verano Holdings' (VRNO) quarterly Gains from Investment Securities came in at -$3.5 million in Q1 2023, down 408.09% year-over-year from $1.1 million in Q1 2022, and down 365.86% quarter-over-quarter from -$744000.0 in Q4 2022.
Verano Holdings (VRNO) Gains from Investment Securities (2021 - 2023) Analysis & Trends
Verano Holdings (VRNO) has reported Gains from Investment Securities for 3 consecutive years, with -$3.5 million the latest figure, recorded in Q1 2023.
- On a quarterly basis, Gains from Investment Securities fell 408.09% year-over-year to -$3.5 million in Q1 2023; TTM through Dec 2023 was -$3.5 million, a 29.32% increase from a year earlier, with the FY2023 full-year figure at -$3.5 million, up 76.37% from the prior year.
- Gains from Investment Securities was -$3.5 million for Q1 2023 at Verano Holdings, down from -$744000.0 in the prior quarter.
- Over five years, Gains from Investment Securities peaked at $1.2 million in Q3 2021 and troughed at -$6.0 million in Q2 2022.
- A 3-year average of -$1.7 million and a median of -$744000.0 in 2022 frame the typical range for Gains from Investment Securities.
- Across the five-year window, Gains from Investment Securities soared 83.84% in 2022 and slumped 408.09% in 2023, its largest moves.
- Over 3 years, Gains from Investment Securities stood at -$4.6 million in 2021, then soared by 83.84% to -$744000.0 in 2022, then slumped by 365.86% to -$3.5 million in 2023.
- The last three Gains from Investment Securities figures came in at -$3.5 million (Q1 2023), -$744000.0 (Q4 2022), and $715000.0 (Q3 2022), 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 |
|---|---|
| Mar 31, 2023 | -3.47 Mn |
| Dec 31, 2022 | -744,000.00 |
| Sep 30, 2022 | 715,000.00 |
| Jun 30, 2022 | -6.00 Mn |
| Mar 31, 2022 | 1.13 Mn |
| Dec 31, 2021 | -4.60 Mn |
| Sep 30, 2021 | 1.21 Mn |
Verano Holdings Gains from Investment Securities 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=gains-from-investment-securities&ticker=VRNO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=VRNO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();