Agomab Therapeutics NV (AGMB) Total Non-Current Liabilities (2024 - 2026)
Agomab Therapeutics (AGMB) posted Total Non-Current Liabilities of $6.4 million for Q2 2026, up 29.73% on a QoQ basis from $4.9 million in Q4 2025.
Agomab Therapeutics NV (AGMB) Total Non-Current Liabilities (2024 - 2026) Analysis & Trends
Agomab Therapeutics has reported Total Non-Current Liabilities for 3 years, with the latest figure at $6.4 million in Q2 2026.
- On a quarterly basis, Total Non-Current Liabilities changed N/A year-over-year to $6.4 million in Q2 2026; TTM through Jun 2026 was $6.4 million, a N/A change from a year earlier, with the FY2025 full-year figure at $4.9 million, down 50.46% from the prior year.
- Total Non-Current Liabilities was $6.4 million for Q2 2026 at Agomab Therapeutics, up from $4.9 million in the prior quarter.
- The five-year high for Total Non-Current Liabilities was $9.8 million in Q4 2024, with the low at $4.9 million in Q4 2025.
- Average Total Non-Current Liabilities over 3 years is $7.0 million, with a median of $6.4 million recorded in 2026.
- The largest YoY upside for Total Non-Current Liabilities was 49.83% in 2025 against a maximum downside of 49.83% in 2025.
- Over 3 years, Total Non-Current Liabilities stood at $9.8 million in 2024, then tumbled by 49.83% to $4.9 million in 2025, then advanced by 29.73% to $6.4 million in 2026.
- The last three Total Non-Current Liabilities figures came in at $6.4 million (Q2 2026), $4.9 million (Q4 2025), and $9.8 million (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.37 Mn |
| Dec 31, 2025 | 4.91 Mn |
| Dec 31, 2024 | 9.78 Mn |
Agomab Therapeutics NV Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=AGMB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "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=total-non-current-liabilities&ticker=AGMB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();