V F (VFC) Short-term Investments (2009 - 2021)
V F's (VFC) quarterly Short-term Investments came in at $598.8 million in Q3 2021, down 14.46% year-over-year from $700.0 million in Q3 2020, and little changed quarter-over-quarter from $598.8 million in Q2 2021.
V F (VFC) Short-term Investments (2009 - 2021) Analysis & Trends
V F has disclosed Short-term Investments across 7 years of filings, most recently posting $598.8 million for Q3 2021.
- In Q3 2021, Short-term Investments fell 14.46% year-over-year to $598.8 million; the TTM figure through Jul 2021 stood at $598.8 million (down 14.46% YoY), while the FY2021 annual figure was $598.8 million, changed N/A from the prior year.
- Short-term Investments came in at $598.8 million for Q3 2021 at V F, roughly flat from $598.8 million in the prior quarter.
- In the past five years, Short-term Investments ranged from a high of $800.0 million in Q3 2020 to a low of $598.8 million in Q2 2021.
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 |
|---|---|
| Jul 3, 2021 | 598.81 Mn |
| Apr 3, 2021 | 598.81 Mn |
| Dec 26, 2020 | 599.40 Mn |
| Sep 26, 2020 | 800.00 Mn |
| Jun 27, 2020 | 700.00 Mn |
| Jun 29, 2013 | 33.46 Mn |
| Mar 30, 2013 | 36.83 Mn |
| Dec 29, 2012 | 13.63 Mn |
| Sep 29, 2012 | 23.65 Mn |
| Jun 30, 2012 | 50.31 Mn |
| Mar 31, 2012 | 23.87 Mn |
| Dec 31, 2011 | 39.08 Mn |
| Oct 1, 2011 | 26.10 Mn |
| Jun 30, 2011 | 21.42 Mn |
| Apr 2, 2011 | 16.94 Mn |
| Jan 1, 2011 | 15.30 Mn |
| Oct 2, 2010 | 15.79 Mn |
| Jul 3, 2010 | 39.43 Mn |
| Apr 3, 2010 | 32.11 Mn |
| Jan 2, 2010 | 10.05 Mn |
V F Short-term Investments 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=short-term-investments&ticker=VFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=VFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();