Tilray Brands (TLRY) Total Debt (QoQ) (2018 - 2026)
Analysis
Tilray Brands (TLRY) Total Debt (QoQ) (2018 - 2026) Analysis & Trends
Peer Set
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
Download Data
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | -8.62% |
| Feb 28, 2026 | -1.78% |
| Nov 30, 2025 | -2.64% |
| Aug 31, 2025 | -1.18% |
| Nov 30, 2024 | -3.74% |
| Aug 31, 2024 | -1.48% |
| May 31, 2024 | -26.36% |
| Feb 29, 2024 | -16.89% |
| Nov 30, 2023 | -24.10% |
| Aug 31, 2023 | 25.08% |
| May 31, 2023 | 14.75% |
| Feb 28, 2023 | -16.43% |
| Nov 30, 2022 | 77.43% |
| Aug 31, 2022 | -3.51% |
| May 31, 2022 | -2.42% |
| Feb 28, 2022 | -6.29% |
| Nov 30, 2021 | -5.40% |
| Aug 31, 2021 | -0.53% |
| Mar 31, 2020 | 64,354.41% |
| Dec 31, 2019 | -99.80% |
API Access
Tilray Brands Total Debt (QoQ) 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=total-debt-qoq&ticker=TLRY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-debt-qoq", "ticker": "TLRY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=total-debt-qoq&ticker=TLRY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();