Zedge (ZDGE) Net Equity Issued and Repurchased (2020 - 2021)
Zedge's (ZDGE) quarterly Net Equity Issued and Repurchased came in at $2.6 million in Q3 2021, down 64.04% quarter-over-quarter from $7.4 million in Q2 2021.
Zedge (ZDGE) Net Equity Issued and Repurchased (2020 - 2021) Analysis & Trends
Zedge (ZDGE) has reported Net Equity Issued and Repurchased for 2 consecutive years, with $2.6 million the latest figure, recorded in Q3 2021.
- For the quarter ending Q3 2021, Net Equity Issued and Repurchased changed N/A year-over-year to $2.6 million; the trailing twelve-month figure through Jul 2021 stood at $12.0 million (changed N/A YoY), and the FY2021 full-year result was $15.0 million, up 566.67% from the prior year.
- Net Equity Issued and Repurchased retreated to $2.6 million in Q3 2021 per ZDGE's latest filing, from $7.4 million in the prior quarter.
- Across five years, Net Equity Issued and Repurchased topped out at $7.4 million in Q2 2021 and bottomed at $2.0 million in Q2 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Equity Issued (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 | 62.00 Mn |
| 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 |
|---|---|
| Jul 31, 2021 | 2.65 Mn |
| Apr 30, 2021 | 7.36 Mn |
| Apr 30, 2020 | 1.98 Mn |
Zedge Net Equity Issued and Repurchased 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=net-equity-issued-and-repurchased&ticker=ZDGE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "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=net-equity-issued-and-repurchased&ticker=ZDGE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();