Zedge (ZDGE) EPS (Diluted) (2015 - 2026)
Analysis
Zedge (ZDGE) EPS (Diluted) (2015 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Diluted) (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | 0.65 |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | 2.53 |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | 2.70 |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | 1.37 |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | 9.19 |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | 1.21 |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 7.14 |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | 0.44 |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | 0.19 |
| 10 | Zedge | 47.76 Mn | 28.07 Mn | - | 0.07 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Apr 30, 2026 | 0.07 |
| Jan 31, 2026 | -0.18 |
| Oct 31, 2025 | 0.06 |
| Jul 31, 2025 | -0.06 |
| Apr 30, 2025 | 0.01 |
| Jan 31, 2025 | -0.12 |
| Oct 31, 2024 | -0.02 |
| Jul 31, 2024 | -0.02 |
| Apr 30, 2024 | 0.01 |
| Jan 31, 2024 | -0.66 |
| Oct 31, 2023 | 0.00 |
| Jul 31, 2023 | 0.06 |
| Apr 30, 2023 | -0.55 |
| Jan 31, 2023 | 0.11 |
| Oct 31, 2022 | -0.01 |
| Jul 31, 2022 | 0.30 |
| Apr 30, 2022 | 0.05 |
| Jan 31, 2022 | 0.16 |
| Oct 31, 2021 | 0.14 |
| Jul 31, 2021 | 0.04 |
API Access
Zedge EPS (Diluted) 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=eps-diluted&ticker=ZDGE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted", "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=eps-diluted&ticker=ZDGE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();