V F (VFC) Profit After Tax (2009 - 2026)
V F's (VFC) quarterly Profit After Tax came in at -$97.2 million in Q2 2026, up 16.54% year-over-year from -$83.4 million in Q2 2025, and up 18.55% quarter-over-quarter from -$119.3 million in Q1 2026.
V F (VFC) Profit After Tax (2009 - 2026) Analysis & Trends
V F has disclosed Profit After Tax across 18 years of filings, most recently posting -$97.2 million for Q2 2026.
- In Q2 2026, Profit After Tax rose 16.54% year-over-year to -$97.2 million; the TTM figure through Jun 2026 stood at $274.2 million (up 277.92% YoY), while the FY2026 annual figure was $254.9 million, up 234.37% from the prior year.
- Profit After Tax came in at -$97.2 million for Q2 2026 at V F, up from -$119.3 million in the prior quarter.
- In the past five years, Profit After Tax ranged from a high of $517.8 million in Q1 2022 to a low of -$451.6 million in Q3 2023.
- Average Profit After Tax over 5 years is $10.7 million, with a median of -$57.4 million recorded in 2023.
- Year-over-year, Profit After Tax surged 422.33% in 2023 and plunged 350.82% in 2024.
- Over 5 years, Profit After Tax stood at $507.9 million in 2022, then tumbled by 118.06% to -$91.7 million in 2023, then jumped by 284.34% to $169.1 million in 2024, then surged by 77.9% to $300.8 million in 2025, then plunged by 132.29% to -$97.2 million in 2026.
- Per Business Quant data, the three most recent Profit After Tax figures were -$97.2 million in Q2 2026, -$119.3 million in Q1 2026, and $300.8 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn | 329.22 Mn |
| 2 | Levi Strauss | 7.65 Bn | 6.67 Bn | 979.10 Mn | 94.80 Mn |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | -49.95 Mn |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | -97.15 Mn |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | 64.80 Mn |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | -102.90 Mn |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn | 26.55 Mn |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn | 4.64 Mn |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn | 28.38 Mn |
| 10 | Under Armour | 2.04 Bn | 1.65 Bn | 593.83 Mn | 545,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -97.15 Mn |
| Mar 28, 2026 | -119.28 Mn |
| Dec 27, 2025 | 300.85 Mn |
| Sep 27, 2025 | 189.77 Mn |
| Jun 28, 2025 | -116.41 Mn |
| Mar 29, 2025 | -409.31 Mn |
| Dec 28, 2024 | 169.11 Mn |
| Sep 28, 2024 | 202.51 Mn |
| Jun 29, 2024 | -258.89 Mn |
| Mar 30, 2024 | -412.12 Mn |
| Dec 30, 2023 | -91.74 Mn |
| Sep 30, 2023 | -451.64 Mn |
| Jul 1, 2023 | -57.43 Mn |
| Apr 1, 2023 | 422.26 Mn |
| Dec 31, 2022 | 507.87 Mn |
| Oct 1, 2022 | -118.43 Mn |
| Jul 2, 2022 | -55.96 Mn |
| Apr 2, 2022 | 80.84 Mn |
| Jan 1, 2022 | 517.80 Mn |
| Oct 2, 2021 | 464.05 Mn |
V F Profit After Tax 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=profit-after-tax&ticker=VFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=VFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();