Costar (CSGP) Other financing activities (2011 - 2026)
Costar's (CSGP) quarterly Other financing activities came in at -$2.0 million in Q2 2026, down 100.0% year-over-year from -$inf billion in Q2 2025, and down 100.0% quarter-over-quarter from -$1.0 million in Q1 2026.
Costar (CSGP) Other financing activities (2011 - 2026) Analysis & Trends
Costar (CSGP) has reported Other financing activities for 13 consecutive years, with -$2.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other financing activities fell 100.0% year-over-year to -$2.0 million in Q2 2026; TTM through Jun 2026 was -$5.0 million, a 61.29% decrease from a year earlier, with the FY2025 full-year figure at -$8.0 million, up 11.11% from the prior year.
- Other financing activities was -$2.0 million for Q2 2026 at Costar, down from -$1.0 million in the prior quarter.
- Over five years, Other financing activities peaked at -$1.0 million in Q1 2025 and troughed at -$2.0 million in Q2 2026.
- A 3-year average of -$1.2 million and a median of -$1.0 million in 2025 frame the typical range for Other financing activities.
- Across the five-year window, Other financing activities advanced 9.09% in 2025 and plunged 100.0% in 2026, its largest moves.
- Over 3 years, Other financing activities stood at -$1.1 million in 2024, then climbed by 9.09% to -$1.0 million in 2025, then sank by 100.0% to -$2.0 million in 2026.
- The last three Other financing activities figures came in at -$2.0 million (Q2 2026), -$1.0 million (Q1 2026), and -$1.0 million (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.00 Mn |
| Mar 31, 2026 | -1.00 Mn |
| Jun 30, 2025 | -1.00 Mn |
| Mar 31, 2025 | -1.00 Mn |
| Mar 31, 2024 | -1.10 Mn |
| Dec 31, 2021 | -343,000.00 |
| Dec 31, 2019 | -1.53 Mn |
| Jun 30, 2018 | 3.41 Mn |
| Mar 31, 2018 | -3.41 Mn |
| Dec 31, 2017 | 3.39 Mn |
| Sep 30, 2017 | -3.28 Mn |
| Jun 30, 2017 | 14,000.00 |
| Mar 31, 2017 | -117,000.00 |
| Dec 31, 2016 | 285,000.00 |
| Sep 30, 2016 | -9,000.00 |
| Jun 30, 2016 | 243,000.00 |
| Mar 31, 2016 | 239,000.00 |
| Dec 31, 2015 | -7.28 Mn |
| Sep 30, 2015 | 418,000.00 |
| Jun 30, 2015 | 5.46 Mn |
Costar Other financing activities 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-financing-activities&ticker=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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-financing-activities&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();