Fangdd Network (DUO) Invested Capital (2018 - 2025)
Fangdd Network's (DUO) quarterly Invested Capital came in at $54.0 million in Q2 2025, up 16.66% quarter-over-quarter from $46.3 million in Q2 2023.
Fangdd Network (DUO) Invested Capital (2018 - 2025) Analysis & Trends
Fangdd Network (DUO) has reported Invested Capital for 7 consecutive years, with $54.0 million the latest figure, recorded in Q2 2025.
- On a quarterly basis, Invested Capital changed N/A year-over-year to $54.0 million in Q2 2025; TTM through Jun 2025 was $54.0 million, a N/A change from a year earlier, with the FY2022 full-year figure at $25.0 million, down 89.24% from the prior year.
- Invested Capital was $54.0 million for Q2 2025 at Fangdd Network, up from $46.3 million in the prior quarter.
- Over five years, Invested Capital peaked at $267.1 million in Q1 2021 and troughed at $23.6 million in Q4 2022.
- A 4-year average of $156.0 million and a median of $188.1 million in 2021 frame the typical range for Invested Capital.
- Across the five-year window, Invested Capital fell 5.77% in 2021 and plunged 90.37% in 2022, its largest moves.
- Over 4 years, Invested Capital stood at $245.0 million in 2021, then sank by 90.37% to $23.6 million in 2022, then jumped by 96.27% to $46.3 million in 2023, then rose by 16.66% to $54.0 million in 2025.
- The last three Invested Capital figures came in at $54.0 million (Q2 2025), $46.3 million (Q2 2023), and $23.6 million (Q4 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | 8.95 Bn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | - |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | 4.77 Bn |
| 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, 2025 | 54.05 Mn |
| Jun 30, 2023 | 46.33 Mn |
| Dec 31, 2022 | 23.61 Mn |
| Jun 30, 2022 | 202.16 Mn |
| Dec 31, 2021 | 245.01 Mn |
| Sep 30, 2021 | 174.12 Mn |
| Jun 30, 2021 | 235.35 Mn |
| Mar 31, 2021 | 267.07 Mn |
| Dec 31, 2020 | 440.07 Mn |
| Sep 30, 2020 | 285.95 Mn |
| Jun 30, 2020 | 262.89 Mn |
| Mar 31, 2020 | 283.41 Mn |
| Dec 31, 2019 | 370.74 Mn |
| Sep 30, 2019 | -218.41 Mn |
| Dec 31, 2018 | 429.69 Mn |
Fangdd Network Invested Capital 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=invested-capital&ticker=DUO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=DUO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();