Costar (CSGP) Other Non Operating Income (2016 - 2026)
Costar's (CSGP) quarterly Other Non Operating Income came in at -$1.0 million in Q1 2026, up 50.0% year-over-year from -$666666.7 in Q1 2025, and up 16.67% quarter-over-quarter from -$1.2 million in Q4 2025.
Costar (CSGP) Other Non Operating Income (2016 - 2026) Analysis & Trends
Costar (CSGP) has reported Other Non Operating Income for 11 consecutive years, with -$1.0 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Other Non Operating Income rose 50.0% year-over-year to -$1.0 million in Q1 2026; TTM through Jun 2026 was -$22.9 million, a 346.24% decrease from a year earlier, with the FY2025 full-year figure at -$8.0 million, up 68.63% from the prior year.
- Other Non Operating Income was -$1.0 million for Q1 2026 at Costar, up from -$1.2 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at $16.0 million in Q2 2025 and troughed at -$20.7 million in Q3 2025.
- A 5-year average of -$441176.5 and a median of -$196000.0 in 2022 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income surged 2344.9% in 2023 and plunged 1193.75% in 2025, its largest moves.
- Over 5 years, Other Non Operating Income stood at -$196000.0 in 2022, then surged by 2344.9% to $4.4 million in 2023, then slumped by 170.45% to -$3.1 million in 2024, then jumped by 61.29% to -$1.2 million in 2025, then grew by 16.67% to -$1.0 million in 2026.
- The last three Other Non Operating Income figures came in at -$1.0 million (Q1 2026), -$1.2 million (Q4 2025), and -$20.7 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Costar | 11.77 Bn | 10.51 Bn | 728.00 Mn |
| 2 | Appfolio | 7.43 Bn | 7.20 Bn | 178.53 Mn |
| 3 | Zillow | 6.89 Bn | 6.21 Bn | 562.00 Mn |
| 4 | SmartRent | 222.27 Mn | 129.61 Mn | 16.22 Mn |
| 5 | Fangdd Network | 21.20 Mn | -84.89 Mn | - |
| 6 | 3 E Network Technology | 416,416.00 | -482,459.00 | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -1.00 Mn |
| Dec 31, 2025 | -1.20 Mn |
| Sep 30, 2025 | -20.70 Mn |
| Jun 30, 2025 | 16.00 Mn |
| Mar 31, 2025 | -2.00 Mn |
| Dec 31, 2024 | -3.10 Mn |
| Sep 30, 2024 | -1.60 Mn |
| Jun 30, 2024 | -1.50 Mn |
| Mar 31, 2024 | -1.90 Mn |
| Dec 31, 2023 | 4.40 Mn |
| Sep 30, 2023 | 500,000.00 |
| Jun 30, 2023 | 600,000.00 |
| Mar 31, 2023 | 600,000.00 |
| Dec 31, 2022 | -196,000.00 |
| Sep 30, 2022 | 1.39 Mn |
| Jun 30, 2022 | 1.34 Mn |
| Mar 31, 2022 | 864,000.00 |
| Dec 31, 2021 | 957,000.00 |
| Sep 30, 2021 | 1.55 Mn |
| Jun 30, 2021 | 847,000.00 |
Costar Other Non Operating Income 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=other-non-operating-income&ticker=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();