Fangdd Network (DUO) Other Non Operating Income (2018 - 2021)
Fangdd Network's (DUO) quarterly Other Non Operating Income came in at -$439661.0 in Q2 2021, down 191.67% quarter-over-quarter from $479627.3 in Q1 2021.
Fangdd Network (DUO) Other Non Operating Income (2018 - 2021) Analysis & Trends
Fangdd Network (DUO) has reported Other Non Operating Income for 4 consecutive years, with -$439661.0 the latest figure, recorded in Q2 2021.
- On a quarterly basis, Other Non Operating Income changed N/A year-over-year to -$439661.0 in Q2 2021; TTM through Jun 2021 was $4.5 million, a N/A change from a year earlier, with the FY2025 full-year figure at $7.8 million, down 63.49% from the prior year.
- Other Non Operating Income was -$439661.0 for Q2 2021 at Fangdd Network, down from $479627.3 in the prior quarter.
- Over five years, Other Non Operating Income peaked at $2.9 million in Q4 2019 and troughed at -$2.2 million in Q4 2018.
- A 4-year average of $444440.3 and a median of $479627.3 in 2021 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income soared 227.86% in 2019 and slumped 69.25% in 2021, its largest moves.
- Over 4 years, Other Non Operating Income stood at -$2.2 million in 2018, then soared by 227.86% to $2.9 million in 2019, then sank by 45.37% to $1.6 million in 2020, then sank by 128.18% to -$439661.0 in 2021.
- The last three Other Non Operating Income figures came in at -$439661.0 (Q2 2021), $479627.3 (Q1 2021), and $1.6 million (Q1 2020), 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 |
|---|---|
| Jun 30, 2021 | -439,661.03 |
| Mar 31, 2021 | 479,627.32 |
| Mar 31, 2020 | 1.56 Mn |
| Dec 31, 2019 | 2.86 Mn |
| Dec 31, 2018 | -2.23 Mn |
Fangdd Network Other Non 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=other-non-operating-income&ticker=DUO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-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=other-non-operating-income&ticker=DUO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();