Acadia Pharmaceuticals (ACAD) Debt Ratio (2010 - 2012)
Acadia Pharmaceuticals (ACAD) posted Debt Ratio of 0.0 for Q1 2012, down 16.75% on a QoQ basis from 0.0 in Q4 2011.
Analysis
Acadia Pharmaceuticals (ACAD) Debt Ratio (2010 - 2012) Analysis & Trends
Acadia Pharmaceuticals has reported Debt Ratio for 3 years, with the latest figure at 0.0 in Q1 2012.
- On a quarterly basis, Debt Ratio changed N/A year-over-year to 0.0 in Q1 2012; TTM through Mar 2012 was 0.0, a N/A change from a year earlier, with the FY2011 full-year figure at 0.0, down 50.95% from the prior year.
- Debt Ratio was 0.0 for Q1 2012 at Acadia Pharmaceuticals, down from 0.0 in the prior quarter.
- The five-year high for Debt Ratio was 0.0 in Q4 2010, with the low at 0.0 in Q1 2012.
- Average Debt Ratio over 3 years is 0.0, with a median of 0.0 recorded in 2011.
- The largest YoY upside for Debt Ratio was 50.95% in 2011 against a maximum downside of 50.95% in 2011.
- Over 3 years, Debt Ratio stood at 0.0 in 2010, then sank by 50.95% to 0.0 in 2011, then slipped by 16.75% to 0.0 in 2012.
- The last three Debt Ratio figures came in at 0.0 (Q1 2012), 0.0 (Q4 2011), and 0.0 (Q3 2011), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 0.30 |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 0.52 |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | 0.42 |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 0.08 |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | - |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 0.66 |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | 0.58 |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | 0.31 |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | - |
| 10 | Acadia Pharmaceuticals | 4.38 Bn | 3.42 Bn | 279.64 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2012 | 0.00 |
| Dec 31, 2011 | 0.00 |
| Sep 30, 2011 | 0.00 |
| Jun 30, 2011 | 0.00 |
| Dec 31, 2010 | 0.00 |
API Access
Acadia Pharmaceuticals Debt Ratio 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=debt-ratio&ticker=ACAD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=ACAD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();