Costar (CSGP) Minority Interest (2025 - 2026)
Costar's (CSGP) quarterly Minority Interest came in at $13.0 million in Q2 2026, down 65.79% quarter-over-quarter from $38.0 million in Q1 2026.
Costar (CSGP) Minority Interest (2025 - 2026) Analysis & Trends
Costar (CSGP) has reported Minority Interest for 2 consecutive years, with $13.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Minority Interest changed N/A year-over-year to $13.0 million in Q2 2026; TTM through Jun 2026 was $13.0 million, a N/A change from a year earlier, with the FY2025 full-year figure at $37.0 million, changed N/A from the prior year.
- Minority Interest was $13.0 million for Q2 2026 at Costar, down from $38.0 million in the prior quarter.
- Over five years, Minority Interest peaked at $38.0 million in Q1 2026 and troughed at $8.1 million in Q3 2025.
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 | 13.00 Mn |
| Mar 31, 2026 | 38.00 Mn |
| Dec 31, 2025 | 37.00 Mn |
| Sep 30, 2025 | 8.10 Mn |
Costar 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=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "ticker": "CSGP", "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=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();