Costar (CSGP) Cash from Financing Activities (2011 - 2026)
Costar's (CSGP) quarterly Cash from Financing Activities came in at -$108.0 million in Q2 2026, down 107.69% year-over-year from $1.4 billion in Q2 2025, and up 78.99% quarter-over-quarter from -$514.0 million in Q1 2026.
Costar (CSGP) Cash from Financing Activities (2011 - 2026) Analysis & Trends
Costar (CSGP) has reported Cash from Financing Activities for 16 consecutive years, with -$108.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 107.69% year-over-year to -$108.0 million in Q2 2026; TTM through Jun 2026 was -$1.1 billion, a 1007.47% decrease from a year earlier, with the FY2025 full-year figure at -$559.0 million, down 3892.86% from the prior year.
- Cash from Financing Activities was -$108.0 million for Q2 2026 at Costar, up from -$514.0 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $749.1 million in Q3 2022 and troughed at -$514.0 million in Q1 2026.
- A 5-year average of -$25.8 million and a median of -$8.4 million in 2022 frame the typical range for Cash from Financing Activities.
- Across the five-year window, Cash from Financing Activities jumped 41516.83% in 2022 and tumbled 198350.0% in 2025, its largest moves.
- Over 5 years, Cash from Financing Activities stood at -$533000.0 in 2022, then slumped by 87.62% to -$1.0 million in 2023, then jumped by 80.0% to -$200000.0 in 2024, then plunged by 198350.0% to -$396.9 million in 2025, then jumped by 72.79% to -$108.0 million in 2026.
- The last three Cash from Financing Activities figures came in at -$108.0 million (Q2 2026), -$514.0 million (Q1 2026), and -$396.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | -108.00 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | -6.32 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | -65.00 Mn |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -3.52 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 | -108.00 Mn |
| Mar 31, 2026 | -514.00 Mn |
| Dec 31, 2025 | -396.90 Mn |
| Sep 30, 2025 | -63.10 Mn |
| Jun 30, 2025 | -52.00 Mn |
| Mar 31, 2025 | -47.00 Mn |
| Dec 31, 2024 | -200,000.00 |
| Sep 30, 2024 | 1.50 Mn |
| Jun 30, 2024 | 7.20 Mn |
| Mar 31, 2024 | -22.50 Mn |
| Dec 31, 2023 | -1.00 Mn |
| Sep 30, 2023 | 3.30 Mn |
| Jun 30, 2023 | 9.60 Mn |
| Mar 31, 2023 | -15.90 Mn |
| Dec 31, 2022 | -533,000.00 |
| Sep 30, 2022 | 749.10 Mn |
| Jun 30, 2022 | 1.18 Mn |
| Mar 31, 2022 | -15.75 Mn |
| Dec 31, 2021 | -1.36 Mn |
| Sep 30, 2021 | 1.80 Mn |
Costar Cash from 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=cash-from-financing-activities&ticker=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-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=cash-from-financing-activities&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();