Fangdd Network (DUO) Profit After Tax (2018 - 2022)
Fangdd Network's (DUO) quarterly Profit After Tax came in at -$32.1 million in Q4 2022, up 83.03% year-over-year from -$17.6 million in Q4 2021, and up 83.03% quarter-over-quarter from -$189.4 million in Q4 2021.
Fangdd Network (DUO) Profit After Tax (2018 - 2022) Analysis & Trends
Fangdd Network (DUO) has reported Profit After Tax for 5 consecutive years, with -$32.1 million the latest figure, recorded in Q4 2022.
- On a quarterly basis, Profit After Tax rose 83.03% year-over-year to -$32.1 million in Q4 2022; TTM through Dec 2022 was -$217.7 million, a 8.17% decrease from a year earlier, with the FY2025 full-year figure at -$12.1 million, down 386.72% from the prior year.
- Profit After Tax was -$32.1 million for Q4 2022 at Fangdd Network, up from -$189.4 million in the prior quarter.
- Over five years, Profit After Tax peaked at $12.5 million in Q2 2019 and troughed at -$189.4 million in Q4 2021.
- A 5-year average of -$23.1 million and a median of -$2.0 million in 2020 frame the typical range for Profit After Tax.
- The widest YoY moves for Profit After Tax: up 318.72% in 2019, down 1580.94% in 2019.
- Over 5 years, Profit After Tax stood at $5.8 million in 2018, then slumped by 1580.94% to -$85.8 million in 2019, then surged by 56.13% to -$37.6 million in 2020, then tumbled by 403.23% to -$189.4 million in 2021, then surged by 83.03% to -$32.1 million in 2022.
- The last three Profit After Tax figures came in at -$32.1 million (Q4 2022), -$189.4 million (Q4 2021), and $2.8 million (Q3 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | 55.00 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 41.54 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | -4.00 Mn |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -5.64 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 | -32.14 Mn |
| Dec 31, 2021 | -189.40 Mn |
| Sep 30, 2021 | 2.83 Mn |
| Jun 30, 2021 | 1.01 Mn |
| Mar 31, 2021 | -15.69 Mn |
| Dec 31, 2020 | -37.64 Mn |
| Sep 30, 2020 | 3.16 Mn |
| Jun 30, 2020 | -1.97 Mn |
| Mar 31, 2020 | -17.99 Mn |
| Dec 31, 2019 | -85.80 Mn |
| Sep 30, 2019 | 11.46 Mn |
| Jun 30, 2019 | 12.55 Mn |
| Mar 31, 2019 | 2.19 Mn |
| Dec 31, 2018 | 5.79 Mn |
| Sep 30, 2018 | -5.24 Mn |
Fangdd Network Profit After Tax 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=profit-after-tax&ticker=DUO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=DUO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();