Rum (RUM) Other Non Operating Income (2021 - 2026)
Rum's (RUM) quarterly Other Non Operating Income came in at $283991.0 in Q2 2026, up 111.36% quarter-over-quarter from -$2.5 million in Q4 2024.
Rum (RUM) Other Non Operating Income (2021 - 2026) Analysis & Trends
Rum (RUM) has reported Other Non Operating Income for 5 consecutive years, with $283991.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income changed N/A year-over-year to $283991.0; the trailing twelve-month figure through Jun 2026 stood at -$2.2 million (changed N/A YoY), and the FY2025 full-year result was $9.7 million, up 476.78% from the prior year.
- Other Non Operating Income advanced to $283991.0 in Q2 2026 per RUM's latest filing, from -$2.5 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $283991.0 in Q2 2026 and bottomed at -$5.0 million in Q4 2023.
- Historically, Other Non Operating Income has averaged -$556249.2 across 4 years, with a median of -$3869.0 in 2024.
- The widest YoY moves for Other Non Operating Income: up 517.69% in 2023, down 1034953.85% in 2023.
- Over 4 years, Other Non Operating Income stood at $481.0 in 2022, then plunged by 1034953.85% to -$5.0 million in 2023, then jumped by 49.76% to -$2.5 million in 2024, then soared by 111.36% to $283991.0 in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered $283991.0, -$2.5 million, and -$304.0 for Q2 2026, Q4 2024, and Q3 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 283,991.00 |
| Dec 31, 2024 | -2.50 Mn |
| Sep 30, 2024 | -304.00 |
| Jun 30, 2024 | -3,869.00 |
| Mar 31, 2024 | -69,708.00 |
| Dec 31, 2023 | -4.98 Mn |
| Sep 30, 2023 | 104,339.00 |
| Jun 30, 2023 | -2,495.00 |
| Mar 31, 2023 | -15,906.00 |
| Dec 31, 2022 | 481.00 |
| Sep 30, 2022 | -24,980.00 |
| Jun 30, 2022 | 3,010.00 |
| Mar 31, 2022 | -27,577.00 |
| Dec 31, 2021 | -117,130.00 |
| Sep 30, 2021 | -97,258.00 |
Rum Other Non Operating Income 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=other-non-operating-income&ticker=RUM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=RUM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();