OSR Health, Inc. (OSRHW) Retained Earnings (2021 - 2026)
OSR Health's (OSRHW) quarterly Retained Earnings came in at -$41.0 million in Q2 2026, down 35.71% year-over-year from -$63.7 million in Q2 2025, and down 2.12% quarter-over-quarter from -$40.1 million in Q1 2026.
OSR Health, Inc. (OSRHW) Retained Earnings (2021 - 2026) Analysis & Trends
OSR Health has disclosed Retained Earnings across 6 years of filings, most recently posting -$41.0 million for Q2 2026.
- In Q2 2026, Retained Earnings fell 35.71% year-over-year to -$41.0 million; the TTM figure through Jun 2026 stood at -$41.0 million (down 35.71% YoY), while the FY2025 annual figure was -$37.2 million, down 93.87% from the prior year.
- Retained Earnings came in at -$41.0 million for Q2 2026 at OSR Health, down from -$40.1 million in the prior quarter.
- In the past five years, Retained Earnings ranged from a high of -$62508.0 in Q4 2022 to a low of -$41.0 million in Q2 2026.
- Average Retained Earnings over 5 years is -$17.1 million, with a median of -$5.8 million recorded in 2024.
- Year-over-year, Retained Earnings tumbled 6150.41% in 2023 and plunged 31.2% in 2026.
- Over 5 years, Retained Earnings stood at -$62508.0 in 2022, then plunged by 6150.41% to -$3.9 million in 2023, then tumbled by 390.74% to -$19.2 million in 2024, then sank by 93.87% to -$37.2 million in 2025, then decreased by 10.17% to -$41.0 million in 2026.
- Per Business Quant data, the three most recent Retained Earnings figures were -$41.0 million in Q2 2026, -$40.1 million in Q1 2026, and -$37.2 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -40.95 Mn |
| Mar 31, 2026 | -40.10 Mn |
| Dec 31, 2025 | -37.17 Mn |
| Sep 30, 2025 | -32.33 Mn |
| Jun 30, 2025 | -30.18 Mn |
| Mar 31, 2025 | -30.57 Mn |
| Dec 31, 2024 | -19.17 Mn |
| Sep 30, 2024 | -5.75 Mn |
| Jun 30, 2024 | -4.90 Mn |
| Mar 31, 2024 | -4.31 Mn |
| Dec 31, 2023 | -3.91 Mn |
| Sep 30, 2023 | -2.46 Mn |
| Jun 30, 2023 | -2.09 Mn |
| Mar 31, 2023 | -1.83 Mn |
| Dec 31, 2022 | -62,508.00 |
| Dec 31, 2021 | -27,120.00 |
OSR Health, Inc. 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=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "OSRHW", "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=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();