Alcon (ALC) Beginning Cash Balance (2009 - 2010)
Alcon (ALC) posted Beginning Cash Balance of $3.0 billion for Q4 2010, little changed on a QoQ basis from $3.0 billion in Q3 2010, and up 22.78% year-over-year from $2.4 billion in Q4 2009.
Alcon (ALC) Beginning Cash Balance (2009 - 2010) Analysis & Trends
Alcon has reported Beginning Cash Balance for 2 years, with the latest figure at $3.0 billion in Q4 2010.
- On a quarterly basis, Beginning Cash Balance rose 22.78% year-over-year to $3.0 billion in Q4 2010; TTM through Dec 2010 was $3.0 billion, a 22.78% increase from a year earlier, with the FY2010 full-year figure at $3.0 billion, up 22.78% from the prior year.
- Beginning Cash Balance was $3.0 billion for Q4 2010 at Alcon, roughly flat from $3.0 billion in the prior quarter.
- The five-year high for Beginning Cash Balance was $3.0 billion in Q1 2010, with the low at $2.4 billion in Q1 2009.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn |
| 10 | Steris | 20.18 Bn | 19.71 Bn | 684.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2010 | 3.01 Bn |
| Sep 30, 2010 | 3.01 Bn |
| Jun 30, 2010 | 3.01 Bn |
| Mar 31, 2010 | 3.01 Bn |
| Dec 31, 2009 | 2.45 Bn |
| Sep 30, 2009 | 2.45 Bn |
| Jun 30, 2009 | 2.45 Bn |
| Mar 31, 2009 | 2.45 Bn |
Alcon Beginning Cash Balance 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=beginning-cash-balance&ticker=ALC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "beginning-cash-balance", "ticker": "ALC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=beginning-cash-balance&ticker=ALC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();