Immuron (IMRN) Long-Term Deferred Tax (2017 - 2023)
Immuron (IMRN) posted Long-Term Deferred Tax of -$27920.0 for Q3 2023, down 249.62% on a QoQ basis from $18660.6 in Q2 2023.
Analysis
Immuron (IMRN) Long-Term Deferred Tax (2017 - 2023) Analysis & Trends
Immuron has reported Long-Term Deferred Tax for 5 years, with the latest figure at -$27920.0 in Q3 2023.
- On a quarterly basis, Long-Term Deferred Tax changed N/A year-over-year to -$27920.0 in Q3 2023; TTM through Aug 2023 was -$27920.0, a N/A change from a year earlier, with the FY2023 full-year figure at -$27920.0, changed N/A from the prior year.
- Long-Term Deferred Tax was -$27920.0 for Q3 2023 at Immuron, down from $18660.6 in the prior quarter.
- The five-year high for Long-Term Deferred Tax was $18660.6 in Q2 2023, with the low at -$27920.0 in Q3 2023.
- Average Long-Term Deferred Tax over 3 years is -$2865.6, with a median of -$2569.4 recorded in 2021.
- The sharpest annual moves came in 2022 and 2023: Long-Term Deferred Tax plunged 242.84% in 2022, then surged 195.75% in 2023.
- Over 3 years, Long-Term Deferred Tax stood at -$2569.4 in 2021, then slumped by 242.84% to -$8809.0 in 2022, then tumbled by 216.95% to -$27920.0 in 2023.
- The last three Long-Term Deferred Tax figures came in at -$27920.0 (Q3 2023), $18660.6 (Q2 2023), and -$8809.0 (Q4 2022), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Amgen | 212.54 Bn | 198.55 Bn | 7.24 Bn |
| 2 | Gilead Sciences | 186.84 Bn | 183.58 Bn | 6.22 Bn |
| 3 | Vertex Pharmaceuticals | 129.39 Bn | 121.54 Bn | 2.84 Bn |
| 4 | Regeneron Pharmaceuticals | 82.05 Bn | 74.06 Bn | 3.93 Bn |
| 5 | Moderna | 69.00 Bn | 63.87 Bn | 52.00 Mn |
| 6 | Argenx Se | 61.15 Bn | 55.97 Bn | 1.37 Bn |
| 7 | Alnylam Pharmaceuticals | 32.67 Bn | 29.37 Bn | 992.69 Mn |
| 8 | Biogen | 32.37 Bn | 31.08 Bn | 1.96 Bn |
| 9 | Roivant Sciences | 28.18 Bn | 28.87 Bn | 1.16 Mn |
| 10 | Immuron | 7.25 Mn | -1.77 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 30, 2023 | -27,920.00 |
| Jun 30, 2023 | 18,660.62 |
| Dec 31, 2022 | -8,809.00 |
| Jun 30, 2022 | 6,309.61 |
| Dec 31, 2021 | -2,569.38 |
| Jun 30, 2018 | 7.35 Mn |
| Jun 30, 2017 | 6.23 Mn |
API Access
Immuron Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=IMRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=IMRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();