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