Bioregenx (BRGX) Share-based Compensation Growth (1y) (2024 - 2026)
Analysis
Bioregenx (BRGX) Share-based Compensation Growth (1y) (2024 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 177.43 Bn | 172.48 Bn | 7.27 Bn | 18.31% |
| 2 | Intuitive Surgical | 139.20 Bn | 134.11 Bn | 1.96 Bn | 314.20% |
| 3 | Medtronic | 118.01 Bn | 109.81 Bn | 6.34 Bn | 45.35% |
| 4 | Stryker | 105.44 Bn | 101.96 Bn | 4.50 Bn | -78.13% |
| 5 | Boston Scientific | 62.90 Bn | 62.60 Bn | 3.85 Bn | -15.28% |
| 6 | Edwards Lifesciences | 50.87 Bn | 46.72 Bn | 1.35 Bn | 12.53% |
| 7 | Dexcom | 33.72 Bn | 31.77 Bn | 830.00 Mn | -13.91% |
| 8 | Resmed | 32.45 Bn | 30.98 Bn | 861.22 Mn | 10.94% |
| 9 | Alcon | 31.70 Bn | 30.25 Bn | 1.68 Bn | 10.53% |
| 10 | Bioregenx | 9.72 Mn | 9.67 Mn | 348,288.00 | -8.85% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -8.85% |
| Dec 31, 2025 | -90.68% |
| Sep 30, 2025 | 108.22% |
| Jun 30, 2025 | 108.22% |
| Mar 31, 2025 | 2,765.71% |
| Sep 30, 2024 | 953.37% |
| Jun 30, 2024 | 27,743.14% |
API Access
Bioregenx Share-based Compensation Growth (1y) 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=share-based-compensation-growth-1y&ticker=BRGX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "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=share-based-compensation-growth-1y&ticker=BRGX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();