Rum (RUM) EBT (2021 - 2026)
Rum's (RUM) quarterly EBT came in at -$80.7 million in Q2 2026, down 167.15% on a YoY basis from $120.2 million in Q2 2025, and down 147.25% quarter-over-quarter from -$32.7 million in Q4 2025.
Rum (RUM) EBT (2021 - 2026) Analysis & Trends
Rum (RUM) has reported EBT for 6 consecutive years, with -$80.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT fell 167.15% year-over-year to -$80.7 million; the trailing twelve-month figure through Jun 2026 stood at -$159.9 million (up 47.28% YoY), and the FY2025 full-year result was -$81.8 million, up 75.98% from the prior year.
- EBT retreated to -$80.7 million in Q2 2026 per RUM's latest filing, from -$32.7 million in the prior quarter.
- Across five years, EBT topped out at -$1.2 million in Q4 2022 and bottomed at -$238.8 million in Q4 2024.
- Historically, EBT has averaged -$37.3 million across 5 years, with a median of -$29.0 million in 2023.
- The sharpest annual moves came in 2023 and 2025: EBT sank 2710.24% in 2023, then surged 93.95% in 2025.
- Over 5 years, EBT stood at -$1.2 million in 2022, then tumbled by 2710.24% to -$32.6 million in 2023, then slumped by 632.57% to -$238.8 million in 2024, then jumped by 86.33% to -$32.7 million in 2025, then plunged by 147.25% to -$80.7 million in 2026.
- According to Business Quant data, EBT over the past three periods registered -$80.7 million, -$32.7 million, and -$16.3 million for Q2 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | 18.76 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | 256.84 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | 54.56 Mn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | -49.16 Mn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | 214.65 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | -161.49 Mn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | -80.75 Mn |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | 40.71 Mn |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn | 22.89 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -80.75 Mn |
| Dec 31, 2025 | -32.66 Mn |
| Sep 30, 2025 | -16.26 Mn |
| Jun 30, 2025 | -30.22 Mn |
| Mar 31, 2025 | -2.62 Mn |
| Dec 31, 2024 | -238.83 Mn |
| Sep 30, 2024 | -31.62 Mn |
| Jun 30, 2024 | -26.63 Mn |
| Mar 31, 2024 | -43.29 Mn |
| Dec 31, 2023 | -32.60 Mn |
| Sep 30, 2023 | -29.00 Mn |
| Jun 30, 2023 | -29.44 Mn |
| Mar 31, 2023 | -28.67 Mn |
| Dec 31, 2022 | -1.16 Mn |
| Sep 30, 2022 | -1.86 Mn |
| Jun 30, 2022 | -4.69 Mn |
| Mar 31, 2022 | -3.91 Mn |
| Dec 31, 2021 | -10.68 Mn |
| Sep 30, 2021 | -2.62 Mn |
| Jun 30, 2021 | 1.80 Mn |
Rum EBT 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=ebt&ticker=RUM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "ticker": "RUM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebt&ticker=RUM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();