Acadia Pharmaceuticals (ACAD) Property, Plant & Equipment (Net) Growth (3y) (2013 - 2026)
Analysis
Acadia Pharmaceuticals (ACAD) Property, Plant & Equipment (Net) Growth (3y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 4.65% |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 5.45% |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | 5.00% |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | -0.43% |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | 16.21% |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 15.61% |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | 1.73% |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | 2.85% |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 14.05% |
| 10 | Acadia Pharmaceuticals | 4.38 Bn | 3.42 Bn | 279.64 Mn | 48.79% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 48.79% |
| Mar 31, 2026 | 37.84% |
| Dec 31, 2025 | 7.65% |
| Sep 30, 2025 | -17.11% |
| Jun 30, 2025 | -20.34% |
| Mar 31, 2025 | -22.56% |
| Dec 31, 2024 | -19.39% |
| Sep 30, 2024 | -22.54% |
| Jun 30, 2024 | -23.34% |
| Mar 31, 2024 | -23.49% |
| Dec 31, 2023 | -20.45% |
| Sep 30, 2023 | -16.63% |
| Jun 30, 2023 | -8.08% |
| Mar 31, 2023 | 3.21% |
| Dec 31, 2022 | 23.71% |
| Sep 30, 2022 | 26.07% |
| Jun 30, 2022 | 26.98% |
| Mar 31, 2022 | 26.31% |
| Dec 31, 2021 | 34.48% |
| Sep 30, 2021 | 36.53% |
API Access
Acadia Pharmaceuticals Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net-growth-3y&ticker=ACAD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-3y", "ticker": "ACAD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=property-plant-and-equipment-net-growth-3y&ticker=ACAD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();