PG&E Corp (PCG) Cash from Operations (2009 - 2011)
Pg&E (PCG) posted Cash from Operations of $1.1 billion for Q1 2011, up 22.8% on a QoQ basis from $886.0 million in Q4 2010, and up 175.44% year-over-year from $395.0 million in Q1 2010.
PG&E Corp (PCG) Cash from Operations (2009 - 2011) Analysis & Trends
Pg&E has reported Cash from Operations for 3 years, with the latest figure at $1.1 billion in Q1 2011.
- On a quarterly basis, Cash from Operations rose 175.44% year-over-year to $1.1 billion in Q1 2011; TTM through Mar 2011 was $3.9 billion, a 53.26% increase from a year earlier, with the FY2010 full-year figure at $3.2 billion, up 5.5% from the prior year.
- Cash from Operations was $1.1 billion for Q1 2011 at Pg&E, up from $886.0 million in the prior quarter.
- The five-year high for Cash from Operations was $1.1 billion in Q1 2011, with the low at $232.0 million in Q4 2009.
- Average Cash from Operations over 3 years is $814.8 million, with a median of $890.0 million recorded in 2009.
- The largest YoY upside for Cash from Operations was 281.9% in 2010 against a maximum downside of 55.62% in 2010.
- Over 3 years, Cash from Operations stood at $232.0 million in 2009, then soared by 281.9% to $886.0 million in 2010, then rose by 22.8% to $1.1 billion in 2011.
- The last three Cash from Operations figures came in at $1.1 billion (Q1 2011), $886.0 million (Q4 2010), and $947.0 million (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 1.09 Bn |
| Dec 31, 2010 | 886.00 Mn |
| Sep 30, 2010 | 947.00 Mn |
| Jun 30, 2010 | 978.00 Mn |
| Mar 31, 2010 | 395.00 Mn |
| Dec 31, 2009 | 232.00 Mn |
| Sep 30, 2009 | 1.05 Bn |
| Jun 30, 2009 | 864.00 Mn |
| Mar 31, 2009 | 890.00 Mn |
PG&E Corp Cash from Operations 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=cash-from-operations&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "ticker": "PCG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-operations&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();