Fangdd Network (DUO) EBIT Margin (2018 - 2022)
Fangdd Network's (DUO) quarterly EBIT Margin came in at 416.32% in Q4 2022, up 76984.0% year-over-year from N/an in Q4 2021, and up 64.9% quarter-over-quarter from 1186.17% in Q4 2021.
Fangdd Network (DUO) EBIT Margin (2018 - 2022) Analysis & Trends
Fangdd Network (DUO) has reported EBIT Margin for 5 consecutive years, with 416.32% the latest figure, recorded in Q4 2022.
- On a quarterly basis, EBIT Margin rose 76984.0% year-over-year to 416.32% in Q4 2022; TTM through Dec 2022 was 143.63%, a 4866.0% decrease from a year earlier, with the FY2025 full-year figure at 37.57%, down 51.0% from the prior year.
- EBIT Margin was 416.32% for Q4 2022 at Fangdd Network, up from 1186.17% in the prior quarter.
- Over five years, EBIT Margin peaked at 190.54% in Q3 2021 and troughed at 1186.17% in Q4 2021.
- A 5-year average of 106.72% and a median of 4.47% in 2020 frame the typical range for EBIT Margin.
- Across the five-year window, EBIT Margin tumbled 114985 bps in 2021 and jumped 76984 bps in 2022, its largest moves.
- Over 5 years, EBIT Margin stood at 4.29% in 2018, then plunged by 1294 bps to 51.25% in 2019, then increased by 29 bps to 36.31% in 2020, then slumped by 3166 bps to 1186.17% in 2021, then soared by 65 bps to 416.32% in 2022.
- The last three EBIT Margin figures came in at 416.32% (Q4 2022), 1186.17% (Q4 2021), and 190.54% (Q3 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | 8.22% |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 18.84% |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | -1.30% |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -16.22% |
| 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 | -416.32% |
| Dec 31, 2021 | -1,186.17% |
| Sep 30, 2021 | 190.54% |
| Jun 30, 2021 | -35.53% |
| Mar 31, 2021 | -36.77% |
| Dec 31, 2020 | -36.31% |
| Sep 30, 2020 | 2.86% |
| Jun 30, 2020 | -4.47% |
| Mar 31, 2020 | -51.46% |
| Dec 31, 2019 | -51.25% |
| Sep 30, 2019 | 8.11% |
| Jun 30, 2019 | 7.02% |
| Mar 31, 2019 | 0.78% |
| Dec 31, 2018 | 4.29% |
| Sep 30, 2018 | 3.89% |
Fangdd Network EBIT Margin 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=ebit-margin&ticker=DUO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-margin", "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=ebit-margin&ticker=DUO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();