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