Costar (CSGP) Net Cash Flow (2011 - 2026)
Costar's (CSGP) quarterly Net Cash Flow came in at -$49.0 million in Q2 2026, up 10.91% year-over-year from -$44.2 million in Q2 2025, and up 88.22% quarter-over-quarter from -$416.0 million in Q1 2026.
Costar (CSGP) Net Cash Flow (2011 - 2026) Analysis & Trends
Costar (CSGP) has reported Net Cash Flow for 16 consecutive years, with -$49.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Cash Flow rose 10.91% year-over-year to -$49.0 million in Q2 2026; TTM through Jun 2026 was -$2.4 billion, a 104.37% decrease from a year earlier, with the FY2025 full-year figure at -$2.9 billion, down 451.5% from the prior year.
- Net Cash Flow was -$49.0 million for Q2 2026 at Costar, up from -$416.0 million in the prior quarter.
- Over five years, Net Cash Flow peaked at $811.8 million in Q3 2022 and troughed at -$1.7 billion in Q3 2025.
- A 5-year average of -$141.9 million and a median of -$23.5 million in 2023 frame the typical range for Net Cash Flow.
- Across the five-year window, Net Cash Flow soared 822.37% in 2022 and sank 10244.58% in 2025, its largest moves.
- Over 5 years, Net Cash Flow stood at $192.0 million in 2022, then tumbled by 107.81% to -$15.0 million in 2023, then tumbled by 1602.67% to -$255.4 million in 2024, then fell by 17.85% to -$301.0 million in 2025, then jumped by 83.72% to -$49.0 million in 2026.
- The last three Net Cash Flow figures came in at -$49.0 million (Q2 2026), -$416.0 million (Q1 2026), and -$301.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | -49.00 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 69.99 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | -105.00 Mn |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -7.06 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 | -49.00 Mn |
| Mar 31, 2026 | -416.00 Mn |
| Dec 31, 2025 | -301.00 Mn |
| Sep 30, 2025 | -1.68 Bn |
| Jun 30, 2025 | -55.00 Mn |
| Mar 31, 2025 | -905.00 Mn |
| Dec 31, 2024 | -255.40 Mn |
| Sep 30, 2024 | 16.60 Mn |
| Jun 30, 2024 | -32.00 Mn |
| Mar 31, 2024 | -263.20 Mn |
| Dec 31, 2023 | -15.00 Mn |
| Sep 30, 2023 | 24.30 Mn |
| Jun 30, 2023 | 150.00 Mn |
| Mar 31, 2023 | 87.70 Mn |
| Dec 31, 2022 | 191.96 Mn |
| Sep 30, 2022 | 811.81 Mn |
| Jun 30, 2022 | 37.27 Mn |
| Mar 31, 2022 | 102.55 Mn |
| Dec 31, 2021 | 65.33 Mn |
| Sep 30, 2021 | 88.01 Mn |
Costar Net Cash Flow 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=net-cash-flow&ticker=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();