PRF Technologies (PRFX) Enterprise Value (2024 - 2026)
PRF Technologies' (PRFX) quarterly Enterprise Value came in at -$10.0 million in Q2 2026, down 253.37% on a YoY basis from $6.5 million in Q2 2025, and down 663.98% quarter-over-quarter from -$1.3 million in Q4 2025.
PRF Technologies (PRFX) Enterprise Value (2024 - 2026) Analysis & Trends
PRF Technologies (PRFX) has reported Enterprise Value for 3 consecutive years, with -$10.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Enterprise Value fell 253.37% year-over-year to -$10.0 million; the trailing twelve-month figure through Jun 2026 stood at -$10.0 million (down 253.37% YoY), and the FY2025 full-year result was -$1.3 million, up 52.04% from the prior year.
- Enterprise Value slipped to -$10.0 million in Q2 2026 per PRFX's latest filing, from -$1.3 million in the prior quarter.
- Across five years, Enterprise Value topped out at -$1.3 million in Q4 2025 and bottomed at -$10.0 million in Q2 2026.
- Historically, Enterprise Value has averaged -$4.2 million across 3 years, with a median of -$2.8 million in 2024.
- The sharpest annual moves came in 2025 and 2026: Enterprise Value soared 52.04% in 2025, then sank 253.37% in 2026.
- Over 3 years, Enterprise Value stood at -$2.7 million in 2024, then jumped by 52.04% to -$1.3 million in 2025, then slumped by 663.98% to -$10.0 million in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered -$10.0 million, -$1.3 million, and -$2.8 million for Q2 2026, Q4 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Teva Pharmaceutical Industries | 46.72 Bn | 43.07 Bn | 2.15 Bn |
| 2 | Viatris | 19.64 Bn | 18.75 Bn | 1.46 Bn |
| 3 | Dr Reddys Laboratories | 10.36 Bn | 10.22 Bn | 396.53 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 |
| 7 | Alvotech | 1.83 Bn | 1.69 Bn | 2.56 Mn |
| 8 | Amphastar Pharmaceuticals | 1.04 Bn | 751.07 Mn | 93.47 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 |
|---|---|
| Jun 30, 2026 | -10.04 Mn |
| Dec 31, 2025 | -1.31 Mn |
| Jun 30, 2025 | -2.84 Mn |
| Dec 31, 2024 | -2.74 Mn |
PRF Technologies Enterprise Value 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=enterprise-value&ticker=PRFX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=PRFX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();