Fangdd Network (DUO) Operating Income (2018 - 2022)
Fangdd Network's (DUO) quarterly Operating Income came in at -$35.1 million in Q4 2022, up 76.58% year-over-year from -$19.9 million in Q4 2021, and up 76.58% quarter-over-quarter from -$149.7 million in Q4 2021.
Fangdd Network (DUO) Operating Income (2018 - 2022) Analysis & Trends
Fangdd Network (DUO) has reported Operating Income for 5 consecutive years, with -$35.1 million the latest figure, recorded in Q4 2022.
- On a quarterly basis, Operating Income rose 76.58% year-over-year to -$35.1 million in Q4 2022; TTM through Dec 2022 was -$157.0 million, a 13.4% decrease from a year earlier, with the FY2025 full-year figure at -$19.1 million, down 10.72% from the prior year.
- Operating Income was -$35.1 million for Q4 2022 at Fangdd Network, up from -$149.7 million in the prior quarter.
- Over five years, Operating Income peaked at $49.8 million in Q3 2021 and troughed at -$149.7 million in Q4 2021.
- A 5-year average of -$18.4 million and a median of -$4.7 million in 2020 frame the typical range for Operating Income.
- Across the five-year window, Operating Income sank 2752.15% in 2020 and jumped 1370.28% in 2021, its largest moves.
- Over 5 years, Operating Income stood at $4.3 million in 2018, then tumbled by 1857.47% to -$76.2 million in 2019, then soared by 55.22% to -$34.1 million in 2020, then tumbled by 339.03% to -$149.7 million in 2021, then surged by 76.58% to -$35.1 million in 2022.
- The last three Operating Income figures came in at -$35.1 million (Q4 2022), -$149.7 million (Q4 2021), and $49.8 million (Q3 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | 76.00 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 52.98 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | -10.00 Mn |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -6.46 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 | -35.07 Mn |
| Dec 31, 2021 | -149.73 Mn |
| Sep 30, 2021 | 49.84 Mn |
| Jun 30, 2021 | -22.07 Mn |
| Mar 31, 2021 | -16.51 Mn |
| Dec 31, 2020 | -34.10 Mn |
| Sep 30, 2020 | 3.39 Mn |
| Jun 30, 2020 | -4.65 Mn |
| Mar 31, 2020 | -20.07 Mn |
| Dec 31, 2019 | -76.16 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 Operating Income 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=operating-income&ticker=DUO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=DUO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();