PRF Technologies (PRFX) EPS (Basic) (2025)
PRF Technologies' (PRFX) quarterly EPS (Basic) came in at $0.07 in Q2 2025.
Analysis
PRF Technologies (PRFX) EPS (Basic) (2025) Analysis & Trends
PRF Technologies (PRFX) has reported EPS (Basic) for 1 consecutive years, with $0.07 the latest figure, recorded in Q2 2025.
- For the quarter ending Q2 2025, EPS (Basic) changed N/A year-over-year to $0.07; the trailing twelve-month figure through Jun 2025 stood at -$99.49 (changed N/A YoY), and the FY2025 full-year result was -$7.73, up 95.19% from the prior year.
- EPS (Basic) held at $0.07 in Q2 2025 per PRFX's latest filing.
- Across five years, EPS (Basic) topped out at $0.07 in Q2 2025 and bottomed at $0.07 in Q2 2025.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Teva Pharmaceutical Industries | 46.72 Bn | 43.07 Bn | 2.15 Bn | -0.49 |
| 2 | Viatris | 19.64 Bn | 18.75 Bn | 1.46 Bn | -0.10 |
| 3 | Dr Reddys Laboratories | 10.36 Bn | 10.22 Bn | 396.53 Mn | 0.06 |
| 4 | Amneal Pharmaceuticals | 6.44 Bn | 6.39 Bn | 334.51 Mn | 0.22 |
| 5 | Bausch Health Companies | 2.11 Bn | 1.24 Bn | 2.10 Bn | 0.69 |
| 6 | Ani Pharmaceuticals | 1.88 Bn | 1.52 Bn | 165.89 Mn | 1.17 |
| 7 | Alvotech | 1.83 Bn | 1.69 Bn | 2.56 Mn | -0.23 |
| 8 | Amphastar Pharmaceuticals | 1.04 Bn | 751.07 Mn | 93.47 Mn | 0.70 |
| 9 | Fennec Pharmaceuticals | 382.22 Mn | 340.97 Mn | 17.15 Mn | 0.06 |
| 10 | PRF Technologies | 622,054.07 | -10.31 Mn | - | - |
API Access
PRF Technologies EPS (Basic) 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=eps-basic&ticker=PRFX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=PRFX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();