Watsco (WSO) Cash from Investing Activities (2010 - 2026)
Watsco's (WSO) quarterly Cash from Investing Activities came in at $98.6 million in Q2 2026, up 542.19% year-over-year from $15.4 million in Q2 2025, and up 5.89% quarter-over-quarter from $93.1 million in Q1 2026.
Watsco (WSO) Cash from Investing Activities (2010 - 2026) Analysis & Trends
Watsco has disclosed Cash from Investing Activities across 17 years of filings, most recently posting $98.6 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 542.19% year-over-year to $98.6 million; the TTM figure through Jun 2026 stood at -$128.6 million (down 186.37% YoY), while the FY2025 annual figure was -$98.1 million, up 66.24% from the prior year.
- Cash from Investing Activities came in at $98.6 million for Q2 2026 at Watsco, up from $93.1 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $244.6 million in Q1 2025 to a low of -$211.0 million in Q1 2024.
- Average Cash from Investing Activities over 5 years is -$15.1 million, with a median of -$9.3 million recorded in 2022.
- Year-over-year, Cash from Investing Activities plunged 1921.12% in 2024 and jumped 542.19% in 2026.
- Over 5 years, Cash from Investing Activities stood at -$7.4 million in 2022, then sank by 78.91% to -$13.3 million in 2023, then soared by 40.19% to -$8.0 million in 2024, then sank by 1303.61% to -$111.6 million in 2025, then soared by 188.37% to $98.6 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were $98.6 million in Q2 2026, $93.1 million in Q1 2026, and -$111.6 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | W.W. Grainger | 59.74 Bn | 59.53 Bn | 1.98 Bn | -116.00 Mn |
| 2 | Fastenal | 57.47 Bn | 57.26 Bn | 1.06 Bn | -62.50 Mn |
| 3 | Ferguson Enterprises | 42.93 Bn | 42.11 Bn | 2.32 Bn | -94.00 Mn |
| 4 | Sunbelt Rentals Holdings | 31.01 Bn | 30.98 Bn | 1.25 Bn | -1.44 Bn |
| 5 | Reliance | 19.76 Bn | 19.53 Bn | 1.30 Bn | -76.80 Mn |
| 6 | Wesco International | 17.65 Bn | 16.83 Bn | 1.46 Bn | -28.10 Mn |
| 7 | Applied Industrial Technologies | 12.14 Bn | 12.02 Bn | 411.22 Mn | -5.15 Mn |
| 8 | Watsco | 11.58 Bn | 11.60 Bn | 578.93 Mn | 98.63 Mn |
| 9 | Avantor | 10.11 Bn | 9.80 Bn | 537.00 Mn | -37.30 Mn |
| 10 | Core & Main | 7.93 Bn | 7.69 Bn | 573.00 Mn | -35.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 98.63 Mn |
| Mar 31, 2026 | 93.14 Mn |
| Dec 31, 2025 | -111.60 Mn |
| Sep 30, 2025 | -208.77 Mn |
| Jun 30, 2025 | -22.30 Mn |
| Mar 31, 2025 | 244.56 Mn |
| Dec 31, 2024 | -7.95 Mn |
| Sep 30, 2024 | -65.40 Mn |
| Jun 30, 2024 | -6.35 Mn |
| Mar 31, 2024 | -210.97 Mn |
| Dec 31, 2023 | -13.29 Mn |
| Sep 30, 2023 | -10.46 Mn |
| Jun 30, 2023 | -7.15 Mn |
| Mar 31, 2023 | -10.44 Mn |
| Dec 31, 2022 | -7.43 Mn |
| Sep 30, 2022 | -7.52 Mn |
| Jun 30, 2022 | -10.67 Mn |
| Mar 31, 2022 | -8.22 Mn |
| Dec 31, 2021 | -8.45 Mn |
| Sep 30, 2021 | -8.67 Mn |
Watsco Cash from Investing Activities 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-from-investing-activities&ticker=WSO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=WSO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();