Costar (CSGP) Share-based Compensation Growth (3y) (2013 - 2026)
Analysis
Costar (CSGP) Share-based Compensation Growth (3y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | 23.24% |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 21.58% |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | -12.20% |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | 61.49% |
| 5 | Fangdd Network | 23.51 Mn | -82.57 Mn | - | - |
| 6 | 3 E Network Technology | 430,612.01 | -468,262.99 | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 23.24% |
| Mar 31, 2026 | 24.81% |
| Dec 31, 2025 | 24.78% |
| Sep 30, 2025 | 57.60% |
| Jun 30, 2025 | 42.75% |
| Mar 31, 2025 | 20.44% |
| Dec 31, 2024 | 9.10% |
| Sep 30, 2024 | 10.18% |
| Jun 30, 2024 | 86.17% |
| Mar 31, 2024 | -2.05% |
| Dec 31, 2023 | 18.73% |
| Sep 30, 2023 | 45.36% |
| Jun 30, 2023 | 79.52% |
| Mar 31, 2023 | -10.51% |
| Dec 31, 2022 | 16.72% |
| Sep 30, 2022 | 11.35% |
| Jun 30, 2022 | 32.05% |
| Mar 31, 2022 | 1.37% |
| Dec 31, 2021 | 16.31% |
| Sep 30, 2021 | 25.74% |
API Access
Costar Share-based Compensation 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=share-based-compensation-growth-3y&ticker=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-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=share-based-compensation-growth-3y&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();