Bioregenx (BRGX) Acquisitions (2023 - 2024)
Bioregenx (BRGX) posted Acquisitions of $1445.0 for Q1 2024, down 99.04% on a QoQ basis from $150000.0 in Q4 2023.
Analysis
Bioregenx (BRGX) Acquisitions (2023 - 2024) Analysis & Trends
Bioregenx has reported Acquisitions for 2 years, with the latest figure at $1445.0 in Q1 2024.
- On a quarterly basis, Acquisitions changed N/A year-over-year to $1445.0 in Q1 2024; TTM through Dec 2024 was $1445.0, a N/A change from a year earlier, with the FY2024 full-year figure at $1445.0, down 99.04% from the prior year.
- Acquisitions was $1445.0 for Q1 2024 at Bioregenx, down from $150000.0 in the prior quarter.
- The five-year high for Acquisitions was $150000.0 in Q4 2023, with the low at $1445.0 in Q1 2024.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 179.49 Bn | 174.54 Bn | 7.27 Bn | - |
| 2 | Intuitive Surgical | 142.30 Bn | 137.21 Bn | 1.96 Bn | - |
| 3 | Medtronic | 116.24 Bn | 108.04 Bn | 6.34 Bn | 1.16 Bn |
| 4 | Stryker | 105.51 Bn | 102.03 Bn | 4.50 Bn | 437.00 Mn |
| 5 | Boston Scientific | 65.13 Bn | 64.83 Bn | 3.85 Bn | 195.00 Mn |
| 6 | Edwards Lifesciences | 51.20 Bn | 47.05 Bn | 1.35 Bn | - |
| 7 | Dexcom | 33.79 Bn | 31.84 Bn | 830.00 Mn | - |
| 8 | Resmed | 32.01 Bn | 30.54 Bn | 861.22 Mn | 325.32 Mn |
| 9 | Alcon | 31.98 Bn | 30.52 Bn | 1.68 Bn | - |
| 10 | Bioregenx | 9.72 Mn | 9.67 Mn | 348,288.00 | - |
API Access
Bioregenx Acquisitions 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=acquisitions&ticker=BRGX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=BRGX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();