V F (VFC) EPS (Diluted) Growth (3y) (2011 - 2026)
Analysis
V F (VFC) EPS (Diluted) Growth (3y) (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Diluted) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn | 2.79% |
| 2 | Levi Strauss | 7.65 Bn | 6.67 Bn | 979.10 Mn | 286.33% |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | -13.54% |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | -18.76% |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | 20.53% |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | -51.62% |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn | 56.49% |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn | 31.44% |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn | 79.86% |
| 10 | Under Armour | 2.04 Bn | 1.65 Bn | 593.83 Mn | -57.36% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -18.76% |
| Mar 28, 2026 | 18.34% |
| Dec 27, 2025 | -16.65% |
| Sep 27, 2025 | 52.93% |
| Jun 28, 2025 | -27.39% |
| Mar 29, 2025 | -56.93% |
| Dec 28, 2024 | -31.40% |
| Sep 28, 2024 | -51.61% |
| Jun 29, 2024 | -41.11% |
| Mar 30, 2024 | -88.69% |
| Dec 30, 2023 | -28.54% |
| Sep 30, 2023 | -55.62% |
| Jul 1, 2023 | 41.28% |
| Apr 1, 2023 | 8.84% |
| Dec 31, 2022 | 4.04% |
| Oct 1, 2022 | -29.85% |
| Jul 2, 2022 | -47.04% |
| Apr 2, 2022 | -22.83% |
| Oct 2, 2021 | -10.82% |
| Jul 3, 2021 | 19.56% |
API Access
V F EPS (Diluted) Growth (3y) 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=eps-diluted-growth-3y&ticker=VFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted-growth-3y", "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=eps-diluted-growth-3y&ticker=VFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();