PG&E Corp (PCG) Cash from Financing Activities (2009 - 2011)
Pg&E (PCG) posted Cash from Financing Activities of -$256.0 million for Q1 2011, down 316.95% on a QoQ basis from $118.0 million in Q4 2010, and down 239.13% year-over-year from $184.0 million in Q1 2010.
PG&E Corp (PCG) Cash from Financing Activities (2009 - 2011) Analysis & Trends
Pg&E has reported Cash from Financing Activities for 3 years, with the latest figure at -$256.0 million in Q1 2011.
- On a quarterly basis, Cash from Financing Activities fell 239.13% year-over-year to -$256.0 million in Q1 2011; TTM through Mar 2011 was -$25.0 million, a 104.62% decrease from a year earlier, with the FY2010 full-year figure at $415.0 million, down 31.4% from the prior year.
- Cash from Financing Activities was -$256.0 million for Q1 2011 at Pg&E, down from $118.0 million in the prior quarter.
- The five-year high for Cash from Financing Activities was $613.0 million in Q4 2009, with the low at -$454.0 million in Q3 2009.
- Average Cash from Financing Activities over 3 years is $84.9 million, with a median of $184.0 million recorded in 2010.
- The sharpest annual moves came in 2010 and 2011: Cash from Financing Activities jumped 141.63% in 2010, then slumped 239.13% in 2011.
- Over 3 years, Cash from Financing Activities stood at $613.0 million in 2009, then sank by 80.75% to $118.0 million in 2010, then tumbled by 316.95% to -$256.0 million in 2011.
- The last three Cash from Financing Activities figures came in at -$256.0 million (Q1 2011), $118.0 million (Q4 2010), and $189.0 million (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | -256.00 Mn |
| Dec 31, 2010 | 118.00 Mn |
| Sep 30, 2010 | 189.00 Mn |
| Jun 30, 2010 | -76.00 Mn |
| Mar 31, 2010 | 184.00 Mn |
| Dec 31, 2009 | 613.00 Mn |
| Sep 30, 2009 | -454.00 Mn |
| Jun 30, 2009 | 198.00 Mn |
| Mar 31, 2009 | 248.00 Mn |
PG&E Corp Cash from Financing 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-financing-activities&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();