Prestige Consumer Healthcare (PBH) Acquisitions (2010 - 2022)
Prestige Consumer Healthcare (PBH) posted Acquisitions of $132000.0 for Q1 2022, down 99.27% on a QoQ basis from $18.0 million in Q4 2021.
Prestige Consumer Healthcare (PBH) Acquisitions (2010 - 2022) Analysis & Trends
Prestige Consumer Healthcare has reported Acquisitions for 9 years, with the latest figure at $132000.0 in Q1 2022.
- On a quarterly basis, Acquisitions changed N/A year-over-year to $132000.0 in Q1 2022; TTM through Jun 2025 was $132000.0, a N/A change from a year earlier, with the FY2022 full-year figure at $247.0 million, changed N/A from the prior year.
- Acquisitions was $132000.0 for Q1 2022 at Prestige Consumer Healthcare, down from $18.0 million in the prior quarter.
- The five-year high for Acquisitions was $18.0 million in Q4 2021, with the low at $132000.0 in Q1 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.39 Bn | 68.35 Bn | 3.30 Bn | - |
| 2 | Kenvue | 34.31 Bn | 33.20 Bn | 2.30 Bn | - |
| 3 | Kimberly Clark | 32.90 Bn | 32.07 Bn | 1.60 Bn | - |
| 4 | Bath & Body Works | 3.47 Bn | 2.68 Bn | 692.00 Mn | - |
| 5 | Prestige Consumer Healthcare | 2.68 Bn | 2.62 Bn | - | - |
| 6 | Perrigo | 1.98 Bn | 1.58 Bn | 313.90 Mn | - |
| 7 | Edgewell Personal Care | 1.29 Bn | 891.79 Mn | 242.50 Mn | - |
| 8 | Herbalife | 1.28 Bn | 919.85 Mn | 1.03 Bn | - |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Honest Company | 620.33 Mn | 514.43 Mn | 40.36 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2022 | 132,000.00 |
| Dec 31, 2021 | 18.00 Mn |
| Jun 30, 2017 | 970,000.00 |
| Mar 31, 2017 | -1.40 Mn |
| Dec 31, 2016 | 1.40 Mn |
| Mar 31, 2016 | 219.75 Mn |
| Dec 31, 2015 | 7.24 Mn |
| Dec 31, 2014 | -77.99 Mn |
| Jun 30, 2014 | 77.99 Mn |
| Mar 31, 2012 | 661.60 Mn |
| Mar 31, 2011 | -202.04 Mn |
| Dec 31, 2010 | 202.04 Mn |
Prestige Consumer Healthcare Acquisitions 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=acquisitions&ticker=PBH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=PBH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();