OSR Health, Inc. (OSRHW) Treasury Shares (2023)
OSR Health's (OSRHW) quarterly Treasury Shares came in at $3.5 million in Q4 2023, down 49.74% quarter-over-quarter from $6.9 million in Q1 2023.
OSR Health, Inc. (OSRHW) Treasury Shares (2023) Analysis & Trends
OSR Health has disclosed Treasury Shares across 1 years of filings, most recently posting $3.5 million for Q4 2023.
- In Q4 2023, Treasury Shares changed N/A year-over-year to $3.5 million; the TTM figure through Dec 2023 stood at $3.5 million (changed N/A YoY), while the FY2023 annual figure was $3.5 million, changed N/A from the prior year.
- Treasury Shares came in at $3.5 million for Q4 2023 at OSR Health, down from $6.9 million in the prior quarter.
- In the past five years, Treasury Shares ranged from a high of $6.9 million in Q1 2023 to a low of $3.5 million in Q4 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 3.47 Mn |
| Dec 31, 2023 | 3.47 Mn |
| Mar 31, 2023 | 6.90 Mn |
| Mar 31, 2023 | 6.90 Mn |
OSR Health, Inc. Treasury Shares 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=treasury-shares&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();