Pvh (PVH) Intangibles (2009 - 2026)
Pvh's (PVH) quarterly Intangibles came in at $2.7 billion in Q3 2026, little changed year-over-year from $2.7 billion in Q3 2025, and down 0.58% quarter-over-quarter from $2.7 billion in Q2 2026.
Pvh (PVH) Intangibles (2009 - 2026) Analysis & Trends
Pvh (PVH) has reported Intangibles for 18 consecutive years, with $2.7 billion the latest figure, recorded in Q3 2026.
- On a quarterly basis, Intangibles changed 0.18% year-over-year to $2.7 billion in Q3 2026; TTM through Aug 2026 was $2.7 billion, a 0.18% change from a year earlier, with the FY2026 full-year figure at $2.7 billion, up 4.64% from the prior year.
- Intangibles was $2.7 billion for Q3 2026 at Pvh, down from $2.7 billion in the prior quarter.
- Over five years, Intangibles peaked at $2.7 billion in Q1 2022 and troughed at $2.6 billion in Q1 2025.
- A 5-year average of $2.6 billion and a median of $2.7 billion in 2026 frame the typical range for Intangibles.
- Across the five-year window, Intangibles slipped 6.64% in 2022 and rose 4.64% in 2026, its largest moves.
- Over 5 years, Intangibles stood at $2.6 billion in 2022, then decreased by 1.77% to $2.6 billion in 2023, then rose by 0.83% to $2.6 billion in 2024, then grew by 2.16% to $2.7 billion in 2025, then declined by 0.03% to $2.7 billion in 2026.
- The last three Intangibles figures came in at $2.7 billion (Q3 2026), $2.7 billion (Q2 2026), and $2.7 billion (Q1 2026), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn | 2.53 Mn |
| 2 | Levi Strauss | 7.65 Bn | 6.67 Bn | 979.10 Mn | 192.80 Mn |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | 2.99 Bn |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | 1.46 Bn |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | 447.73 Mn |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | 2.66 Bn |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn | 71.22 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 | 4.56 Mn |
Historic Data
| Date | Value |
|---|---|
| Aug 2, 2026 | 2.66 Bn |
| May 3, 2026 | 2.67 Bn |
| Feb 1, 2026 | 2.68 Bn |
| Nov 2, 2025 | 2.66 Bn |
| Aug 3, 2025 | 2.66 Bn |
| May 4, 2025 | 2.64 Bn |
| Feb 2, 2025 | 2.57 Bn |
| Nov 3, 2024 | 2.60 Bn |
| Aug 4, 2024 | 2.61 Bn |
| May 5, 2024 | 2.60 Bn |
| Feb 4, 2024 | 2.60 Bn |
| Oct 29, 2023 | 2.58 Bn |
| Jul 30, 2023 | 2.71 Bn |
| Apr 30, 2023 | 2.71 Bn |
| Jan 29, 2023 | 2.70 Bn |
| Oct 30, 2022 | 2.63 Bn |
| Jul 31, 2022 | 2.65 Bn |
| May 1, 2022 | 2.68 Bn |
| Jan 30, 2022 | 2.72 Bn |
| Oct 31, 2021 | 2.76 Bn |
Pvh Intangibles 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=intangibles&ticker=PVH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "ticker": "PVH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=intangibles&ticker=PVH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();