Costar (CSGP) Property, Plant & Equipment (Net) Growth (1y) (2011 - 2026)
Analysis
Costar (CSGP) Property, Plant & Equipment (Net) Growth (1y) (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | 19.58% |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | -5.20% |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | -4.56% |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -16.07% |
| 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 | 19.58% |
| Mar 31, 2026 | 24.54% |
| Dec 31, 2025 | 30.34% |
| Sep 30, 2025 | 35.38% |
| Jun 30, 2025 | 41.43% |
| Mar 31, 2025 | 38.74% |
| Dec 31, 2024 | 114.95% |
| Sep 30, 2024 | 132.59% |
| Jun 30, 2024 | 137.36% |
| Mar 31, 2024 | 139.12% |
| Dec 31, 2023 | 46.97% |
| Sep 30, 2023 | 31.63% |
| Jun 30, 2023 | 20.48% |
| Mar 31, 2023 | 16.61% |
| Dec 31, 2022 | 18.37% |
| Sep 30, 2022 | 28.24% |
| Jun 30, 2022 | 24.77% |
| Mar 31, 2022 | 18.47% |
| Dec 31, 2021 | 114.87% |
| Sep 30, 2021 | 87.67% |
API Access
Costar Property, Plant & Equipment (Net) Growth (1y) 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-1y&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-1y", "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-1y&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();