Fangdd Network (DUO) Income towards Parent Company (2018 - 2022)
Fangdd Network's (DUO) quarterly Income towards Parent Company came in at -$31.6 million in Q4 2022, up 82.96% year-over-year from -$17.3 million in Q4 2021, and up 82.96% quarter-over-quarter from -$185.4 million in Q4 2021.
Fangdd Network (DUO) Income towards Parent Company (2018 - 2022) Analysis & Trends
Fangdd Network (DUO) has reported Income towards Parent Company for 5 consecutive years, with -$31.6 million the latest figure, recorded in Q4 2022.
- On a quarterly basis, Income towards Parent Company rose 82.96% year-over-year to -$31.6 million in Q4 2022; TTM through Dec 2022 was -$189.2 million, a 8.66% decrease from a year earlier, with the FY2025 full-year figure at -$18.1 million, down 1116.46% from the prior year.
- Income towards Parent Company was -$31.6 million for Q4 2022 at Fangdd Network, up from -$185.4 million in the prior quarter.
- Over five years, Income towards Parent Company peaked at $49.8 million in Q3 2021 and troughed at -$185.4 million in Q4 2021.
- A 5-year average of -$19.9 million and a median of -$4.7 million in 2020 frame the typical range for Income towards Parent Company.
- Across the five-year window, Income towards Parent Company sank 2752.15% in 2020 and jumped 1370.28% in 2021, its largest moves.
- Over 5 years, Income towards Parent Company stood at $4.3 million in 2018, then plunged by 1746.47% to -$71.3 million in 2019, then soared by 59.38% to -$29.0 million in 2020, then plunged by 539.7% to -$185.4 million in 2021, then surged by 82.96% to -$31.6 million in 2022.
- The last three Income towards Parent Company figures came in at -$31.6 million (Q4 2022), -$185.4 million (Q4 2021), and $49.8 million (Q3 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 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 | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | -31.58 Mn |
| Dec 31, 2021 | -185.37 Mn |
| Sep 30, 2021 | 49.84 Mn |
| Jun 30, 2021 | -22.07 Mn |
| Mar 31, 2021 | -16.51 Mn |
| Dec 31, 2020 | -28.98 Mn |
| Sep 30, 2020 | 3.39 Mn |
| Jun 30, 2020 | -4.65 Mn |
| Mar 31, 2020 | -20.07 Mn |
| Dec 31, 2019 | -71.35 Mn |
| Sep 30, 2019 | 10.96 Mn |
| Jun 30, 2019 | 9.76 Mn |
| Mar 31, 2019 | 756,571.90 |
| Dec 31, 2018 | 4.33 Mn |
| Sep 30, 2018 | 3.15 Mn |
Fangdd Network Income towards Parent Company 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=income-towards-parent-company&ticker=DUO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=DUO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();