Bioregenx (BRGX) Selling, General & Administrative (2023 - 2026)
Analysis
Bioregenx (BRGX) Selling, General & Administrative (2023 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 179.49 Bn | 174.54 Bn | 7.27 Bn | 4.03 Bn |
| 2 | Intuitive Surgical | 142.30 Bn | 137.21 Bn | 1.96 Bn | 617.90 Mn |
| 3 | Medtronic | 116.24 Bn | 108.04 Bn | 6.34 Bn | 3.20 Bn |
| 4 | Stryker | 105.51 Bn | 102.03 Bn | 4.50 Bn | 2.23 Bn |
| 5 | Boston Scientific | 65.13 Bn | 64.83 Bn | 3.85 Bn | 1.80 Bn |
| 6 | Edwards Lifesciences | 51.20 Bn | 47.05 Bn | 1.35 Bn | 561.20 Mn |
| 7 | Dexcom | 33.79 Bn | 31.84 Bn | 830.00 Mn | 358.70 Mn |
| 8 | Resmed | 32.01 Bn | 30.54 Bn | 861.22 Mn | 296.28 Mn |
| 9 | Alcon | 31.98 Bn | 30.52 Bn | 1.68 Bn | -964.00 Mn |
| 10 | Bioregenx | 9.72 Mn | 9.67 Mn | 348,288.00 | 396,394.00 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 396,394.00 |
| Dec 31, 2025 | 552,090.00 |
| Sep 30, 2025 | 432,540.00 |
| Jun 30, 2025 | 456,728.00 |
| Mar 31, 2025 | 590,368.00 |
| Dec 31, 2024 | 1.87 Mn |
| Sep 30, 2024 | 236,279.00 |
| Jun 30, 2024 | 1.40 Mn |
| Mar 31, 2024 | 3.41 Mn |
| Dec 31, 2023 | 494,516.00 |
| Sep 30, 2023 | 2.96 Mn |
| Jun 30, 2023 | 1.00 Mn |
| Mar 31, 2023 | 770,993.00 |
API Access
Bioregenx Selling, General & Administrative 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=selling-general-and-administrative&ticker=BRGX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=BRGX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();