Sndl (SNDL) Gains from Investment Securities (2019 - 2025)
Sndl's (SNDL) quarterly Gains from Investment Securities came in at -$726.64 in Q3 2025, up 99.97% on a YoY basis from -$363.36 in Q3 2024, and up 92.26% quarter-over-quarter from -$9382.3 in Q2 2025.
Sndl (SNDL) Gains from Investment Securities (2019 - 2025) Analysis & Trends
Sndl (SNDL) has reported Gains from Investment Securities for 7 consecutive years, with -$726.64 the latest figure, recorded in Q3 2025.
- For the quarter ending Q3 2025, Gains from Investment Securities rose 99.97% year-over-year to -$726.64; the trailing twelve-month figure through Dec 2025 stood at -$18471.9 (up 99.42% YoY), and the FY2025 full-year result was -$18608.8, up 99.42% from the prior year.
- Gains from Investment Securities grew to -$726.64 in Q3 2025 per SNDL's latest filing, from -$9382.3 in the prior quarter.
- Across five years, Gains from Investment Securities topped out at $6.6 million in Q1 2022 and bottomed at -$19.1 million in Q3 2021.
- Historically, Gains from Investment Securities has averaged -$3.2 million across 5 years, with a median of -$1.5 million in 2023.
- The sharpest annual moves came in 2021 and 2022: Gains from Investment Securities sank 5336.97% in 2021, then soared 134.04% in 2022.
- Over 5 years, Gains from Investment Securities stood at -$6.5 million in 2021, then surged by 55.53% to -$2.9 million in 2022, then surged by 39.06% to -$1.8 million in 2023, then soared by 98.94% to -$18612.1 in 2024, then jumped by 96.1% to -$726.64 in 2025.
- According to Business Quant data, Gains from Investment Securities over the past three periods registered -$726.64, -$9382.3, and -$8363.0 for Q3 2025, Q2 2025, and Q1 2025 respectively.
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 |
|---|---|
| Sep 30, 2025 | -726.64 |
| Jun 30, 2025 | -9,382.26 |
| Mar 31, 2025 | -8,363.00 |
| Dec 31, 2024 | -18,612.08 |
| Sep 30, 2024 | -2.82 Mn |
| Jun 30, 2024 | -1.32 Mn |
| Mar 31, 2024 | 964,747.17 |
| Dec 31, 2023 | -1.76 Mn |
| Sep 30, 2023 | 2.12 Mn |
| Jun 30, 2023 | -1.67 Mn |
| Mar 31, 2023 | -3.55 Mn |
| Dec 31, 2022 | -2.89 Mn |
| Sep 30, 2022 | 6.52 Mn |
| Jun 30, 2022 | -18.55 Mn |
| Mar 31, 2022 | 6.55 Mn |
| Dec 31, 2021 | -6.51 Mn |
| Sep 30, 2021 | -19.15 Mn |
| Jun 30, 2021 | -16.12 Mn |
| Dec 31, 2020 | 18.00 Mn |
| Sep 30, 2020 | -7.55 Mn |
Sndl 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=SNDL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "ticker": "SNDL", "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=SNDL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();