PG&E Corp (PCG) Other financing activities (2009 - 2011)
Pg&E (PCG) posted Other financing activities of $18.0 million for Q1 2011, up 148.65% on a QoQ basis from -$37.0 million in Q4 2010, and up 200.0% year-over-year from $6.0 million in Q1 2010.
PG&E Corp (PCG) Other financing activities (2009 - 2011) Analysis & Trends
Pg&E has reported Other financing activities for 3 years, with the latest figure at $18.0 million in Q1 2011.
- On a quarterly basis, Other financing activities rose 200.0% year-over-year to $18.0 million in Q1 2011; TTM through Mar 2011 was -$76.0 million, a 660.0% decrease from a year earlier, with the FY2010 full-year figure at -$88.0 million, down 417.65% from the prior year.
- Other financing activities was $18.0 million for Q1 2011 at Pg&E, up from -$37.0 million in the prior quarter.
- The five-year high for Other financing activities was $18.0 million in Q1 2011, with the low at -$54.0 million in Q3 2010.
- Average Other financing activities over 3 years is -$9.7 million, with a median of -$3.0 million recorded in 2010.
- The largest YoY upside for Other financing activities was 700.0% in 2010 against a maximum downside of 775.0% in 2010.
- Over 3 years, Other financing activities stood at -$13.0 million in 2009, then sank by 184.62% to -$37.0 million in 2010, then jumped by 148.65% to $18.0 million in 2011.
- The last three Other financing activities figures came in at $18.0 million (Q1 2011), -$37.0 million (Q4 2010), and -$54.0 million (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 18.00 Mn |
| Dec 31, 2010 | -37.00 Mn |
| Sep 30, 2010 | -54.00 Mn |
| Jun 30, 2010 | -3.00 Mn |
| Mar 31, 2010 | 6.00 Mn |
| Dec 31, 2009 | -13.00 Mn |
| Sep 30, 2009 | 8.00 Mn |
| Jun 30, 2009 | -11.00 Mn |
| Mar 31, 2009 | -1.00 Mn |
PG&E Corp Other 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=other-financing-activities&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-financing-activities&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();