Bioregenx (BRGX) EBIT (2022 - 2026)
Bioregenx (BRGX) posted EBIT of -$49764.0 for Q1 2026, up 94.68% on a QoQ basis from -$935658.0 in Q4 2025, and up 74.16% year-over-year from -$28573.1 in Q1 2025.
Bioregenx (BRGX) EBIT (2022 - 2026) Analysis & Trends
Bioregenx has reported EBIT for 5 years, with the latest figure at -$49764.0 in Q1 2026.
- On a quarterly basis, EBIT rose 74.16% year-over-year to -$49764.0 in Q1 2026; TTM through Mar 2026 was -$1.1 million, a 94.46% increase from a year earlier, with the FY2025 full-year figure at -$1.2 million, up 94.54% from the prior year.
- EBIT was -$49764.0 for Q1 2026 at Bioregenx, up from -$935658.0 in the prior quarter.
- The five-year high for EBIT was -$2191.0 in Q3 2022, with the low at -$18.3 million in Q4 2024.
- Average EBIT over 5 years is -$1.6 million, with a median of -$192615.0 recorded in 2025.
- The sharpest annual moves came in 2023 and 2025: EBIT sank 112567.87% in 2023, then soared 97.42% in 2025.
- Over 5 years, EBIT stood at -$5535.0 in 2022, then plunged by 3722.13% to -$211555.0 in 2023, then sank by 8558.18% to -$18.3 million in 2024, then soared by 94.89% to -$935658.0 in 2025, then soared by 94.68% to -$49764.0 in 2026.
- The last three EBIT figures came in at -$49764.0 (Q1 2026), -$935658.0 (Q4 2025), and -$8459.0 (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 177.43 Bn | 172.48 Bn | 7.27 Bn | 1.69 Bn |
| 2 | Intuitive Surgical | 139.20 Bn | 134.11 Bn | 1.96 Bn | 971.90 Mn |
| 3 | Medtronic | 118.01 Bn | 109.81 Bn | 6.34 Bn | 1.76 Bn |
| 4 | Stryker | 105.44 Bn | 101.96 Bn | 4.50 Bn | 1.66 Bn |
| 5 | Boston Scientific | 62.90 Bn | 62.60 Bn | 3.85 Bn | 1.18 Bn |
| 6 | Edwards Lifesciences | 50.87 Bn | 46.72 Bn | 1.35 Bn | 513.20 Mn |
| 7 | Dexcom | 33.72 Bn | 31.77 Bn | 830.00 Mn | 318.30 Mn |
| 8 | Resmed | 32.45 Bn | 30.98 Bn | 861.22 Mn | 448.71 Mn |
| 9 | Alcon | 31.70 Bn | 30.25 Bn | 1.68 Bn | 11.00 Mn |
| 10 | Bioregenx | 9.72 Mn | 9.67 Mn | 348,288.00 | -49,764.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -49,764.00 |
| Dec 31, 2025 | -935,658.00 |
| Sep 30, 2025 | -8,459.00 |
| Jun 30, 2025 | -107,259.00 |
| Mar 31, 2025 | -192,615.00 |
| Dec 31, 2024 | -18.32 Mn |
| Sep 30, 2024 | -327,307.00 |
| Jun 30, 2024 | -1.04 Mn |
| Mar 31, 2024 | -3.08 Mn |
| Dec 31, 2023 | -211,555.00 |
| Sep 30, 2023 | -2.47 Mn |
| Jun 30, 2023 | -544,619.00 |
| Mar 31, 2023 | -184,106.00 |
| Dec 31, 2022 | -5,535.00 |
| Sep 30, 2022 | -2,191.00 |
| Jun 30, 2022 | -33,263.00 |
| Mar 31, 2022 | -37,319.00 |
Bioregenx EBIT 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=ebit&ticker=BRGX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=BRGX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();