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