Watsco (WSO) Property, Plant & Equipment (Net) (2009 - 2026)
Analysis
Watsco (WSO) Property, Plant & Equipment (Net) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | W.W. Grainger | 59.74 Bn | 59.53 Bn | 1.98 Bn | 2.40 Bn |
| 2 | Fastenal | 57.47 Bn | 57.26 Bn | 1.06 Bn | 1.16 Bn |
| 3 | Ferguson Enterprises | 42.93 Bn | 42.11 Bn | 2.32 Bn | 1.93 Bn |
| 4 | Sunbelt Rentals Holdings | 31.01 Bn | 30.98 Bn | 1.25 Bn | 11.86 Bn |
| 5 | Reliance | 19.76 Bn | 19.53 Bn | 1.30 Bn | 2.65 Bn |
| 6 | Wesco International | 17.65 Bn | 16.83 Bn | 1.46 Bn | 484.10 Mn |
| 7 | Applied Industrial Technologies | 12.14 Bn | 12.02 Bn | 411.22 Mn | 131.65 Mn |
| 8 | Watsco | 11.58 Bn | 11.60 Bn | 578.93 Mn | 146.89 Mn |
| 9 | Avantor | 10.11 Bn | 9.80 Bn | 537.00 Mn | 772.10 Mn |
| 10 | Core & Main | 7.93 Bn | 7.69 Bn | 573.00 Mn | 192.00 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 146.89 Mn |
| Mar 31, 2026 | 133.30 Mn |
| Dec 31, 2025 | 136.01 Mn |
| Sep 30, 2025 | 135.45 Mn |
| Jun 30, 2025 | 137.26 Mn |
| Mar 31, 2025 | 138.11 Mn |
| Dec 31, 2024 | 140.54 Mn |
| Sep 30, 2024 | 140.32 Mn |
| Jun 30, 2024 | 138.30 Mn |
| Mar 31, 2024 | 138.49 Mn |
| Dec 31, 2023 | 136.23 Mn |
| Sep 30, 2023 | 134.08 Mn |
| Jun 30, 2023 | 128.07 Mn |
| Mar 31, 2023 | 126.58 Mn |
| Dec 31, 2022 | 125.42 Mn |
| Sep 30, 2022 | 121.68 Mn |
| Jun 30, 2022 | 119.53 Mn |
| Mar 31, 2022 | 115.39 Mn |
| Dec 31, 2021 | 111.02 Mn |
| Sep 30, 2021 | 105.84 Mn |
API Access
Watsco Property, Plant & Equipment (Net) 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&ticker=WSO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "ticker": "WSO", "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&ticker=WSO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();