Fangdd Network (DUO) Other Operating Expenses (2018 - 2022)
Fangdd Network's (DUO) quarterly Other Operating Expenses came in at -$1.9 million in Q4 2022, up 81.73% year-over-year from -$1.0 million in Q4 2021, and up 81.73% quarter-over-quarter from -$10.2 million in Q4 2021.
Fangdd Network (DUO) Other Operating Expenses (2018 - 2022) Analysis & Trends
Fangdd Network (DUO) has reported Other Operating Expenses for 5 consecutive years, with -$1.9 million the latest figure, recorded in Q4 2022.
- On a quarterly basis, Other Operating Expenses rose 81.73% year-over-year to -$1.9 million in Q4 2022; TTM through Dec 2022 was -$15.4 million, a 20.59% increase from a year earlier, with the FY2025 full-year figure at -$1.4 million, up 1.96% from the prior year.
- Other Operating Expenses was -$1.9 million for Q4 2022 at Fangdd Network, up from -$10.2 million in the prior quarter.
- Over five years, Other Operating Expenses peaked at -$198740.1 in Q1 2020 and troughed at -$10.2 million in Q4 2021.
- A 5-year average of -$3.0 million and a median of -$2.0 million in 2018 frame the typical range for Other Operating Expenses.
- Across the five-year window, Other Operating Expenses jumped 86.95% in 2020 and plunged 2838.55% in 2021, its largest moves.
- Over 5 years, Other Operating Expenses stood at -$3.8 million in 2018, then sank by 82.56% to -$6.9 million in 2019, then grew by 16.45% to -$5.7 million in 2020, then sank by 76.98% to -$10.2 million in 2021, then jumped by 81.73% to -$1.9 million in 2022.
- The last three Other Operating Expenses figures came in at -$1.9 million (Q4 2022), -$10.2 million (Q4 2021), and -$1.3 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 | -1.86 Mn |
| Dec 31, 2021 | -10.15 Mn |
| Sep 30, 2021 | -1.32 Mn |
| Jun 30, 2021 | -2.03 Mn |
| Mar 31, 2021 | -5.84 Mn |
| Dec 31, 2020 | -5.74 Mn |
| Sep 30, 2020 | -221,486.34 |
| Jun 30, 2020 | -408,581.06 |
| Mar 31, 2020 | -198,740.10 |
| Dec 31, 2019 | -6.87 Mn |
| Sep 30, 2019 | -547,134.17 |
| Jun 30, 2019 | -3.13 Mn |
| Mar 31, 2019 | -905,990.78 |
| Dec 31, 2018 | -3.76 Mn |
| Sep 30, 2018 | -1.95 Mn |
Fangdd Network Other Operating Expenses 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=other-operating-expenses&ticker=DUO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=DUO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();