PG&E Corp (PCG) Assets Average (2009 - 2011)
Pg&E (PCG) posted Assets Average of $46.1 billion for Q1 2011, up 1.1% on a QoQ basis from $45.6 billion in Q4 2010, and up 6.71% year-over-year from $43.2 billion in Q1 2010.
PG&E Corp (PCG) Assets Average (2009 - 2011) Analysis & Trends
Pg&E has reported Assets Average for 3 years, with the latest figure at $46.1 billion in Q1 2011.
- On a quarterly basis, Assets Average rose 6.71% year-over-year to $46.1 billion in Q1 2011; TTM through Mar 2011 was $46.1 billion, a 6.71% increase from a year earlier, with the FY2010 full-year figure at $44.5 billion, up 6.16% from the prior year.
- Assets Average was $46.1 billion for Q1 2011 at Pg&E, up from $45.6 billion in the prior quarter.
- The five-year high for Assets Average was $46.1 billion in Q1 2011, with the low at $42.4 billion in Q3 2009.
- Average Assets Average over 3 years is $44.1 billion, with a median of $43.9 billion recorded in 2010.
- The largest YoY upside for Assets Average was 6.76% in 2010 against a maximum downside of 5.57% in 2010.
- Over 3 years, Assets Average stood at $42.7 billion in 2009, then grew by 6.76% to $45.6 billion in 2010, then climbed by 1.1% to $46.1 billion in 2011.
- The last three Assets Average figures came in at $46.1 billion (Q1 2011), $45.6 billion (Q4 2010), and $44.7 billion (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 46.14 Bn |
| Dec 31, 2010 | 45.64 Bn |
| Sep 30, 2010 | 44.74 Bn |
| Jun 30, 2010 | 43.88 Bn |
| Mar 31, 2010 | 43.24 Bn |
| Dec 31, 2009 | 42.75 Bn |
| Sep 30, 2009 | 42.37 Bn |
PG&E Corp Assets Average 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=assets-average&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();