V F (VFC) Cash from Investing Activities (2009 - 2026)
V F's (VFC) quarterly Cash from Investing Activities came in at -$44.3 million in Q2 2026, up 9.62% year-over-year from -$40.4 million in Q2 2025, and up 12.4% quarter-over-quarter from -$50.6 million in Q1 2026.
V F (VFC) Cash from Investing Activities (2009 - 2026) Analysis & Trends
V F has disclosed Cash from Investing Activities across 18 years of filings, most recently posting -$44.3 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 9.62% year-over-year to -$44.3 million; the TTM figure through Jun 2026 stood at $411.8 million (down 70.47% YoY), while the FY2026 annual figure was $407.1 million, down 71.58% from the prior year.
- Cash from Investing Activities came in at -$44.3 million for Q2 2026 at V F, up from -$50.6 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $1.5 billion in Q4 2024 to a low of -$98.9 million in Q1 2022.
- Average Cash from Investing Activities over 5 years is $67.7 million, with a median of -$44.3 million recorded in 2026.
- Year-over-year, Cash from Investing Activities surged 3581.34% in 2024 and tumbled 343.12% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$75.1 million in 2022, then jumped by 43.75% to -$42.3 million in 2023, then surged by 3581.34% to $1.5 billion in 2024, then sank by 62.77% to $547.7 million in 2025, then slumped by 108.09% to -$44.3 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$44.3 million in Q2 2026, -$50.6 million in Q1 2026, and $547.7 million in Q4 2025.
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 |
|---|---|
| Jun 27, 2026 | -44.30 Mn |
| Mar 28, 2026 | -50.57 Mn |
| Dec 27, 2025 | 547.73 Mn |
| Sep 27, 2025 | -41.05 Mn |
| Jun 28, 2025 | -49.01 Mn |
| Mar 29, 2025 | -17.98 Mn |
| Dec 28, 2024 | 1.47 Bn |
| Sep 28, 2024 | -9.77 Mn |
| Jun 29, 2024 | -11.06 Mn |
| Mar 30, 2024 | 19.74 Mn |
| Dec 30, 2023 | -42.26 Mn |
| Sep 30, 2023 | -59.17 Mn |
| Jul 1, 2023 | -90.56 Mn |
| Apr 1, 2023 | 18.78 Mn |
| Dec 31, 2022 | -75.13 Mn |
| Oct 1, 2022 | -62.19 Mn |
| Jul 2, 2022 | -69.52 Mn |
| Apr 2, 2022 | -49.68 Mn |
| Jan 1, 2022 | -98.95 Mn |
| Oct 2, 2021 | 543.53 Mn |
V F 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=VFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "VFC", "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=VFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();