Bioregenx (BRGX) Invested Capital (2021 - 2026)
Bioregenx (BRGX) posted Invested Capital of -$2.3 million for Q1 2026, down 4.28% on a QoQ basis from -$2.2 million in Q4 2025, and down 466.56% year-over-year from $620363.7 in Q1 2025.
Bioregenx (BRGX) Invested Capital (2021 - 2026) Analysis & Trends
Bioregenx has reported Invested Capital for 6 years, with the latest figure at -$2.3 million in Q1 2026.
- On a quarterly basis, Invested Capital fell 466.56% year-over-year to -$2.3 million in Q1 2026; TTM through Mar 2026 was -$2.3 million, a 466.56% decrease from a year earlier, with the FY2025 full-year figure at -$2.2 million, down 894.13% from the prior year.
- Invested Capital was -$2.3 million for Q1 2026 at Bioregenx, down from -$2.2 million in the prior quarter.
- The five-year high for Invested Capital was $17.9 million in Q1 2024, with the low at -$2.4 million in Q3 2023.
- Average Invested Capital over 5 years is $2.3 million, with a median of -$1.5 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2024: Invested Capital sank 2035.72% in 2022, then jumped 914.09% in 2024.
- Over 5 years, Invested Capital stood at -$2.3 million in 2022, then surged by 71.77% to -$644384.0 in 2023, then soared by 65.96% to -$219360.0 in 2024, then plunged by 894.13% to -$2.2 million in 2025, then decreased by 4.28% to -$2.3 million in 2026.
- The last three Invested Capital figures came in at -$2.3 million (Q1 2026), -$2.2 million (Q4 2025), and -$1.4 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 177.43 Bn | 172.48 Bn | 7.27 Bn | 84.37 Bn |
| 2 | Intuitive Surgical | 139.20 Bn | 134.11 Bn | 1.96 Bn | - |
| 3 | Medtronic | 118.01 Bn | 109.81 Bn | 6.34 Bn | 79.00 Bn |
| 4 | Stryker | 105.44 Bn | 101.96 Bn | 4.50 Bn | 38.93 Bn |
| 5 | Boston Scientific | 62.90 Bn | 62.60 Bn | 3.85 Bn | 37.80 Bn |
| 6 | Edwards Lifesciences | 50.87 Bn | 46.72 Bn | 1.35 Bn | 11.32 Bn |
| 7 | Dexcom | 33.72 Bn | 31.77 Bn | 830.00 Mn | - |
| 8 | Resmed | 32.45 Bn | 30.98 Bn | 861.22 Mn | 7.50 Bn |
| 9 | Alcon | 31.70 Bn | 30.25 Bn | 1.68 Bn | 25.74 Bn |
| 10 | Bioregenx | 9.72 Mn | 9.67 Mn | 348,288.00 | -2.27 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -2.27 Mn |
| Dec 31, 2025 | -2.18 Mn |
| Sep 30, 2025 | -1.38 Mn |
| Jun 30, 2025 | -1.53 Mn |
| Mar 31, 2025 | -401,371.00 |
| Dec 31, 2024 | -219,360.00 |
| Sep 30, 2024 | 15.59 Mn |
| Jun 30, 2024 | 16.17 Mn |
| Mar 31, 2024 | 17.90 Mn |
| Dec 31, 2023 | -644,384.00 |
| Sep 30, 2023 | -2.38 Mn |
| Jun 30, 2023 | -2.36 Mn |
| Mar 31, 2023 | -2.20 Mn |
| Dec 31, 2022 | -2.28 Mn |
| Dec 31, 2021 | 117,929.00 |
Bioregenx 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=BRGX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "ticker": "BRGX", "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=BRGX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();