Pvh (PVH) Other Non Operating Income (2010 - 2026)
Pvh's (PVH) quarterly Other Non Operating Income came in at $17.5 million in Q2 2026, up 147.43% year-over-year from $7.1 million in Q2 2025, and up 191.62% quarter-over-quarter from -$19.1 million in Q3 2025.
Pvh (PVH) Other Non Operating Income (2010 - 2026) Analysis & Trends
Pvh (PVH) has reported Other Non Operating Income for 11 consecutive years, with $17.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 147.43% year-over-year to $17.5 million in Q2 2026; TTM through May 2026 was -$45.7 million, a 7.78% decrease from a year earlier, with the FY2021 full-year figure at -$3.1 million, up 89.27% from the prior year.
- Other Non Operating Income was $17.5 million for Q2 2026 at Pvh, up from -$19.1 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at $25.8 million in Q2 2022 and troughed at -$36.9 million in Q2 2025.
- A 5-year average of -$1.6 million and a median of $300000.0 in 2023 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income soared 170.0% in 2024 and slumped 2735.71% in 2025, its largest moves.
- Over 5 years, Other Non Operating Income stood at $5.5 million in 2022, then tumbled by 94.55% to $300000.0 in 2023, then sank by 2500.0% to -$7.2 million in 2024, then sank by 165.28% to -$19.1 million in 2025, then soared by 191.62% to $17.5 million in 2026.
- The last three Other Non Operating Income figures came in at $17.5 million (Q2 2026), -$19.1 million (Q3 2025), and -$36.9 million (Q2 2025), per Business Quant data.
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 |
|---|---|
| May 3, 2026 | 17.50 Mn |
| Aug 3, 2025 | -19.10 Mn |
| May 4, 2025 | -36.90 Mn |
| Aug 4, 2024 | -7.20 Mn |
| May 5, 2024 | 1.40 Mn |
| Jul 30, 2023 | 300,000.00 |
| Apr 30, 2023 | -2.00 Mn |
| Jul 31, 2022 | 5.50 Mn |
| May 1, 2022 | 25.80 Mn |
| Jan 31, 2021 | -6.20 Mn |
| May 3, 2020 | 3.10 Mn |
| Feb 2, 2020 | 84.20 Mn |
| Aug 4, 2019 | -113.10 Mn |
| Jan 29, 2017 | -4.90 Mn |
| Oct 30, 2016 | -76.90 Mn |
| May 1, 2016 | 153.10 Mn |
| Aug 1, 2010 | -6.65 Mn |
Pvh Other Non Operating Income 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=other-non-operating-income&ticker=PVH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=PVH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();