PRF Technologies (PRFX) Invested Capital (2019 - 2025)
PRF Technologies' (PRFX) quarterly Invested Capital came in at -$26000.0 in Q2 2025, down 101.43% quarter-over-quarter from $1.8 million in Q4 2024.
PRF Technologies (PRFX) Invested Capital (2019 - 2025) Analysis & Trends
PRF Technologies (PRFX) has reported Invested Capital for 5 consecutive years, with -$26000.0 the latest figure, recorded in Q2 2025.
- For the quarter ending Q2 2025, Invested Capital changed N/A year-over-year to -$26000.0; the trailing twelve-month figure through Jun 2025 stood at -$26000.0 (changed N/A YoY), and the FY2024 full-year result was $1.8 million, down 76.36% from the prior year.
- Invested Capital declined to -$26000.0 in Q2 2025 per PRFX's latest filing, from $1.8 million in the prior quarter.
- Across five years, Invested Capital topped out at $7.7 million in Q4 2023 and bottomed at -$26000.0 in Q2 2025.
- Historically, Invested Capital has averaged $3.2 million across 3 years, with a median of $1.8 million in 2024.
- The widest YoY moves for Invested Capital: up 76.36% in 2024, down 76.36% in 2024.
- Over 3 years, Invested Capital stood at $7.7 million in 2023, then tumbled by 76.36% to $1.8 million in 2024, then sank by 101.43% to -$26000.0 in 2025.
- According to Business Quant data, Invested Capital over the past three periods registered -$26000.0, $1.8 million, and $7.7 million for Q2 2025, Q4 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Teva Pharmaceutical Industries | 46.72 Bn | 43.07 Bn | 2.15 Bn | 24.35 Bn |
| 2 | Viatris | 19.64 Bn | 18.75 Bn | 1.46 Bn | 27.61 Bn |
| 3 | Dr Reddys Laboratories | 10.36 Bn | 10.22 Bn | 396.53 Mn | 4.90 Bn |
| 4 | Amneal Pharmaceuticals | 6.44 Bn | 6.39 Bn | 334.51 Mn | 2.70 Bn |
| 5 | Bausch Health Companies | 2.11 Bn | 1.24 Bn | 2.10 Bn | 19.84 Bn |
| 6 | Ani Pharmaceuticals | 1.88 Bn | 1.52 Bn | 165.89 Mn | 898.70 Mn |
| 7 | Alvotech | 1.83 Bn | 1.69 Bn | 2.56 Mn | 1.15 Bn |
| 8 | Amphastar Pharmaceuticals | 1.04 Bn | 751.07 Mn | 93.47 Mn | 1.38 Bn |
| 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, 2025 | -26,000.00 |
| Dec 31, 2024 | 1.82 Mn |
| Dec 31, 2023 | 7.72 Mn |
| Jun 30, 2020 | -3.44 Mn |
| Dec 31, 2019 | -2.14 Mn |
PRF Technologies Invested Capital 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=invested-capital&ticker=PRFX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=PRFX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();