OSR Health, Inc. (OSRHW) Net Equity Issued and Repurchased (2023 - 2026)
OSR Health's (OSRHW) quarterly Net Equity Issued and Repurchased came in at $1.3 million in Q2 2026, up 49.58% quarter-over-quarter from $844885.6 in Q1 2026.
OSR Health, Inc. (OSRHW) Net Equity Issued and Repurchased (2023 - 2026) Analysis & Trends
OSR Health has disclosed Net Equity Issued and Repurchased across 3 years of filings, most recently posting $1.3 million for Q2 2026.
- In Q2 2026, Net Equity Issued and Repurchased changed N/A year-over-year to $1.3 million; the TTM figure through Jun 2026 stood at $3.5 million (changed N/A YoY), while the FY2025 annual figure was $4.8 million, changed N/A from the prior year.
- Net Equity Issued and Repurchased came in at $1.3 million for Q2 2026 at OSR Health, up from $844885.6 in the prior quarter.
- In the past five years, Net Equity Issued and Repurchased ranged from a high of $59.7 million in Q1 2023 to a low of -$50.5 million in Q2 2023.
- Average Net Equity Issued and Repurchased over 3 years is $2.5 million, with a median of $1.3 million recorded in 2026.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.26 Mn |
| Mar 31, 2026 | 844,885.56 |
| Dec 31, 2025 | 1.41 Mn |
| Jun 30, 2023 | -50.51 Mn |
| Mar 31, 2023 | 59.67 Mn |
OSR Health, Inc. Net Equity Issued and Repurchased 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=net-equity-issued-and-repurchased&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "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=net-equity-issued-and-repurchased&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();