Costar (CSGP) Change in Cash (2011 - 2026)
Costar's (CSGP) quarterly Change in Cash came in at -$50.0 million in Q2 2026, up 1.96% year-over-year from -$49.0 million in Q2 2025, and up 88.01% quarter-over-quarter from -$417.0 million in Q1 2026.
Costar (CSGP) Change in Cash (2011 - 2026) Analysis & Trends
Costar (CSGP) has reported Change in Cash for 16 consecutive years, with -$50.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash rose 1.96% year-over-year to -$50.0 million in Q2 2026; TTM through Jun 2026 was -$2.5 billion, a 106.36% decrease from a year earlier, with the FY2025 full-year figure at -$2.9 billion, down 451.03% from the prior year.
- Change in Cash was -$50.0 million for Q2 2026 at Costar, up from -$417.0 million in the prior quarter.
- Over five years, Change in Cash peaked at $810.3 million in Q3 2022 and troughed at -$1.7 billion in Q3 2025.
- A 5-year average of -$142.3 million and a median of -$23.0 million in 2023 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash jumped 834.9% in 2022 and plunged 9449.17% in 2025, its largest moves.
- Over 5 years, Change in Cash stood at $193.6 million in 2022, then plunged by 107.18% to -$13.9 million in 2023, then sank by 1746.76% to -$256.7 million in 2024, then decreased by 17.57% to -$301.8 million in 2025, then surged by 83.43% to -$50.0 million in 2026.
- The last three Change in Cash figures came in at -$50.0 million (Q2 2026), -$417.0 million (Q1 2026), and -$301.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | -50.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 | -6.16 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 | -50.00 Mn |
| Mar 31, 2026 | -417.00 Mn |
| Dec 31, 2025 | -301.80 Mn |
| Sep 30, 2025 | -1.69 Bn |
| Jun 30, 2025 | -51.00 Mn |
| Mar 31, 2025 | -903.00 Mn |
| Dec 31, 2024 | -256.70 Mn |
| Sep 30, 2024 | 18.10 Mn |
| Jun 30, 2024 | -32.10 Mn |
| Mar 31, 2024 | -264.30 Mn |
| Dec 31, 2023 | -13.90 Mn |
| Sep 30, 2023 | 24.60 Mn |
| Jun 30, 2023 | 149.60 Mn |
| Mar 31, 2023 | 87.70 Mn |
| Dec 31, 2022 | 193.56 Mn |
| Sep 30, 2022 | 810.35 Mn |
| Jun 30, 2022 | 35.02 Mn |
| Mar 31, 2022 | 101.97 Mn |
| Dec 31, 2021 | 65.53 Mn |
| Sep 30, 2021 | 86.68 Mn |
Costar Change in Cash 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=change-in-cash&ticker=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();