Prestige Consumer Healthcare (PBH) Intangibles (2011 - 2026)
Prestige Consumer Healthcare (PBH) posted Intangibles of $2.3 billion for Q1 2026, little changed on a QoQ basis from $2.3 billion in Q4 2025, and little changed year-over-year from $2.3 billion in Q1 2025.
Prestige Consumer Healthcare (PBH) Intangibles (2011 - 2026) Analysis & Trends
Prestige Consumer Healthcare has reported Intangibles for 16 years, with the latest figure at $2.3 billion in Q1 2026.
- On a quarterly basis, Intangibles changed 0.19% year-over-year to $2.3 billion in Q1 2026; TTM through Mar 2026 was $2.3 billion, a 0.19% change from a year earlier, with the FY2026 full-year figure at $2.3 billion, changed 0.19% from the prior year.
- Intangibles was $2.3 billion for Q1 2026 at Prestige Consumer Healthcare, roughly flat from $2.3 billion in the prior quarter.
- The five-year high for Intangibles was $2.7 billion in Q1 2022, with the low at $2.3 billion in Q3 2025.
- Average Intangibles over 5 years is $2.4 billion, with a median of $2.3 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Intangibles increased 8.92% in 2022, then retreated 13.15% in 2023.
- Over 5 years, Intangibles stood at $2.7 billion in 2022, then dropped by 12.8% to $2.3 billion in 2023, then decreased by 0.77% to $2.3 billion in 2024, then declined by 0.39% to $2.3 billion in 2025, then declined by 0.08% to $2.3 billion in 2026.
- The last three Intangibles figures came in at $2.3 billion (Q1 2026), $2.3 billion (Q4 2025), and $2.3 billion (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | 1.50 Bn |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | 8.41 Bn |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | 73.00 Mn |
| 4 | Bath & Body Works | 3.52 Bn | 2.73 Bn | 692.00 Mn | 165.00 Mn |
| 5 | Prestige Consumer Healthcare | 2.52 Bn | 2.46 Bn | - | 2.30 Bn |
| 6 | Perrigo | 1.88 Bn | 1.49 Bn | 313.90 Mn | 2.19 Bn |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | 806.40 Mn |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | 333.20 Mn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Honest Company | 611.15 Mn | 505.26 Mn | 40.36 Mn | 127,000.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 2.30 Bn |
| Dec 31, 2025 | 2.30 Bn |
| Sep 30, 2025 | 2.29 Bn |
| Jun 30, 2025 | 2.29 Bn |
| Mar 31, 2025 | 2.30 Bn |
| Dec 31, 2024 | 2.31 Bn |
| Sep 30, 2024 | 2.32 Bn |
| Jun 30, 2024 | 2.32 Bn |
| Mar 31, 2024 | 2.32 Bn |
| Dec 31, 2023 | 2.33 Bn |
| Sep 30, 2023 | 2.33 Bn |
| Jun 30, 2023 | 2.34 Bn |
| Mar 31, 2023 | 2.34 Bn |
| Dec 31, 2022 | 2.67 Bn |
| Sep 30, 2022 | 2.67 Bn |
| Jun 30, 2022 | 2.68 Bn |
| Mar 31, 2022 | 2.70 Bn |
| Dec 31, 2021 | 2.70 Bn |
| Sep 30, 2021 | 2.69 Bn |
| Jun 30, 2021 | 2.47 Bn |
Prestige Consumer Healthcare 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=PBH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "ticker": "PBH", "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=PBH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();