Bioregenx (BRGX) Retained Earnings (2021 - 2026)
Bioregenx (BRGX) posted Retained Earnings of -$37.1 million for Q1 2026, little changed on a QoQ basis from -$37.1 million in Q4 2025, and down 3.64% year-over-year from -$38.5 million in Q1 2025.
Bioregenx (BRGX) Retained Earnings (2021 - 2026) Analysis & Trends
Bioregenx has reported Retained Earnings for 6 years, with the latest figure at -$37.1 million in Q1 2026.
- On a quarterly basis, Retained Earnings fell 3.64% year-over-year to -$37.1 million in Q1 2026; TTM through Mar 2026 was -$37.1 million, a 3.64% decrease from a year earlier, with the FY2025 full-year figure at -$37.1 million, down 4.34% from the prior year.
- Retained Earnings was -$37.1 million for Q1 2026 at Bioregenx, roughly flat from -$37.1 million in the prior quarter.
- The five-year high for Retained Earnings was $30.0 million in Q2 2024, with the low at -$37.1 million in Q1 2026.
- Average Retained Earnings over 5 years is -$11.0 million, with a median of -$8.0 million recorded in 2023.
- The sharpest annual moves came in 2023 and 2024: Retained Earnings plunged 329.04% in 2023, then soared 973.31% in 2024.
- Over 5 years, Retained Earnings stood at -$2.9 million in 2022, then slumped by 329.04% to -$12.5 million in 2023, then tumbled by 184.17% to -$35.6 million in 2024, then decreased by 4.34% to -$37.1 million in 2025, then retreated by 0.07% to -$37.1 million in 2026.
- The last three Retained Earnings figures came in at -$37.1 million (Q1 2026), -$37.1 million (Q4 2025), and -$36.1 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 177.43 Bn | 172.48 Bn | 7.27 Bn | 49.79 Bn |
| 2 | Intuitive Surgical | 139.20 Bn | 134.11 Bn | 1.96 Bn | 6.84 Bn |
| 3 | Medtronic | 118.01 Bn | 109.81 Bn | 6.34 Bn | 33.19 Bn |
| 4 | Stryker | 105.44 Bn | 101.96 Bn | 4.50 Bn | 21.82 Bn |
| 5 | Boston Scientific | 62.90 Bn | 62.60 Bn | 3.85 Bn | 7.82 Bn |
| 6 | Edwards Lifesciences | 50.87 Bn | 46.72 Bn | 1.35 Bn | 14.86 Bn |
| 7 | Dexcom | 33.72 Bn | 31.77 Bn | 830.00 Mn | 2.88 Bn |
| 8 | Resmed | 32.45 Bn | 30.98 Bn | 861.22 Mn | 7.26 Bn |
| 9 | Alcon | 31.70 Bn | 30.25 Bn | 1.68 Bn | 21.58 Bn |
| 10 | Bioregenx | 9.72 Mn | 9.67 Mn | 348,288.00 | -37.14 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -37.14 Mn |
| Dec 31, 2025 | -37.12 Mn |
| Sep 30, 2025 | -36.10 Mn |
| Jun 30, 2025 | -36.02 Mn |
| Mar 31, 2025 | -35.84 Mn |
| Dec 31, 2024 | -35.57 Mn |
| Sep 30, 2024 | 29.78 Mn |
| Jun 30, 2024 | 30.04 Mn |
| Mar 31, 2024 | 29.80 Mn |
| Dec 31, 2023 | -12.52 Mn |
| Sep 30, 2023 | -3.49 Mn |
| Jun 30, 2023 | -3.44 Mn |
| Mar 31, 2023 | -3.44 Mn |
| Dec 31, 2022 | -2.92 Mn |
| Dec 31, 2021 | -2.80 Mn |
Bioregenx Retained Earnings 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=retained-earnings&ticker=BRGX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=BRGX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();