Costar (CSGP) Cash & Equivalents Growth (3y) (2013 - 2026)
Analysis
Costar (CSGP) Cash & Equivalents Growth (3y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | -37.58% |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 106.47% |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | -28.52% |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -22.23% |
| 5 | Fangdd Network | 23.51 Mn | -82.57 Mn | - | -8.38% |
| 6 | 3 E Network Technology | 430,612.01 | -468,262.99 | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -37.58% |
| Mar 31, 2026 | -37.83% |
| Dec 31, 2025 | -30.99% |
| Sep 30, 2025 | -25.99% |
| Jun 30, 2025 | -2.90% |
| Mar 31, 2025 | -2.15% |
| Dec 31, 2024 | 6.94% |
| Sep 30, 2024 | 9.49% |
| Jun 30, 2024 | 10.21% |
| Mar 31, 2024 | 10.30% |
| Dec 31, 2023 | 11.57% |
| Sep 30, 2023 | 10.58% |
| Jun 30, 2023 | 13.62% |
| Mar 31, 2023 | 37.90% |
| Dec 31, 2022 | 66.79% |
| Sep 30, 2022 | 50.90% |
| Jun 30, 2022 | 45.09% |
| Mar 31, 2022 | 47.16% |
| Dec 31, 2021 | 51.51% |
| Sep 30, 2021 | 51.97% |
API Access
Costar Cash & Equivalents Growth (3y) 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-and-equivalents-growth-3y&ticker=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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-and-equivalents-growth-3y&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();