Zedge (ZDGE) Debt Ratio (2015 - 2025)
Zedge's (ZDGE) quarterly Debt Ratio came in at 0.0 in Q1 2025, up 97.09% quarter-over-quarter from 0.0 in Q4 2024.
Analysis
Zedge (ZDGE) Debt Ratio (2015 - 2025) Analysis & Trends
Zedge (ZDGE) has reported Debt Ratio for 11 consecutive years, with 0.0 the latest figure, recorded in Q1 2025.
- For the quarter ending Q1 2025, Debt Ratio changed N/A year-over-year to 0.0; the trailing twelve-month figure through Jan 2025 stood at 0.0 (changed N/A YoY), and the FY2024 full-year result was 0.0, down 96.85% from the prior year.
- Debt Ratio rose to 0.0 in Q1 2025 per ZDGE's latest filing, from 0.0 in the prior quarter.
- Across five years, Debt Ratio topped out at 0.08 in Q2 2022 and bottomed at 0.0 in Q3 2024.
- Historically, Debt Ratio has averaged 0.03 across 5 years, with a median of 0.04 in 2022.
- The sharpest annual moves came in 2022 and 2024: Debt Ratio surged 1004.77% in 2022, then slumped 96.85% in 2024.
- Over 5 years, Debt Ratio stood at 0.05 in 2021, then retreated by 27.25% to 0.04 in 2022, then rose by 17.07% to 0.04 in 2023, then slumped by 96.39% to 0.0 in 2024, then soared by 97.09% to 0.0 in 2025.
- According to Business Quant data, Debt Ratio over the past three periods registered 0.0, 0.0, and 0.0 for Q1 2025, Q4 2024, and Q3 2024 respectively.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | 0.04 |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | 0.68 |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | 0.00 |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | 0.09 |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | 0.21 |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | 0.38 |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 0.19 |
| 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
Download Data
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2025 | 0.00 |
| Oct 31, 2024 | 0.00 |
| Jul 31, 2024 | 0.00 |
| Oct 31, 2023 | 0.04 |
| Jul 31, 2023 | 0.04 |
| Apr 30, 2023 | 0.04 |
| Jan 31, 2023 | 0.04 |
| Oct 31, 2022 | 0.04 |
| Jul 31, 2022 | 0.02 |
| Apr 30, 2022 | 0.08 |
| Jan 31, 2022 | 0.04 |
| Oct 31, 2021 | 0.05 |
| Apr 30, 2021 | 0.01 |
| Jan 31, 2021 | 0.01 |
| Oct 31, 2020 | 0.03 |
| Jul 31, 2020 | 0.02 |
| Apr 30, 2020 | 0.02 |
| Jan 31, 2020 | 0.01 |
| Oct 31, 2019 | 0.01 |
| Jul 31, 2019 | 0.02 |
API Access
Zedge Debt Ratio 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=debt-ratio&ticker=ZDGE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=ZDGE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();