Acadia Pharmaceuticals (ACAD) Cash & Equivalents Growth (1y) (2011 - 2026)
Analysis
Acadia Pharmaceuticals (ACAD) Cash & Equivalents Growth (1y) (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 9.93% |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 1.58% |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | -14.46% |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 14.42% |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | -30.67% |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 74.25% |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -38.20% |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | -40.42% |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 23.56% |
| 10 | Acadia Pharmaceuticals | 4.38 Bn | 3.42 Bn | 279.64 Mn | 51.79% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 51.79% |
| Mar 31, 2026 | 29.64% |
| Dec 31, 2025 | -44.40% |
| Sep 30, 2025 | 66.29% |
| Jun 30, 2025 | 43.19% |
| Mar 31, 2025 | 6.33% |
| Dec 31, 2024 | 69.40% |
| Sep 30, 2024 | 58.00% |
| Jun 30, 2024 | 64.10% |
| Mar 31, 2024 | -29.62% |
| Dec 31, 2023 | 64.27% |
| Sep 30, 2023 | -36.59% |
| Jun 30, 2023 | -22.81% |
| Mar 31, 2023 | 41.96% |
| Dec 31, 2022 | -22.10% |
| Sep 30, 2022 | 63.61% |
| Jun 30, 2022 | -47.62% |
| Mar 31, 2022 | -32.70% |
| Dec 31, 2021 | -54.78% |
| Sep 30, 2021 | -79.08% |
API Access
Acadia Pharmaceuticals Cash & Equivalents Growth (1y) 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=cash-and-equivalents-growth-1y&ticker=ACAD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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=cash-and-equivalents-growth-1y&ticker=ACAD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();