Unilever Plc (UNLYF) Beginning Cash Balance (2010)
Unilever (UNLYF) posted Beginning Cash Balance of $3.3 billion for Q4 2010.
Analysis
Unilever Plc (UNLYF) Beginning Cash Balance (2010) Analysis & Trends
Unilever has reported Beginning Cash Balance for 1 years, with the latest figure at $3.3 billion in Q4 2010.
- On a quarterly basis, Beginning Cash Balance changed N/A year-over-year to $3.3 billion in Q4 2010; TTM through Dec 2010 was $3.3 billion, a N/A change from a year earlier, with the FY2010 full-year figure at $3.3 billion, changed N/A from the prior year.
- Beginning Cash Balance was $3.3 billion for Q4 2010 at Unilever.
- The five-year high for Beginning Cash Balance was $3.3 billion in Q4 2010, with the low at $3.3 billion in Q4 2010.
Peer Set
Peer Comparison
API Access
Unilever Plc 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=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "beginning-cash-balance", "ticker": "UNLYF", "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=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();