Costar (CSGP) Cash from Investing Activities (2011 - 2026)
Costar's (CSGP) quarterly Cash from Investing Activities came in at -$56.0 million in Q2 2026, up 62.67% year-over-year from -$34.4 million in Q2 2025, and down 3.7% quarter-over-quarter from -$54.0 million in Q1 2026.
Costar (CSGP) Cash from Investing Activities (2011 - 2026) Analysis & Trends
Costar (CSGP) has reported Cash from Investing Activities for 16 consecutive years, with -$56.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 62.67% year-over-year to -$56.0 million in Q2 2026; TTM through Jun 2026 was -$1.9 billion, a 24.63% decrease from a year earlier, with the FY2025 full-year figure at -$2.8 billion, down 208.43% from the prior year.
- Cash from Investing Activities was -$56.0 million for Q2 2026 at Costar, down from -$54.0 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $7.4 million in Q4 2022 and troughed at -$1.7 billion in Q3 2025.
- A 5-year average of -$230.4 million and a median of -$61.1 million in 2025 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities surged 108.81% in 2022 and tumbled 2306.88% in 2023, its largest moves.
- Over 5 years, Cash from Investing Activities stood at $7.4 million in 2022, then plunged by 2306.88% to -$163.0 million in 2023, then tumbled by 114.85% to -$350.2 million in 2024, then surged by 81.1% to -$66.2 million in 2025, then gained by 15.41% to -$56.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$56.0 million (Q2 2026), -$54.0 million (Q1 2026), and -$66.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | -56.00 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | -11.29 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | -51.00 Mn |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -1.86 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 | -56.00 Mn |
| Mar 31, 2026 | -54.00 Mn |
| Dec 31, 2025 | -66.20 Mn |
| Sep 30, 2025 | -1.69 Bn |
| Jun 30, 2025 | -150.00 Mn |
| Mar 31, 2025 | -911.00 Mn |
| Dec 31, 2024 | -350.20 Mn |
| Sep 30, 2024 | -85.20 Mn |
| Jun 30, 2024 | -97.30 Mn |
| Mar 31, 2024 | -380.30 Mn |
| Dec 31, 2023 | -163.00 Mn |
| Sep 30, 2023 | -21.60 Mn |
| Jun 30, 2023 | -34.80 Mn |
| Mar 31, 2023 | -19.60 Mn |
| Dec 31, 2022 | 7.39 Mn |
| Sep 30, 2022 | -18.78 Mn |
| Jun 30, 2022 | -45.31 Mn |
| Mar 31, 2022 | -12.40 Mn |
| Dec 31, 2021 | -83.80 Mn |
| Sep 30, 2021 | -12.72 Mn |
Costar Cash from Investing 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-investing-activities&ticker=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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-investing-activities&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();