Pvh (PVH) Non-Current Debt (2009 - 2026)
Pvh's (PVH) quarterly Non-Current Debt came in at $2.2 billion in Q3 2026, down 0.92% year-over-year from $2.3 billion in Q3 2025, and down 1.5% quarter-over-quarter from $2.3 billion in Q2 2026.
Pvh (PVH) Non-Current Debt (2009 - 2026) Analysis & Trends
Pvh (PVH) has reported Non-Current Debt for 18 consecutive years, with $2.2 billion the latest figure, recorded in Q3 2026.
- On a quarterly basis, Non-Current Debt fell 0.92% year-over-year to $2.2 billion in Q3 2026; TTM through Aug 2026 was $2.2 billion, a 0.92% decrease from a year earlier, with the FY2026 full-year figure at $2.3 billion, up 10.23% from the prior year.
- Non-Current Debt was $2.2 billion for Q3 2026 at Pvh, down from $2.3 billion in the prior quarter.
- Over five years, Non-Current Debt peaked at $2.4 billion in Q1 2022 and troughed at $2.1 billion in Q1 2025.
- A 5-year average of $2.2 billion and a median of $2.2 billion in 2026 frame the typical range for Non-Current Debt.
- Across the five-year window, Non-Current Debt sank 33.82% in 2022 and increased 10.23% in 2026, its largest moves.
- Over 5 years, Non-Current Debt stood at $2.1 billion in 2022, then rose by 4.2% to $2.2 billion in 2023, then decreased by 3.18% to $2.2 billion in 2024, then advanced by 4.32% to $2.3 billion in 2025, then slipped by 0.48% to $2.2 billion in 2026.
- The last three Non-Current Debt figures came in at $2.2 billion (Q3 2026), $2.3 billion (Q2 2026), and $2.3 billion (Q1 2026), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (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 | 1.04 Bn |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | 3.59 Bn |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | 3.00 Bn |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | 1.14 Bn |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | 2.25 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 | 591.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Aug 2, 2026 | 2.25 Bn |
| May 3, 2026 | 2.28 Bn |
| Feb 1, 2026 | 2.30 Bn |
| Nov 2, 2025 | 2.26 Bn |
| Aug 3, 2025 | 2.27 Bn |
| May 4, 2025 | 2.23 Bn |
| Feb 2, 2025 | 2.09 Bn |
| Nov 3, 2024 | 2.17 Bn |
| Aug 4, 2024 | 2.18 Bn |
| May 5, 2024 | 2.16 Bn |
| Feb 4, 2024 | 2.17 Bn |
| Oct 29, 2023 | 2.24 Bn |
| Jul 30, 2023 | 2.31 Bn |
| Apr 30, 2023 | 2.31 Bn |
| Jan 29, 2023 | 2.29 Bn |
| Oct 30, 2022 | 2.15 Bn |
| Jul 31, 2022 | 2.19 Bn |
| May 1, 2022 | 2.25 Bn |
| Jan 30, 2022 | 2.35 Bn |
| Oct 31, 2021 | 2.64 Bn |
Pvh Non-Current Debt 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=non-current-debt&ticker=PVH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=PVH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();