V F (VFC) Other Non Operating Income (2009 - 2026)
V F's (VFC) quarterly Other Non Operating Income came in at $791000.0 in Q2 2026, down 30.37% year-over-year from $1.1 million in Q2 2025, and up 100.4% quarter-over-quarter from -$198.0 million in Q1 2026.
V F (VFC) Other Non Operating Income (2009 - 2026) Analysis & Trends
V F has disclosed Other Non Operating Income across 18 years of filings, most recently posting $791000.0 for Q2 2026.
- In Q2 2026, Other Non Operating Income fell 30.37% year-over-year to $791000.0; the TTM figure through Jun 2026 stood at -$87.0 million (down 1188.77% YoY), while the FY2026 annual figure was -$86.6 million, down 824.41% from the prior year.
- Other Non Operating Income came in at $791000.0 for Q2 2026 at V F, up from -$198.0 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $108.4 million in Q4 2025 to a low of -$198.0 million in Q1 2026.
- Average Other Non Operating Income over 5 years is -$9.6 million, with a median of -$1.5 million recorded in 2024.
- Year-over-year, Other Non Operating Income surged 1363.5% in 2025 and tumbled 1253.5% in 2026.
- Over 5 years, Other Non Operating Income stood at -$9.9 million in 2022, then soared by 392.94% to $29.0 million in 2023, then sank by 74.46% to $7.4 million in 2024, then surged by 1363.5% to $108.4 million in 2025, then slumped by 99.27% to $791000.0 in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were $791000.0 in Q2 2026, -$198.0 million in Q1 2026, and $108.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn |
| 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 |
| 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 |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn |
| 10 | Under Armour | 2.04 Bn | 1.65 Bn | 593.83 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | 791,000.00 |
| Mar 28, 2026 | -198.03 Mn |
| Dec 27, 2025 | 108.42 Mn |
| Sep 27, 2025 | 1.87 Mn |
| Jun 28, 2025 | 1.14 Mn |
| Mar 29, 2025 | -14.63 Mn |
| Dec 28, 2024 | 7.41 Mn |
| Sep 28, 2024 | -660,000.00 |
| Jun 29, 2024 | -1.49 Mn |
| Mar 30, 2024 | 1.52 Mn |
| Dec 30, 2023 | 29.00 Mn |
| Sep 30, 2023 | -2.18 Mn |
| Jul 1, 2023 | -3.57 Mn |
| Apr 1, 2023 | -3.39 Mn |
| Dec 31, 2022 | -9.90 Mn |
| Oct 1, 2022 | -9.28 Mn |
| Jul 2, 2022 | -94.71 Mn |
| Apr 2, 2022 | 9.66 Mn |
| Jan 1, 2022 | -3.65 Mn |
| Oct 2, 2021 | 7.55 Mn |
V F Other Non Operating Income 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=other-non-operating-income&ticker=VFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=VFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();