Bioregenx (BRGX) Interest & Investment Income (2022 - 2023)
Bioregenx (BRGX) posted Interest & Investment Income of -$100.0 for Q4 2023, up 99.8% on a QoQ basis from -$50800.0 in Q3 2023.
Analysis
Bioregenx (BRGX) Interest & Investment Income (2022 - 2023) Analysis & Trends
Bioregenx has reported Interest & Investment Income for 2 years, with the latest figure at -$100.0 in Q4 2023.
- On a quarterly basis, Interest & Investment Income changed N/A year-over-year to -$100.0 in Q4 2023; TTM through Dec 2023 was -$20900.0, a 46.41% increase from a year earlier, with the FY2023 full-year figure at -$20900.0, up 46.41% from the prior year.
- Interest & Investment Income was -$100.0 for Q4 2023 at Bioregenx, up from -$50800.0 in the prior quarter.
- The five-year high for Interest & Investment Income was $21000.0 in Q1 2023, with the low at -$79400.0 in Q2 2022.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 177.43 Bn | 172.48 Bn | 7.27 Bn | 52.00 Mn |
| 2 | Intuitive Surgical | 139.20 Bn | 134.11 Bn | 1.96 Bn | - |
| 3 | Medtronic | 118.01 Bn | 109.81 Bn | 6.34 Bn | - |
| 4 | Stryker | 105.44 Bn | 101.96 Bn | 4.50 Bn | - |
| 5 | Boston Scientific | 62.90 Bn | 62.60 Bn | 3.85 Bn | - |
| 6 | Edwards Lifesciences | 50.87 Bn | 46.72 Bn | 1.35 Bn | 30.00 Mn |
| 7 | Dexcom | 33.72 Bn | 31.77 Bn | 830.00 Mn | - |
| 8 | Resmed | 32.45 Bn | 30.98 Bn | 861.22 Mn | 20.89 Mn |
| 9 | Alcon | 31.70 Bn | 30.25 Bn | 1.68 Bn | - |
| 10 | Bioregenx | 9.72 Mn | 9.67 Mn | 348,288.00 | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -100.00 |
| Sep 30, 2023 | -50,800.00 |
| Jun 30, 2023 | 9,000.00 |
| Mar 31, 2023 | 21,000.00 |
| Sep 30, 2022 | 20,400.00 |
| Jun 30, 2022 | -79,400.00 |
| Mar 31, 2022 | 20,000.00 |
API Access
Bioregenx Interest & Investment Income 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=interest-and-investment-income&ticker=BRGX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=BRGX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();