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