PG&E Corp (PCG) Cash from Investing Activities (2009 - 2011)
Pg&E (PCG) posted Cash from Investing Activities of -$883.0 million for Q1 2011, up 16.7% on a QoQ basis from -$1.1 billion in Q4 2010, and down 4.13% year-over-year from -$921.0 million in Q1 2010.
PG&E Corp (PCG) Cash from Investing Activities (2009 - 2011) Analysis & Trends
Pg&E has reported Cash from Investing Activities for 3 years, with the latest figure at -$883.0 million in Q1 2011.
- On a quarterly basis, Cash from Investing Activities fell 4.13% year-over-year to -$883.0 million in Q1 2011; TTM through Mar 2011 was -$3.9 billion, a 25.63% decrease from a year earlier, with the FY2010 full-year figure at -$3.9 billion, down 15.62% from the prior year.
- Cash from Investing Activities was -$883.0 million for Q1 2011 at Pg&E, up from -$1.1 billion in the prior quarter.
- The five-year high for Cash from Investing Activities was -$237.0 million in Q3 2009, with the low at -$1.1 billion in Q1 2009.
- Average Cash from Investing Activities over 3 years is -$897.3 million, with a median of -$995.0 million recorded in 2009.
- The largest YoY upside for Cash from Investing Activities was 21.92% in 2010 against a maximum downside of 344.73% in 2010.
- Over 3 years, Cash from Investing Activities stood at -$1.0 billion in 2009, then slipped by 4.13% to -$1.1 billion in 2010, then gained by 16.7% to -$883.0 million in 2011.
- The last three Cash from Investing Activities figures came in at -$883.0 million (Q1 2011), -$1.1 billion (Q4 2010), and -$1.1 billion (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | -883.00 Mn |
| Dec 31, 2010 | -1.06 Bn |
| Sep 30, 2010 | -1.05 Bn |
| Jun 30, 2010 | -895.00 Mn |
| Mar 31, 2010 | -848.00 Mn |
| Dec 31, 2009 | -1.02 Bn |
| Sep 30, 2009 | -237.00 Mn |
| Jun 30, 2009 | -995.00 Mn |
| Mar 31, 2009 | -1.09 Bn |
PG&E Corp Cash from Investing Activities 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-investing-activities&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-investing-activities&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();