Veracyte (VCYT) Interest Coverage Ratio (2013 - 2021)
Veracyte's (VCYT) quarterly Interest Coverage Ratio came in at 118.63 in Q2 2021, up 30.22% year-over-year from 91.1 in Q2 2020, and up 86.16% quarter-over-quarter from 856.89 in Q1 2021.
Veracyte (VCYT) Interest Coverage Ratio (2013 - 2021) Analysis & Trends
Veracyte has disclosed Interest Coverage Ratio across 9 years of filings, most recently posting 118.63 for Q2 2021.
- In Q2 2021, Interest Coverage Ratio rose 30.22% year-over-year to 118.63; the TTM figure through Jun 2021 stood at 289.01 (down 125.39% YoY), while the FY2020 annual figure was 154.54, down 591.62% from the prior year.
- Interest Coverage Ratio came in at 118.63 for Q2 2021 at Veracyte, up from 856.89 in the prior quarter.
- In the past five years, Interest Coverage Ratio ranged from a high of 2.4 in Q4 2017 to a low of 856.89 in Q1 2021.
- Average Interest Coverage Ratio over 5 years is 100.93, with a median of 16.59 recorded in 2018.
- Year-over-year, Interest Coverage Ratio surged 65.87% in 2019 and sank 3151.62% in 2020.
- Over 5 years, Interest Coverage Ratio stood at 2.4 in 2017, then plunged by 137.61% to 5.7 in 2018, then tumbled by 1674.35% to 101.2 in 2019, then slumped by 47.71% to 149.48 in 2020, then increased by 20.64% to 118.63 in 2021.
- Per Business Quant data, the three most recent Interest Coverage Ratio figures were 118.63 in Q2 2021, 856.89 in Q1 2021, and 149.48 in Q4 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -85.16 |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 6.75 |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 7.39 |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | -95.93 |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | -7.38 |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | 2.92 |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | - |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 687.88 |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | -5.85 |
| 10 | Veracyte | 3.20 Bn | 2.90 Bn | 108.55 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2021 | -118.63 |
| Mar 31, 2021 | -856.89 |
| Dec 31, 2020 | -149.48 |
| Sep 30, 2020 | -73.93 |
| Jun 30, 2020 | -170.02 |
| Mar 31, 2020 | -221.82 |
| Dec 31, 2019 | -101.20 |
| Sep 30, 2019 | -30.40 |
| Jun 30, 2019 | -13.19 |
| Mar 31, 2019 | -6.82 |
| Dec 31, 2018 | -5.70 |
| Sep 30, 2018 | -8.64 |
| Jun 30, 2018 | -12.30 |
| Mar 31, 2018 | -19.99 |
| Dec 31, 2017 | -2.40 |
| Sep 30, 2017 | -7.81 |
| Jun 30, 2017 | -8.18 |
| Mar 31, 2017 | -9.40 |
| Dec 31, 2016 | -4.56 |
| Sep 30, 2016 | -6.12 |
Veracyte 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=VCYT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "ticker": "VCYT", "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=VCYT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();