Zedge, Inc. has paid 4 recorded cash distributions, spanning 2025 to 2026.
The highest single cash dividend paid by Zedge, Inc. is $0.02. The latest distribution of $0.02 was recorded on Jun 30, 2026.
The most recently recorded trailing dividend yield for Zedge, Inc. stands at 98.20%, peaking at 112.70% on May 14, 2026, and averaging — across the selected range.
View 4 recorded historical distributions for Zedge, Inc., covering a time period spanning from 2025 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Jun 22, 2026 | $0.02 | Cash | Jun 30, 2026 |
| 2 | Apr 6, 2026 | $0.02 | Cash | Apr 15, 2026 |
| 3 | Jan 30, 2026 | $0.02 | Cash | Feb 10, 2026 |
| 4 | Oct 24, 2025 | $0.02 | Cash | Nov 7, 2025 |
Pull Zedge, Inc.'s full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=ZDGE&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "ZDGE", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=ZDGE&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();