Acadia Pharmaceuticals (ACAD) Interest Coverage Ratio (2018 - 2020)
Acadia Pharmaceuticals (ACAD) posted Interest Coverage Ratio of 59.8 for Q1 2020, up 98.74% on a QoQ basis from 4757.58 in Q2 2019, and up 84.37% year-over-year from 32.43 in Q2 2019.
Acadia Pharmaceuticals (ACAD) Interest Coverage Ratio (2018 - 2020) Analysis & Trends
Acadia Pharmaceuticals has reported Interest Coverage Ratio for 3 years, with the latest figure at 59.8 in Q1 2020.
- On a quarterly basis, Interest Coverage Ratio rose 84.37% year-over-year to 59.8 in Q1 2020; TTM through Mar 2020 was 154.21, a 13.84% decrease from a year earlier, with the FY2018 full-year figure at 134.48, changed N/A from the prior year.
- Interest Coverage Ratio was 59.8 for Q1 2020 at Acadia Pharmaceuticals, up from 4757.58 in the prior quarter.
- The five-year high for Interest Coverage Ratio was 529.72 in Q4 2018, with the low at 4757.58 in Q2 2019.
- Average Interest Coverage Ratio over 3 years is 827.56, with a median of 159.61 recorded in 2018.
- The sharpest annual moves came in 2019 and 2020: Interest Coverage Ratio sank 1733.87% in 2019, then jumped 84.37% in 2020.
- Over 3 years, Interest Coverage Ratio stood at 529.72 in 2018, then plunged by 998.12% to 4757.58 in 2019, then surged by 98.74% to 59.8 in 2020.
- The last three Interest Coverage Ratio figures came in at 59.8 (Q1 2020), 4757.58 (Q2 2019), and 382.68 (Q1 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 25.41 |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | - |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | - |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 10.28 |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | 7.27 |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 5.22 |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -42.08 |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | - |
| 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
| Date | Value |
|---|---|
| Mar 31, 2020 | -59.80 |
| Jun 30, 2019 | -4,757.58 |
| Mar 31, 2019 | -382.68 |
| Dec 31, 2018 | 529.72 |
| Sep 30, 2018 | -35.62 |
| Jun 30, 2018 | -259.43 |
Acadia Pharmaceuticals Interest Coverage 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=interest-coverage-ratio&ticker=ACAD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-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=interest-coverage-ratio&ticker=ACAD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();