Veracyte (VCYT) Net Shares Issued and Repurchased (2015 - 2016)
Veracyte's (VCYT) quarterly Net Shares Issued and Repurchased came in at $1.3 million in Q1 2016, down 17.18% quarter-over-quarter from $1.5 million in Q4 2015.
Veracyte (VCYT) Net Shares Issued and Repurchased (2015 - 2016) Analysis & Trends
Veracyte has disclosed Net Shares Issued and Repurchased across 2 years of filings, most recently posting $1.3 million for Q1 2016.
- In Q1 2016, Net Shares Issued and Repurchased changed N/A year-over-year to $1.3 million; the TTM figure through Mar 2016 stood at $1.3 million (changed N/A YoY), while the FY2015 annual figure was $1.5 million, changed N/A from the prior year.
- Net Shares Issued and Repurchased came in at $1.3 million for Q1 2016 at Veracyte, down from $1.5 million in the prior quarter.
- In the past five years, Net Shares Issued and Repurchased ranged from a high of $1.5 million in Q4 2015 to a low of $1.3 million in Q1 2016.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Shares Issued and Repurchased (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | - |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | - |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | - |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | - |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | - |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | - |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | - |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | - |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | - |
| 10 | Veracyte | 3.20 Bn | 2.90 Bn | 108.55 Mn | - |
Veracyte Net Shares Issued and Repurchased 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=net-shares-issued-and-repurchased&ticker=VCYT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-shares-issued-and-repurchased", "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=net-shares-issued-and-repurchased&ticker=VCYT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();