Perrigo (PRGO) Share-based Compensation Growth (3y) (2016 - 2026)
Analysis
Perrigo (PRGO) Share-based Compensation Growth (3y) (2016 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.39 Bn | 68.35 Bn | 3.30 Bn | 18.22% |
| 2 | Kenvue | 34.31 Bn | 33.20 Bn | 2.30 Bn | -50.44% |
| 3 | Kimberly Clark | 32.90 Bn | 32.07 Bn | 1.60 Bn | -4.45% |
| 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 | -28.50% |
| 7 | Edgewell Personal Care | 1.29 Bn | 891.79 Mn | 242.50 Mn | -4.28% |
| 8 | Herbalife | 1.28 Bn | 919.85 Mn | 1.03 Bn | 37.95% |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Honest Company | 620.33 Mn | 514.43 Mn | 40.36 Mn | -22.24% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -28.50% |
| Mar 28, 2026 | -16.69% |
| Dec 31, 2025 | 16.60% |
| Sep 27, 2025 | 11.98% |
| Jun 28, 2025 | 14.47% |
| Mar 29, 2025 | -23.23% |
| Dec 31, 2024 | 26.20% |
| Sep 28, 2024 | -19.00% |
| Jun 29, 2024 | 17.72% |
| Mar 30, 2024 | -14.55% |
| Dec 31, 2023 | -10.12% |
| Sep 30, 2023 | 1.16% |
| Jul 1, 2023 | 11.27% |
| Apr 1, 2023 | 15.41% |
| Dec 31, 2022 | -10.14% |
| Oct 1, 2022 | -10.01% |
| Jul 2, 2022 | -10.99% |
| Apr 2, 2022 | 28.48% |
| Dec 31, 2021 | -3.74% |
| Oct 2, 2021 | 37.18% |
API Access
Perrigo Share-based Compensation Growth (3y) 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=share-based-compensation-growth-3y&ticker=PRGO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "ticker": "PRGO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation-growth-3y&ticker=PRGO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();