Costar (CSGP) Property, Plant & Equipment (Net) Growth (3y) (2013 - 2026)
Analysis
Costar (CSGP) Property, Plant & Equipment (Net) Growth (3y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | 58.93% |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | -6.94% |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | 4.83% |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | 39.53% |
| 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 | 58.93% |
| Mar 31, 2026 | 60.47% |
| Dec 31, 2025 | 60.28% |
| Sep 30, 2025 | 60.63% |
| Jun 30, 2025 | 59.33% |
| Mar 31, 2025 | 56.98% |
| Dec 31, 2024 | 55.22% |
| Sep 30, 2024 | 57.76% |
| Jun 30, 2024 | 52.81% |
| Mar 31, 2024 | 48.93% |
| Dec 31, 2023 | 55.20% |
| Sep 30, 2023 | 46.87% |
| Jun 30, 2023 | 51.04% |
| Mar 31, 2023 | 45.95% |
| Dec 31, 2022 | 44.03% |
| Sep 30, 2022 | 41.56% |
| Jun 30, 2022 | 52.26% |
| Mar 31, 2022 | 48.88% |
| Dec 31, 2021 | 48.25% |
| Sep 30, 2021 | 42.85% |
API Access
Costar Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net-growth-3y&ticker=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-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=property-plant-and-equipment-net-growth-3y&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();