YD Bio (YDES) Retained Earnings (2025 - 2026)
YD Bio's (YDES) quarterly Retained Earnings came in at -$3.5 million in Q2 2026, up 7.96% year-over-year from -$3.3 million in Q2 2025, and up 65.45% quarter-over-quarter from -$10.2 million in Q4 2025.
YD Bio (YDES) Retained Earnings (2025 - 2026) Analysis & Trends
YD Bio (YDES) has reported Retained Earnings for 2 consecutive years, with -$3.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings rose 7.96% year-over-year to -$3.5 million in Q2 2026; TTM through Jun 2026 was -$3.5 million, a 7.96% increase from a year earlier, with the FY2025 full-year figure at -$10.2 million, changed N/A from the prior year.
- Retained Earnings was -$3.5 million for Q2 2026 at YD Bio, up from -$10.2 million in the prior quarter.
- Over five years, Retained Earnings peaked at -$3.5 million in Q2 2026 and troughed at -$10.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 208.48 Bn | 194.49 Bn | 7.24 Bn | -22.28 Bn |
| 2 | Gilead Sciences | 186.29 Bn | 183.02 Bn | 6.22 Bn | 9.53 Bn |
| 3 | Vertex Pharmaceuticals | 128.79 Bn | 120.93 Bn | 2.84 Bn | 15.69 Bn |
| 4 | Regeneron Pharmaceuticals | 80.66 Bn | 72.67 Bn | 3.93 Bn | 37.62 Bn |
| 5 | Moderna | 61.46 Bn | 56.32 Bn | 52.00 Mn | 5.10 Bn |
| 6 | Argenx Se | 61.28 Bn | 56.10 Bn | 1.37 Bn | 558.00 Mn |
| 7 | Alnylam Pharmaceuticals | 32.04 Bn | 28.73 Bn | 992.69 Mn | -6.33 Bn |
| 8 | Biogen | 31.84 Bn | 30.56 Bn | 1.96 Bn | 20.97 Bn |
| 9 | Roivant Sciences | 28.74 Bn | 29.43 Bn | 1.16 Mn | 5.13 Bn |
| 10 | YD Bio | 225.82 Mn | 223.16 Mn | - | -3.54 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.54 Mn |
| Dec 31, 2025 | -10.24 Mn |
| Jun 30, 2025 | -3.84 Mn |
YD Bio 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=YDES&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "YDES", "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=YDES&period=max&api_key=YOUR_API_KEY");
const data = await res.json();