V F (VFC) Income from Discontinued Operations (2015 - 2025)
V F's (VFC) quarterly Income from Discontinued Operations came in at -$521000.0 in Q1 2025, up 91.58% year-over-year from -$271956.1 in Q1 2024, and up 60.8% quarter-over-quarter from -$1.3 million in Q4 2024.
V F (VFC) Income from Discontinued Operations (2015 - 2025) Analysis & Trends
V F has disclosed Income from Discontinued Operations across 11 years of filings, most recently posting -$521000.0 for Q1 2025.
- In Q1 2025, Income from Discontinued Operations rose 91.58% year-over-year to -$521000.0; the TTM figure through Dec 2025 stood at -$521000.0 (up 99.8% YoY), while the FY2025 annual figure was -$259.0 million, down 622.31% from the prior year.
- Income from Discontinued Operations came in at -$521000.0 for Q1 2025 at V F, up from -$1.3 million in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $170.3 million in Q3 2021 to a low of -$637.2 million in Q2 2023.
- Average Income from Discontinued Operations over 5 years is -$59.4 million, with a median of -$521000.0 recorded in 2025.
- Year-over-year, Income from Discontinued Operations surged 4125.65% in 2021 and tumbled 159786.72% in 2023.
- Over 5 years, Income from Discontinued Operations stood at $170.3 million in 2021, then plunged by 99.77% to $399000.0 in 2022, then soared by 12251.88% to $49.3 million in 2023, then sank by 102.7% to -$1.3 million in 2024, then soared by 60.8% to -$521000.0 in 2025.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were -$521000.0 in Q1 2025, -$1.3 million in Q4 2024, and -$150.3 million in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | -7.50 Mn |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | -760.00 |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | - |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | 7.80 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 |
|---|---|
| Mar 29, 2025 | -521,000.00 |
| Dec 28, 2024 | -1.33 Mn |
| Sep 28, 2024 | -150.33 Mn |
| Jun 29, 2024 | -106.86 Mn |
| Mar 30, 2024 | -6.18 Mn |
| Dec 30, 2023 | 49.28 Mn |
| Sep 30, 2023 | 945,000.00 |
| Apr 1, 2023 | -637.15 Mn |
| Apr 2, 2022 | 399,000.00 |
| Jul 3, 2021 | 170.27 Mn |
| Apr 3, 2021 | 27.78 Mn |
| Dec 26, 2020 | 19.58 Mn |
| Sep 26, 2020 | 13.48 Mn |
| Jun 27, 2020 | -7.87 Mn |
| Mar 28, 2020 | -690,000.00 |
| Dec 28, 2019 | 43.42 Mn |
| Sep 28, 2019 | 23.62 Mn |
| Jun 29, 2019 | -16.05 Mn |
| Mar 30, 2019 | 53.18 Mn |
| Sep 29, 2018 | 189.99 Mn |
V F Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=VFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=VFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();