Agomab Therapeutics NV (AGMB) Prepaid Assets (2024 - 2026)
Agomab Therapeutics (AGMB) posted Prepaid Assets of $7.6 million for Q2 2026, up 37.51% on a QoQ basis from $5.5 million in Q4 2025.
Agomab Therapeutics NV (AGMB) Prepaid Assets (2024 - 2026) Analysis & Trends
Agomab Therapeutics has reported Prepaid Assets for 3 years, with the latest figure at $7.6 million in Q2 2026.
- On a quarterly basis, Prepaid Assets changed N/A year-over-year to $7.6 million in Q2 2026; TTM through Jun 2026 was $7.6 million, a N/A change from a year earlier, with the FY2025 full-year figure at $5.5 million, up 112.89% from the prior year.
- Prepaid Assets was $7.6 million for Q2 2026 at Agomab Therapeutics, up from $5.5 million in the prior quarter.
- The five-year high for Prepaid Assets was $7.6 million in Q2 2026, with the low at $2.5 million in Q4 2024.
- Average Prepaid Assets over 3 years is $5.2 million, with a median of $5.5 million recorded in 2025.
- The largest YoY upside for Prepaid Assets was 115.63% in 2025 against a maximum downside of 115.63% in 2025.
- Over 3 years, Prepaid Assets stood at $2.5 million in 2024, then jumped by 115.63% to $5.5 million in 2025, then jumped by 37.51% to $7.6 million in 2026.
- The last three Prepaid Assets figures came in at $7.6 million (Q2 2026), $5.5 million (Q4 2025), and $2.5 million (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 7.56 Mn |
| Dec 31, 2025 | 5.50 Mn |
| Dec 31, 2024 | 2.55 Mn |
Agomab Therapeutics NV Prepaid 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=prepaid-assets&ticker=AGMB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "prepaid-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=prepaid-assets&ticker=AGMB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();