Acadia Pharmaceuticals (ACAD) Revenue (2010 - 2026)
Acadia Pharmaceuticals (ACAD) posted Revenue of $308.0 million for Q2 2026, up 14.88% on a QoQ basis from $268.1 million in Q1 2026, and up 16.4% year-over-year from $264.6 million in Q2 2025.
Acadia Pharmaceuticals (ACAD) Revenue (2010 - 2026) Analysis & Trends
Acadia Pharmaceuticals has reported Revenue for 17 years, with the latest figure at $308.0 million in Q2 2026.
- On a quarterly basis, Revenue rose 16.4% year-over-year to $308.0 million in Q2 2026; TTM through Jun 2026 was $1.1 billion, a 11.75% increase from a year earlier, with the FY2025 full-year figure at $1.1 billion, up 11.87% from the prior year.
- Revenue was $308.0 million for Q2 2026 at Acadia Pharmaceuticals, up from $268.1 million in the prior quarter.
- The five-year high for Revenue was $308.0 million in Q2 2026, with the low at $115.5 million in Q1 2022.
- Average Revenue over 5 years is $213.8 million, with a median of $236.5 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2024: Revenue slipped 0.68% in 2022, then soared 73.75% in 2024.
- Over 5 years, Revenue stood at $136.5 million in 2022, then jumped by 69.27% to $231.0 million in 2023, then gained by 12.36% to $259.6 million in 2024, then rose by 9.39% to $284.0 million in 2025, then increased by 8.44% to $308.0 million in 2026.
- The last three Revenue figures came in at $308.0 million (Q2 2026), $268.1 million (Q1 2026), and $284.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Acadia Pharmaceuticals Revenue 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=revenue&ticker=ACAD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=ACAD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();