ATRenew Inc. has paid 1 recorded cash distributions, spanning 2026 to 2026.
The highest single cash dividend paid by ATRenew Inc. is $0.10. The latest distribution of $0.10 was recorded on Apr 24, 2026.
The most recently recorded trailing dividend yield for ATRenew Inc. stands at 0.00%, peaking at 0.00% on N/A, and averaging — across the selected range.
View 1 recorded historical distributions for ATRenew Inc., covering a time period spanning from 2026 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Apr 6, 2026 | $0.10 | Cash | Apr 24, 2026 |
Pull ATRenew 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=RERE&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "RERE", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=RERE&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();