Bioregenx (BRGX) EPS (Basic) (2022 - 2026)
Bioregenx (BRGX) posted EPS (Basic) of -$0.0 for Q1 2026, up 87.66% on a QoQ basis from -$0.0 in Q4 2025, and up 53.06% year-over-year from -$0.0 in Q1 2025.
Bioregenx (BRGX) EPS (Basic) (2022 - 2026) Analysis & Trends
Bioregenx has reported EPS (Basic) for 5 years, with the latest figure at -$0.0 in Q1 2026.
- On a quarterly basis, EPS (Basic) rose 53.06% year-over-year to -$0.0 in Q1 2026; TTM through Mar 2026 was -$0.0, a 93.13% increase from a year earlier, with the FY2025 full-year figure at -$0.0, up 93.45% from the prior year.
- EPS (Basic) was -$0.0 for Q1 2026 at Bioregenx, up from -$0.0 in the prior quarter.
- The five-year high for EPS (Basic) was -$0.0 in Q3 2022, with the low at -$0.02 in Q4 2024.
- Average EPS (Basic) over 5 years is -$0.0, with a median of -$0.0 recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: EPS (Basic) plunged 7456.5% in 2024, then jumped 94.59% in 2025.
- Over 5 years, EPS (Basic) stood at -$0.0 in 2022, then plunged by 2201.35% to -$0.0 in 2023, then tumbled by 651.8% to -$0.02 in 2024, then surged by 94.59% to -$0.0 in 2025, then surged by 87.66% to -$0.0 in 2026.
- The last three EPS (Basic) figures came in at -$0.0 (Q1 2026), -$0.0 (Q4 2025), and -$0.0 (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 177.43 Bn | 172.48 Bn | 7.27 Bn | 0.53 |
| 2 | Intuitive Surgical | 139.20 Bn | 134.11 Bn | 1.96 Bn | 2.32 |
| 3 | Medtronic | 118.01 Bn | 109.81 Bn | 6.34 Bn | 1.16 |
| 4 | Stryker | 105.44 Bn | 101.96 Bn | 4.50 Bn | 3.33 |
| 5 | Boston Scientific | 62.90 Bn | 62.60 Bn | 3.85 Bn | 0.62 |
| 6 | Edwards Lifesciences | 50.87 Bn | 46.72 Bn | 1.35 Bn | 0.42 |
| 7 | Dexcom | 33.72 Bn | 31.77 Bn | 830.00 Mn | 0.65 |
| 8 | Resmed | 32.45 Bn | 30.98 Bn | 861.22 Mn | 2.63 |
| 9 | Alcon | 31.70 Bn | 30.25 Bn | 1.68 Bn | - |
| 10 | Bioregenx | 9.72 Mn | 9.67 Mn | 348,288.00 | 0.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 0.00 |
| Dec 31, 2025 | 0.00 |
| Sep 30, 2025 | 0.00 |
| Jun 30, 2025 | 0.00 |
| Mar 31, 2025 | 0.00 |
| Dec 31, 2024 | -0.02 |
| Sep 30, 2024 | 0.00 |
| Jun 30, 2024 | 0.00 |
| Mar 31, 2024 | 0.00 |
| Dec 31, 2023 | 0.00 |
| Sep 30, 2023 | 0.00 |
| Jun 30, 2023 | 0.00 |
| Mar 31, 2023 | 0.00 |
| Dec 31, 2022 | 0.00 |
| Sep 30, 2022 | 0.00 |
| Jun 30, 2022 | 0.00 |
| Mar 31, 2022 | 0.00 |
Bioregenx 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=BRGX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=BRGX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();