Agomab Therapeutics NV (AGMB) Assets Average (2025 - 2026)
Agomab Therapeutics (AGMB) posted Assets Average of $258.5 million for Q2 2026, up 29.45% on a QoQ basis from $199.7 million in Q4 2025.
Agomab Therapeutics NV (AGMB) Assets Average (2025 - 2026) Analysis & Trends
Agomab Therapeutics has reported Assets Average for 2 years, with the latest figure at $258.5 million in Q2 2026.
- On a quarterly basis, Assets Average changed N/A year-over-year to $258.5 million in Q2 2026; TTM through Jun 2026 was $258.5 million, a N/A change from a year earlier, with the FY2025 full-year figure at $201.1 million, changed N/A from the prior year.
- Assets Average was $258.5 million for Q2 2026 at Agomab Therapeutics, up from $199.7 million in the prior quarter.
- The five-year high for Assets Average was $258.5 million in Q2 2026, with the low at $199.7 million in Q4 2025.
Peer Comparison
Agomab Therapeutics NV Assets Average 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=assets-average&ticker=AGMB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=AGMB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();