Immuron (IMRN) Other Operating Expenses (2017 - 2023)
Immuron (IMRN) posted Other Operating Expenses of -$4886.1 for Q4 2023, up 33.39% on a QoQ basis from -$7335.0 in Q4 2022, and up 33.39% year-over-year from -$3663.1 in Q4 2022.
Immuron (IMRN) Other Operating Expenses (2017 - 2023) Analysis & Trends
Immuron has reported Other Operating Expenses for 6 years, with the latest figure at -$4886.1 in Q4 2023.
- On a quarterly basis, Other Operating Expenses rose 33.39% year-over-year to -$4886.1 in Q4 2023; TTM through Jun 2025 was -$4886.1, a 60.02% increase from a year earlier, with the FY2026 full-year figure at -$285115.0, changed N/A from the prior year.
- Other Operating Expenses was -$4886.1 for Q4 2023 at Immuron, up from -$7335.0 in the prior quarter.
- The five-year high for Other Operating Expenses was $443.3 in Q4 2019, with the low at -$7335.0 in Q4 2022.
- Average Other Operating Expenses over 5 years is -$3822.6, with a median of -$4886.1 recorded in 2023.
- The sharpest annual moves came in 2020 and 2021: Other Operating Expenses plunged 1540.49% in 2020, then soared 85.13% in 2021.
- Over 5 years, Other Operating Expenses stood at $443.3 in 2019, then slumped by 1540.49% to -$6385.7 in 2020, then soared by 85.13% to -$949.56 in 2021, then plunged by 672.46% to -$7335.0 in 2022, then surged by 33.39% to -$4886.1 in 2023.
- The last three Other Operating Expenses figures came in at -$4886.1 (Q4 2023), -$7335.0 (Q4 2022), and -$949.56 (Q4 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Amgen | 221.78 Bn | 207.79 Bn | 7.24 Bn |
| 2 | Gilead Sciences | 189.46 Bn | 186.20 Bn | 6.22 Bn |
| 3 | Vertex Pharmaceuticals | 130.47 Bn | 122.62 Bn | 2.84 Bn |
| 4 | Regeneron Pharmaceuticals | 82.64 Bn | 74.65 Bn | 3.93 Bn |
| 5 | Moderna | 72.84 Bn | 67.70 Bn | 52.00 Mn |
| 6 | Argenx Se | 59.64 Bn | 54.46 Bn | 1.37 Bn |
| 7 | Alnylam Pharmaceuticals | 33.65 Bn | 30.35 Bn | 992.69 Mn |
| 8 | Biogen | 33.30 Bn | 32.01 Bn | 1.96 Bn |
| 9 | Roivant Sciences | 27.62 Bn | 28.31 Bn | 1.16 Mn |
| 10 | Immuron | 7.31 Mn | -1.71 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -4,886.07 |
| Dec 31, 2022 | -7,334.99 |
| Dec 31, 2021 | -949.56 |
| Dec 31, 2020 | -6,385.69 |
| Dec 31, 2019 | 443.30 |
| Dec 31, 2017 | -1.40 Mn |
Immuron Other Operating Expenses 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=other-operating-expenses&ticker=IMRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "ticker": "IMRN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-operating-expenses&ticker=IMRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();