Fangdd Network (DUO) Treasury Shares (2018)
Fangdd Network's (DUO) quarterly Treasury Shares came in at $41.5 million in Q4 2018.
Analysis
Fangdd Network (DUO) Treasury Shares (2018) Analysis & Trends
Fangdd Network (DUO) has reported Treasury Shares for 1 consecutive years, with $41.5 million the latest figure, recorded in Q4 2018.
- On a quarterly basis, Treasury Shares changed N/A year-over-year to $41.5 million in Q4 2018; TTM through Dec 2018 was $41.5 million, a N/A change from a year earlier, with the FY2018 full-year figure at $43.5 million, changed N/A from the prior year.
- Treasury Shares was $41.5 million for Q4 2018 at Fangdd Network.
- Over five years, Treasury Shares peaked at $41.5 million in Q4 2018 and troughed at $41.5 million in Q4 2018.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | - |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 298.27 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | - |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | - |
| 5 | Fangdd Network | 23.51 Mn | -82.57 Mn | - | - |
| 6 | 3 E Network Technology | 430,612.01 | -468,262.99 | - | - |
API Access
Fangdd Network Treasury Shares 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=treasury-shares&ticker=DUO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "ticker": "DUO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=treasury-shares&ticker=DUO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();