Zedge (ZDGE) Gross Profit (2015 - 2020)
Zedge's (ZDGE) quarterly Gross Profit came in at $1.8 million in Q2 2020, up 14.82% on a YoY basis from $1.6 million in Q2 2019, and down 23.37% quarter-over-quarter from $2.3 million in Q1 2020.
Zedge (ZDGE) Gross Profit (2015 - 2020) Analysis & Trends
Zedge (ZDGE) has reported Gross Profit for 6 consecutive years, with $1.8 million the latest figure, recorded in Q2 2020.
- For the quarter ending Q2 2020, Gross Profit rose 14.82% year-over-year to $1.8 million; the trailing twelve-month figure through Apr 2020 stood at $7.4 million (down 7.1% YoY), and the FY2019 full-year result was $7.4 million, down 20.16% from the prior year.
- Gross Profit slipped to $1.8 million in Q2 2020 per ZDGE's latest filing, from $2.3 million in the prior quarter.
- Across five years, Gross Profit topped out at $3.2 million in Q1 2016 and bottomed at $1.6 million in Q2 2019.
- Historically, Gross Profit has averaged $2.1 million across 5 years, with a median of $2.2 million in 2017.
- The sharpest annual moves came in 2017 and 2018: Gross Profit slumped 32.92% in 2017, then grew 24.49% in 2018.
- Over 5 years, Gross Profit stood at $2.0 million in 2016, then increased by 13.44% to $2.3 million in 2017, then decreased by 11.19% to $2.0 million in 2018, then decreased by 16.05% to $1.7 million in 2019, then increased by 4.99% to $1.8 million in 2020.
- According to Business Quant data, Gross Profit over the past three periods registered $1.8 million, $2.3 million, and $1.7 million for Q2 2020, Q1 2020, and Q4 2019 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, 2020 | 1.79 Mn |
| Jan 31, 2020 | 2.34 Mn |
| Oct 31, 2019 | 1.71 Mn |
| Jul 31, 2019 | 1.60 Mn |
| Apr 30, 2019 | 1.56 Mn |
| Jan 31, 2019 | 2.25 Mn |
| Oct 31, 2018 | 2.03 Mn |
| Jul 31, 2018 | 2.17 Mn |
| Apr 30, 2018 | 2.17 Mn |
| Jan 31, 2018 | 2.69 Mn |
| Oct 31, 2017 | 2.29 Mn |
| Jul 31, 2017 | 2.17 Mn |
| Apr 30, 2017 | 2.12 Mn |
| Jan 31, 2017 | 2.16 Mn |
| Oct 31, 2016 | 2.02 Mn |
| Jul 31, 2016 | 2.09 Mn |
| Apr 30, 2016 | 2.25 Mn |
| Jan 31, 2016 | 3.22 Mn |
| Oct 31, 2015 | 2.26 Mn |
| Jul 31, 2015 | 2.17 Mn |
Zedge Gross Profit 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=gross-profit&ticker=ZDGE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-profit", "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=gross-profit&ticker=ZDGE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();