Rum (RUM) Income from Continuing Operations (2021 - 2026)
Rum's (RUM) quarterly Income from Continuing Operations came in at -$80.9 million in Q2 2026, down 167.76% on a YoY basis from $119.4 million in Q2 2025, and down 423.62% quarter-over-quarter from -$15.5 million in Q4 2025.
Rum (RUM) Income from Continuing Operations (2021 - 2026) Analysis & Trends
Rum (RUM) has reported Income from Continuing Operations for 6 consecutive years, with -$80.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Continuing Operations fell 167.76% year-over-year to -$80.9 million; the trailing twelve-month figure through Jun 2026 stood at -$142.9 million (up 38.34% YoY), and the FY2025 full-year result was -$64.6 million, up 75.98% from the prior year.
- Income from Continuing Operations declined to -$80.9 million in Q2 2026 per RUM's latest filing, from -$15.5 million in the prior quarter.
- Across five years, Income from Continuing Operations topped out at -$925857.0 in Q4 2022 and bottomed at -$167.3 million in Q4 2024.
- Historically, Income from Continuing Operations has averaged -$30.6 million across 5 years, with a median of -$26.8 million in 2024.
- The sharpest annual moves came in 2024 and 2025: Income from Continuing Operations slumped 2151.65% in 2024, then surged 93.88% in 2025.
- Over 5 years, Income from Continuing Operations stood at -$925857.0 in 2022, then sank by 702.43% to -$7.4 million in 2023, then plunged by 2151.65% to -$167.3 million in 2024, then soared by 90.76% to -$15.5 million in 2025, then tumbled by 423.62% to -$80.9 million in 2026.
- According to Business Quant data, Income from Continuing Operations over the past three periods registered -$80.9 million, -$15.5 million, and -$16.3 million for Q2 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | 15.85 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | 252.85 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | 59.32 Mn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | -46.67 Mn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | 170.55 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | -163.99 Mn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | -80.93 Mn |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | 1.46 Mn |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn | 17.74 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -80.93 Mn |
| Dec 31, 2025 | -15.46 Mn |
| Sep 30, 2025 | -16.26 Mn |
| Jun 30, 2025 | -30.22 Mn |
| Mar 31, 2025 | -2.65 Mn |
| Dec 31, 2024 | -167.28 Mn |
| Sep 30, 2024 | -31.54 Mn |
| Jun 30, 2024 | -26.78 Mn |
| Mar 31, 2024 | -43.29 Mn |
| Dec 31, 2023 | -7.43 Mn |
| Sep 30, 2023 | -29.02 Mn |
| Jun 30, 2023 | -29.45 Mn |
| Mar 31, 2023 | -28.67 Mn |
| Dec 31, 2022 | -925,857.00 |
| Sep 30, 2022 | -1.85 Mn |
| Jun 30, 2022 | -4.70 Mn |
| Mar 31, 2022 | -3.93 Mn |
| Dec 31, 2021 | -10.68 Mn |
| Sep 30, 2021 | -2.62 Mn |
| Jun 30, 2021 | 1.79 Mn |
Rum Income from Continuing Operations 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=income-from-continuing-operations&ticker=RUM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=RUM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();