V F (VFC) Change in Accured Expenses (2009 - 2026)
V F's (VFC) quarterly Change in Accured Expenses came in at -$99.8 million in Q2 2026, up 9.46% year-over-year from -$91.2 million in Q2 2025, and up 38.31% quarter-over-quarter from -$161.8 million in Q1 2026.
V F (VFC) Change in Accured Expenses (2009 - 2026) Analysis & Trends
V F has disclosed Change in Accured Expenses across 18 years of filings, most recently posting -$99.8 million for Q2 2026.
- In Q2 2026, Change in Accured Expenses rose 9.46% year-over-year to -$99.8 million; the TTM figure through Jun 2026 stood at -$75.2 million (down 18725.99% YoY), while the FY2026 annual figure was -$85.7 million, down 275.4% from the prior year.
- Change in Accured Expenses came in at -$99.8 million for Q2 2026 at V F, up from -$161.8 million in the prior quarter.
- In the past five years, Change in Accured Expenses ranged from a high of $233.3 million in Q4 2022 to a low of -$189.2 million in Q2 2023.
- Average Change in Accured Expenses over 5 years is -$14.2 million, with a median of -$61.8 million recorded in 2024.
- Year-over-year, Change in Accured Expenses jumped 172.84% in 2023 and tumbled 87.88% in 2025.
- Over 5 years, Change in Accured Expenses stood at $34.6 million in 2022, then jumped by 172.84% to $94.5 million in 2023, then slumped by 56.71% to $40.9 million in 2024, then plunged by 87.88% to $5.0 million in 2025, then tumbled by 2112.14% to -$99.8 million in 2026.
- Per Business Quant data, the three most recent Change in Accured Expenses figures were -$99.8 million in Q2 2026, -$161.8 million in Q1 2026, and $5.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Accured Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn | -4.52 Mn |
| 2 | Levi Strauss | 7.65 Bn | 6.67 Bn | 979.10 Mn | - |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | - |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | -99.78 Mn |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | - |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | -413.20 Mn |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn | -13.16 Mn |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn | -1.34 Mn |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn | 3.87 Mn |
| 10 | Under Armour | 2.04 Bn | 1.65 Bn | 593.83 Mn | 36.55 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -99.78 Mn |
| Mar 28, 2026 | -161.76 Mn |
| Dec 27, 2025 | 4.96 Mn |
| Sep 27, 2025 | 181.33 Mn |
| Jun 28, 2025 | -110.21 Mn |
| Mar 29, 2025 | -128.95 Mn |
| Dec 28, 2024 | 40.91 Mn |
| Sep 28, 2024 | 198.65 Mn |
| Jun 29, 2024 | -61.77 Mn |
| Mar 30, 2024 | -150.09 Mn |
| Dec 30, 2023 | 94.51 Mn |
| Sep 30, 2023 | 149.71 Mn |
| Jul 1, 2023 | -66.58 Mn |
| Apr 1, 2023 | -189.23 Mn |
| Dec 31, 2022 | 34.64 Mn |
| Oct 1, 2022 | 233.26 Mn |
| Jul 2, 2022 | -94.75 Mn |
| Apr 2, 2022 | -161.96 Mn |
| Jan 1, 2022 | 16.80 Mn |
| Oct 2, 2021 | 305.27 Mn |
V F Change in Accured Expenses 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=change-in-accured-expenses&ticker=VFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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=change-in-accured-expenses&ticker=VFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();