PRF Technologies (PRFX) Treasury Shares (2019 - 2020)
PRF Technologies' (PRFX) quarterly Treasury Shares came in at $3.0 million in Q4 2020, little changed on a YoY basis from $3.0 million in Q1 2020, and little changed quarter-over-quarter from $3.0 million in Q2 2020.
PRF Technologies (PRFX) Treasury Shares (2019 - 2020) Analysis & Trends
PRF Technologies (PRFX) has reported Treasury Shares for 2 consecutive years, with $3.0 million the latest figure, recorded in Q4 2020.
- For the quarter ending Q4 2020, Treasury Shares changed 0.0% year-over-year to $3.0 million; the trailing twelve-month figure through Dec 2020 stood at $3.0 million (changed 0.0% YoY), and the FY2020 full-year result was $3.0 million, changed 0.0% from the prior year.
- Treasury Shares steadied at $3.0 million in Q4 2020 per PRFX's latest filing, from $3.0 million in the prior quarter.
- Across five years, Treasury Shares topped out at $3.0 million in Q4 2019 and bottomed at $3.0 million in Q4 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Teva Pharmaceutical Industries | 46.72 Bn | 43.07 Bn | 2.15 Bn | 106.00 Mn |
| 2 | Viatris | 19.64 Bn | 18.75 Bn | 1.46 Bn | 1.16 Bn |
| 3 | Dr Reddys Laboratories | 10.36 Bn | 10.22 Bn | 396.53 Mn | -16.50 Mn |
| 4 | Amneal Pharmaceuticals | 6.44 Bn | 6.39 Bn | 334.51 Mn | - |
| 5 | Bausch Health Companies | 2.11 Bn | 1.24 Bn | 2.10 Bn | - |
| 6 | Ani Pharmaceuticals | 1.88 Bn | 1.52 Bn | 165.89 Mn | 891,915.00 |
| 7 | Alvotech | 1.83 Bn | 1.69 Bn | 2.56 Mn | - |
| 8 | Amphastar Pharmaceuticals | 1.04 Bn | 751.07 Mn | 93.47 Mn | -19.77 Mn |
| 9 | Fennec Pharmaceuticals | 382.22 Mn | 340.97 Mn | 17.15 Mn | - |
| 10 | PRF Technologies | 622,054.07 | -10.31 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2020 | 2.95 Mn |
| Dec 31, 2020 | 2.95 Mn |
| Jun 30, 2020 | 2.95 Mn |
| Jun 30, 2020 | 2.95 Mn |
| Dec 31, 2019 | 2.95 Mn |
| Dec 31, 2019 | 2.95 Mn |
PRF Technologies 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=PRFX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "ticker": "PRFX", "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=PRFX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();