Agomab Therapeutics NV (AGMB) Operating Leases (2024 - 2026)
Agomab Therapeutics (AGMB) posted Operating Leases of $1.1 million for Q2 2026, down 9.58% on a QoQ basis from $1.2 million in Q4 2025.
Agomab Therapeutics NV (AGMB) Operating Leases (2024 - 2026) Analysis & Trends
Agomab Therapeutics has reported Operating Leases for 3 years, with the latest figure at $1.1 million in Q2 2026.
- On a quarterly basis, Operating Leases changed N/A year-over-year to $1.1 million in Q2 2026; TTM through Jun 2026 was $1.1 million, a N/A change from a year earlier, with the FY2025 full-year figure at $1.2 million, down 15.03% from the prior year.
- Operating Leases was $1.1 million for Q2 2026 at Agomab Therapeutics, down from $1.2 million in the prior quarter.
- The five-year high for Operating Leases was $1.4 million in Q4 2024, with the low at $1.1 million in Q2 2026.
- Average Operating Leases over 3 years is $1.2 million, with a median of $1.2 million recorded in 2025.
- The largest YoY upside for Operating Leases was 13.93% in 2025 against a maximum downside of 13.93% in 2025.
- Over 3 years, Operating Leases stood at $1.4 million in 2024, then decreased by 13.93% to $1.2 million in 2025, then dropped by 9.58% to $1.1 million in 2026.
- The last three Operating Leases figures came in at $1.1 million (Q2 2026), $1.2 million (Q4 2025), and $1.4 million (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.06 Mn |
| Dec 31, 2025 | 1.17 Mn |
| Dec 31, 2024 | 1.36 Mn |
Agomab Therapeutics NV Operating Leases 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=operating-leases&ticker=AGMB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-leases", "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=operating-leases&ticker=AGMB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();