V F (VFC) Change in Account Payables (2009 - 2026)
V F's (VFC) quarterly Change in Account Payables came in at $467.9 million in Q2 2026, up 34.47% year-over-year from $348.0 million in Q2 2025, and up 340.31% quarter-over-quarter from -$194.7 million in Q1 2026.
V F (VFC) Change in Account Payables (2009 - 2026) Analysis & Trends
V F has disclosed Change in Account Payables across 18 years of filings, most recently posting $467.9 million for Q2 2026.
- In Q2 2026, Change in Account Payables rose 34.47% year-over-year to $467.9 million; the TTM figure through Jun 2026 stood at $146.7 million (up 2228.77% YoY), while the FY2026 annual figure was $26.7 million, up 1259.92% from the prior year.
- Change in Account Payables came in at $467.9 million for Q2 2026 at V F, up from -$194.7 million in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $471.1 million in Q3 2022 to a low of -$280.8 million in Q3 2023.
- Average Change in Account Payables over 5 years is $41.8 million, with a median of -$23.6 million recorded in 2023.
- Year-over-year, Change in Account Payables jumped 812.46% in 2022 and tumbled 1301.94% in 2023.
- Over 5 years, Change in Account Payables stood at -$142.4 million in 2022, then soared by 83.42% to -$23.6 million in 2023, then tumbled by 324.46% to -$100.2 million in 2024, then jumped by 53.55% to -$46.5 million in 2025, then surged by 1105.59% to $467.9 million in 2026.
- Per Business Quant data, the three most recent Change in Account Payables figures were $467.9 million in Q2 2026, -$194.7 million in Q1 2026, and -$46.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Account Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn | 59.41 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 | 467.92 Mn |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | - |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | - |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn | 239.82 Mn |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn | 4.49 Mn |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn | 1.41 Mn |
| 10 | Under Armour | 2.04 Bn | 1.65 Bn | 593.83 Mn | 243.40 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | 467.92 Mn |
| Mar 28, 2026 | -194.72 Mn |
| Dec 27, 2025 | -46.53 Mn |
| Sep 27, 2025 | -80.00 Mn |
| Jun 28, 2025 | 347.96 Mn |
| Mar 29, 2025 | -230.54 Mn |
| Dec 28, 2024 | -100.18 Mn |
| Sep 28, 2024 | -24.13 Mn |
| Jun 29, 2024 | 352.55 Mn |
| Mar 30, 2024 | -152.11 Mn |
| Dec 30, 2023 | -23.60 Mn |
| Sep 30, 2023 | -280.76 Mn |
| Jul 1, 2023 | 344.48 Mn |
| Apr 1, 2023 | 28.75 Mn |
| Dec 31, 2022 | -142.38 Mn |
| Oct 1, 2022 | 23.36 Mn |
| Jul 2, 2022 | 471.07 Mn |
| Apr 2, 2022 | 5.79 Mn |
| Jan 1, 2022 | 26.81 Mn |
| Oct 2, 2021 | 2.56 Mn |
V F Change in Account Payables 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-account-payables&ticker=VFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=VFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();