Zedge (ZDGE) Cash from Investing Activities (2015 - 2026)
Zedge's (ZDGE) quarterly Cash from Investing Activities came in at -$47000.0 in Q2 2026, up 58.04% on a YoY basis from -$29740.1 in Q2 2025, and up 34.72% quarter-over-quarter from -$72000.0 in Q1 2026.
Zedge (ZDGE) Cash from Investing Activities (2015 - 2026) Analysis & Trends
Zedge (ZDGE) has reported Cash from Investing Activities for 12 consecutive years, with -$47000.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities rose 58.04% year-over-year to -$47000.0; the trailing twelve-month figure through Apr 2026 stood at -$475000.0 (up 12.68% YoY), and the FY2025 full-year result was -$549000.0, up 54.02% from the prior year.
- Cash from Investing Activities rose to -$47000.0 in Q2 2026 per ZDGE's latest filing, from -$72000.0 in the prior quarter.
- Across five years, Cash from Investing Activities topped out at -$47000.0 in Q2 2026 and bottomed at -$18.5 million in Q2 2022.
- Historically, Cash from Investing Activities has averaged -$1.3 million across 5 years, with a median of -$178000.0 in 2025.
- The sharpest annual moves came in 2022 and 2023: Cash from Investing Activities plunged 9527.08% in 2022, then soared 97.59% in 2023.
- Over 5 years, Cash from Investing Activities stood at -$1.3 million in 2022, then soared by 66.06% to -$445000.0 in 2023, then surged by 64.72% to -$157000.0 in 2024, then fell by 17.83% to -$185000.0 in 2025, then soared by 74.59% to -$47000.0 in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$47000.0, -$72000.0, and -$185000.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | -2.80 Bn |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | -89.00 Mn |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | -2.93 Bn |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | -349.00 Mn |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | -2.69 Bn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | -584.00 Mn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | -768.00 Mn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | -48.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | -214.93 Mn |
| 10 | Zedge | 47.76 Mn | 28.07 Mn | - | -47,000.00 |
Historic Data
| Date | Value |
|---|---|
| Apr 30, 2026 | -47,000.00 |
| Jan 31, 2026 | -72,000.00 |
| Oct 31, 2025 | -185,000.00 |
| Jul 31, 2025 | -171,000.00 |
| Apr 30, 2025 | -112,000.00 |
| Jan 31, 2025 | -109,000.00 |
| Oct 31, 2024 | -157,000.00 |
| Jul 31, 2024 | -166,000.00 |
| Apr 30, 2024 | -228,000.00 |
| Jan 31, 2024 | -355,000.00 |
| Oct 31, 2023 | -445,000.00 |
| Jul 31, 2023 | -293,000.00 |
| Apr 30, 2023 | -446,000.00 |
| Jan 31, 2023 | -372,000.00 |
| Oct 31, 2022 | -1.31 Mn |
| Jul 31, 2022 | -143,000.00 |
| Apr 30, 2022 | -18.48 Mn |
| Jan 31, 2022 | -135,000.00 |
| Oct 31, 2021 | -188,000.00 |
| Jul 31, 2021 | -4.89 Mn |
Zedge Cash from Investing Activities 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=cash-from-investing-activities&ticker=ZDGE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=ZDGE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();