Personalis (PSNL) Treasury Shares (2018 - 2019)
Personalis (PSNL) posted Treasury Shares of $18.5 million for Q1 2019, little changed on a QoQ basis from $18.5 million in Q4 2018.
Analysis
Personalis (PSNL) Treasury Shares (2018 - 2019) Analysis & Trends
Personalis has reported Treasury Shares for 2 years, with the latest figure at $18.5 million in Q1 2019.
- On a quarterly basis, Treasury Shares changed N/A year-over-year to $18.5 million in Q1 2019; TTM through Mar 2019 was $18.5 million, a N/A change from a year earlier, with the FY2018 full-year figure at $18.5 million, up 9.92% from the prior year.
- Treasury Shares was $18.5 million for Q1 2019 at Personalis, roughly flat from $18.5 million in the prior quarter.
- The five-year high for Treasury Shares was $18.5 million in Q4 2018, with the low at $18.5 million in Q4 2018.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | - |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 52.00 Mn |
| 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 | 183,229.00 |
| 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 | 675,000.00 |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | - |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | - |
| 10 | Personalis | 1.74 Bn | 1.53 Bn | 4.74 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2019 | 18.47 Mn |
| Mar 31, 2019 | 18.47 Mn |
| Dec 31, 2018 | 18.47 Mn |
| Dec 31, 2018 | 18.47 Mn |
API Access
Personalis Treasury Shares 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=treasury-shares&ticker=PSNL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "ticker": "PSNL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=treasury-shares&ticker=PSNL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();