Fangdd Network (DUO) Minority Interest (2020 - 2026)
Fangdd Network's (DUO) quarterly Minority Interest came in at -$2.8 million in Q2 2026, down 2023.08% year-over-year from $143000.0 in Q2 2025, and down 4088.66% quarter-over-quarter from $68945.4 in Q4 2025.
Fangdd Network (DUO) Minority Interest (2020 - 2026) Analysis & Trends
Fangdd Network (DUO) has reported Minority Interest for 7 consecutive years, with -$2.8 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Minority Interest fell 2023.08% year-over-year to -$2.8 million in Q2 2026; TTM through Jun 2026 was -$2.8 million, a 2023.08% decrease from a year earlier, with the FY2025 full-year figure at $68045.7, up 116.07% from the prior year.
- Minority Interest was -$2.8 million for Q2 2026 at Fangdd Network, down from $68945.4 in the prior quarter.
- Over five years, Minority Interest peaked at $143000.0 in Q2 2025 and troughed at -$2.8 million in Q2 2026.
- A 5-year average of -$642055.9 and a median of -$585000.0 in 2023 frame the typical range for Minority Interest.
- Across the five-year window, Minority Interest surged 147.99% in 2025 and tumbled 2023.08% in 2026, its largest moves.
- Over 5 years, Minority Interest stood at -$663932.5 in 2022, then rose by 9.04% to -$603882.4 in 2023, then grew by 29.85% to -$423633.4 in 2024, then surged by 116.27% to $68945.4 in 2025, then plunged by 4088.66% to -$2.8 million in 2026.
- The last three Minority Interest figures came in at -$2.8 million (Q2 2026), $68945.4 (Q4 2025), and $143000.0 (Q2 2025), 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, 2026 | -2.75 Mn |
| Dec 31, 2025 | 68,945.38 |
| Jun 30, 2025 | 143,000.00 |
| Dec 31, 2024 | -423,633.43 |
| Jun 30, 2024 | -298,000.00 |
| Dec 31, 2023 | -603,882.39 |
| Jun 30, 2023 | -585,000.00 |
| Dec 31, 2022 | -663,932.45 |
| Jun 30, 2022 | -666,000.00 |
| Dec 31, 2021 | -1.50 Mn |
| Sep 30, 2021 | -881,727.93 |
| Jun 30, 2021 | 1.95 Mn |
| Mar 31, 2021 | 3.00 Mn |
| Dec 31, 2020 | 3.40 Mn |
Fangdd Network Minority Interest 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=minority-interest&ticker=DUO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=DUO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();