Zedge (ZDGE) Other Operating Expenses (2016 - 2026)
Zedge's (ZDGE) quarterly Other Operating Expenses came in at -$5.7 million in Q2 2026, up 12.11% on a YoY basis from -$5.1 million in Q2 2025, and up 7.14% quarter-over-quarter from -$6.1 million in Q1 2026.
Zedge (ZDGE) Other Operating Expenses (2016 - 2026) Analysis & Trends
Zedge (ZDGE) has reported Other Operating Expenses for 10 consecutive years, with -$5.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Operating Expenses rose 12.11% year-over-year to -$5.7 million; the trailing twelve-month figure through Apr 2026 stood at -$24.1 million (up 6.86% YoY), and the FY2025 full-year result was -$21000.0, up 99.91% from the prior year.
- Other Operating Expenses improved to -$5.7 million in Q2 2026 per ZDGE's latest filing, from -$6.1 million in the prior quarter.
- Across five years, Other Operating Expenses topped out at -$1.8 million in Q1 2023 and bottomed at -$6.9 million in Q3 2025.
- Historically, Other Operating Expenses has averaged -$5.3 million across 5 years, with a median of -$5.9 million in 2024.
- The sharpest annual moves came in 2023 and 2024: Other Operating Expenses soared 35.13% in 2023, then tumbled 238.26% in 2024.
- Over 5 years, Other Operating Expenses stood at -$5.2 million in 2022, then climbed by 3.48% to -$5.0 million in 2023, then dropped by 26.63% to -$6.3 million in 2024, then rose by 15.41% to -$5.4 million in 2025, then retreated by 5.87% to -$5.7 million in 2026.
- According to Business Quant data, Other Operating Expenses over the past three periods registered -$5.7 million, -$6.1 million, and -$5.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - |
| 10 | Zedge | 47.76 Mn | 28.07 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Apr 30, 2026 | -5.69 Mn |
| Jan 31, 2026 | -6.12 Mn |
| Oct 31, 2025 | -5.37 Mn |
| Jul 31, 2025 | -6.93 Mn |
| Apr 30, 2025 | -6.47 Mn |
| Jan 31, 2025 | -6.68 Mn |
| Oct 31, 2024 | -6.35 Mn |
| Jul 31, 2024 | -6.39 Mn |
| Apr 30, 2024 | -6.30 Mn |
| Jan 31, 2024 | -6.07 Mn |
| Oct 31, 2023 | -5.01 Mn |
| Jan 31, 2023 | -1.79 Mn |
| Oct 31, 2022 | -5.19 Mn |
| Jul 31, 2022 | -4.57 Mn |
| Apr 30, 2022 | -3.66 Mn |
| Jan 31, 2022 | -2.76 Mn |
| Oct 31, 2021 | -2.42 Mn |
| Jul 31, 2021 | -2.17 Mn |
| Apr 30, 2021 | -2.40 Mn |
| Jan 31, 2021 | -1.85 Mn |
Zedge Other Operating Expenses 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-operating-expenses&ticker=ZDGE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "ticker": "ZDGE", "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-operating-expenses&ticker=ZDGE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();