Agomab Therapeutics NV (AGMB) Long-Term Deferred Tax (2024 - 2026)
Agomab Therapeutics (AGMB) posted Long-Term Deferred Tax of $1.5 million for Q2 2026, down 18.59% on a QoQ basis from $1.8 million in Q4 2025.
Agomab Therapeutics NV (AGMB) Long-Term Deferred Tax (2024 - 2026) Analysis & Trends
Agomab Therapeutics has reported Long-Term Deferred Tax for 3 years, with the latest figure at $1.5 million in Q2 2026.
- On a quarterly basis, Long-Term Deferred Tax changed N/A year-over-year to $1.5 million in Q2 2026; TTM through Jun 2026 was $1.5 million, a N/A change from a year earlier, with the FY2025 full-year figure at $1.8 million, up 107.85% from the prior year.
- Long-Term Deferred Tax was $1.5 million for Q2 2026 at Agomab Therapeutics, down from $1.8 million in the prior quarter.
- The five-year high for Long-Term Deferred Tax was $1.8 million in Q4 2025, with the low at $855944.9 in Q4 2024.
- Average Long-Term Deferred Tax over 3 years is $1.4 million, with a median of $1.5 million recorded in 2026.
- The largest YoY upside for Long-Term Deferred Tax was 110.52% in 2025 against a maximum downside of 110.52% in 2025.
- Over 3 years, Long-Term Deferred Tax stood at $855944.9 in 2024, then jumped by 110.52% to $1.8 million in 2025, then retreated by 18.59% to $1.5 million in 2026.
- The last three Long-Term Deferred Tax figures came in at $1.5 million (Q2 2026), $1.8 million (Q4 2025), and $855944.9 (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.47 Mn |
| Dec 31, 2025 | 1.80 Mn |
| Dec 31, 2024 | 855,944.92 |
Agomab Therapeutics NV 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=AGMB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "ticker": "AGMB", "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=AGMB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();