Pvh (PVH) Cash from Investing Activities (2009 - 2026)
Pvh's (PVH) quarterly Cash from Investing Activities came in at $5.7 million in Q3 2026, up 118.39% year-over-year from $2.6 million in Q3 2025, and up 113.48% quarter-over-quarter from -$42.3 million in Q2 2026.
Pvh (PVH) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Pvh (PVH) has reported Cash from Investing Activities for 18 consecutive years, with $5.7 million the latest figure, recorded in Q3 2026.
- On a quarterly basis, Cash from Investing Activities rose 118.39% year-over-year to $5.7 million in Q3 2026; TTM through Aug 2026 was -$117.7 million, a 5.61% increase from a year earlier, with the FY2026 full-year figure at -$140.1 million, down 1.74% from the prior year.
- Cash from Investing Activities was $5.7 million for Q3 2026 at Pvh, up from -$42.3 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $80.2 million in Q1 2024 and troughed at -$97.2 million in Q1 2022.
- A 5-year average of -$40.8 million and a median of -$41.2 million in 2024 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities sank 153.69% in 2022 and jumped 183.28% in 2024, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$87.2 million in 2022, then surged by 45.07% to -$47.9 million in 2023, then soared by 40.29% to -$28.6 million in 2024, then sank by 44.41% to -$41.3 million in 2025, then jumped by 113.8% to $5.7 million in 2026.
- The last three Cash from Investing Activities figures came in at $5.7 million (Q3 2026), -$42.3 million (Q2 2026), and -$39.8 million (Q1 2026), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn | -142.95 Mn |
| 2 | Levi Strauss | 7.65 Bn | 6.67 Bn | 979.10 Mn | -77.80 Mn |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | -42.93 Mn |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | -44.30 Mn |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | - |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | 5.70 Mn |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn | 112.70 Mn |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn | -22.86 Mn |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn | 10.92 Mn |
| 10 | Under Armour | 2.04 Bn | 1.65 Bn | 593.83 Mn | 585.40 Mn |
Historic Data
| Date | Value |
|---|---|
| Aug 2, 2026 | 5.70 Mn |
| May 3, 2026 | -42.30 Mn |
| Feb 1, 2026 | -39.80 Mn |
| Nov 2, 2025 | -41.30 Mn |
| Aug 3, 2025 | -31.00 Mn |
| May 4, 2025 | -28.00 Mn |
| Feb 2, 2025 | -37.10 Mn |
| Nov 3, 2024 | -28.60 Mn |
| Aug 4, 2024 | -30.80 Mn |
| May 5, 2024 | -41.20 Mn |
| Feb 4, 2024 | 80.20 Mn |
| Oct 29, 2023 | -47.90 Mn |
| Jul 30, 2023 | -57.80 Mn |
| Apr 30, 2023 | -59.60 Mn |
| Jan 29, 2023 | -96.30 Mn |
| Oct 30, 2022 | -87.20 Mn |
| Jul 31, 2022 | -37.60 Mn |
| May 1, 2022 | -57.10 Mn |
| Jan 30, 2022 | -97.20 Mn |
| Oct 31, 2021 | 162.40 Mn |
Pvh 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=PVH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "PVH", "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=PVH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();