Bausch Health Companies (BHC) Net Equity Issued and Repurchased (2013 - 2015)
Bausch Health Companies' (BHC) quarterly Net Equity Issued and Repurchased came in at -$700000.0 in Q4 2015, down 100.05% quarter-over-quarter from $1.4 billion in Q1 2015.
Bausch Health Companies (BHC) Net Equity Issued and Repurchased (2013 - 2015) Analysis & Trends
Bausch Health Companies has disclosed Net Equity Issued and Repurchased across 2 years of filings, most recently posting -$700000.0 for Q4 2015.
- In Q4 2015, Net Equity Issued and Repurchased changed N/A year-over-year to -$700000.0; the TTM figure through Sep 2016 stood at -$700000.0 (down 100.05% YoY), while the FY2015 annual figure was $1.4 billion, changed N/A from the prior year.
- Net Equity Issued and Repurchased came in at -$700000.0 for Q4 2015 at Bausch Health Companies, down from $1.4 billion in the prior quarter.
- In the past five years, Net Equity Issued and Repurchased ranged from a high of $2.3 billion in Q2 2013 to a low of -$1.3 million in Q3 2013.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Equity Issued (Qtr) |
|---|---|---|---|---|---|
| 1 | Teva Pharmaceutical Industries | 46.72 Bn | 43.07 Bn | 2.15 Bn | - |
| 2 | Viatris | 19.64 Bn | 18.75 Bn | 1.46 Bn | 700,000.00 |
| 3 | Dr Reddys Laboratories | 10.36 Bn | 10.22 Bn | 396.53 Mn | - |
| 4 | Amneal Pharmaceuticals | 6.44 Bn | 6.39 Bn | 334.51 Mn | - |
| 5 | Bausch Health Companies | 2.11 Bn | 1.24 Bn | 2.10 Bn | - |
| 6 | Ani Pharmaceuticals | 1.88 Bn | 1.52 Bn | 165.89 Mn | - |
| 7 | Alvotech | 1.83 Bn | 1.69 Bn | 2.56 Mn | - |
| 8 | Amphastar Pharmaceuticals | 1.04 Bn | 751.07 Mn | 93.47 Mn | - |
| 9 | Fennec Pharmaceuticals | 382.22 Mn | 340.97 Mn | 17.15 Mn | - |
| 10 | NutriBand | 94.45 Mn | 91.03 Mn | 181,874.00 | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | -700,000.00 |
| Mar 31, 2015 | 1.43 Bn |
| Dec 31, 2013 | 37.50 Mn |
| Sep 30, 2013 | -1.30 Mn |
| Jun 30, 2013 | 2.27 Bn |
Bausch Health Companies 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=BHC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "ticker": "BHC", "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=BHC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();