PRF Technologies (PRFX) Short-term Investments (2022 - 2026)
PRF Technologies' (PRFX) quarterly Short-term Investments came in at $3.0 million in Q2 2026, up 196.16% quarter-over-quarter from $1.0 million in Q4 2025.
PRF Technologies (PRFX) Short-term Investments (2022 - 2026) Analysis & Trends
PRF Technologies (PRFX) has reported Short-term Investments for 4 consecutive years, with $3.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Short-term Investments changed N/A year-over-year to $3.0 million; the trailing twelve-month figure through Jun 2026 stood at $3.0 million (changed N/A YoY), and the FY2025 full-year result was $1.0 million, changed N/A from the prior year.
- Short-term Investments grew to $3.0 million in Q2 2026 per PRFX's latest filing, from $1.0 million in the prior quarter.
- Across five years, Short-term Investments topped out at $6.1 million in Q4 2022 and bottomed at $1.0 million in Q2 2023.
- Historically, Short-term Investments has averaged $3.0 million across 4 years, with a median of $2.0 million in 2023.
- The widest YoY moves for Short-term Investments: up 82.95% in 2023, down 82.95% in 2023.
- Over 4 years, Short-term Investments stood at $6.1 million in 2022, then slumped by 83.09% to $1.0 million in 2023, then dropped by 1.26% to $1.0 million in 2025, then jumped by 196.16% to $3.0 million in 2026.
- According to Business Quant data, Short-term Investments over the past three periods registered $3.0 million, $1.0 million, and $1.0 million for Q2 2026, Q4 2025, and Q3 2023 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 | 3.01 Mn |
| Dec 31, 2025 | 1.02 Mn |
| Sep 30, 2023 | 1.03 Mn |
| Jun 30, 2023 | 1.01 Mn |
| Dec 31, 2022 | 6.09 Mn |
| Sep 30, 2022 | 6.03 Mn |
PRF Technologies Short-term Investments 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=short-term-investments&ticker=PRFX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=PRFX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();