PG&E Corp (PCG) Pension (2009 - 2011)
Pg&E (PCG) posted Pension of $2.3 billion for Q1 2011, up 2.42% on a QoQ basis from $2.2 billion in Q4 2010, and up 16.26% year-over-year from $2.0 billion in Q1 2010.
PG&E Corp (PCG) Pension (2009 - 2011) Analysis & Trends
Pg&E has reported Pension for 3 years, with the latest figure at $2.3 billion in Q1 2011.
- On a quarterly basis, Pension rose 16.26% year-over-year to $2.3 billion in Q1 2011; TTM through Mar 2011 was $2.3 billion, a 16.26% increase from a year earlier, with the FY2010 full-year figure at $2.2 billion, up 26.0% from the prior year.
- Pension was $2.3 billion for Q1 2011 at Pg&E, up from $2.2 billion in the prior quarter.
- The five-year high for Pension was $2.3 billion in Q1 2011, with the low at $1.8 billion in Q4 2009.
- Average Pension over 3 years is $2.1 billion, with a median of $2.1 billion recorded in 2009.
- The largest YoY upside for Pension was 26.0% in 2010 against a maximum downside of 7.3% in 2010.
- Over 3 years, Pension stood at $1.8 billion in 2009, then advanced by 26.0% to $2.2 billion in 2010, then advanced by 2.42% to $2.3 billion in 2011.
- The last three Pension figures came in at $2.3 billion (Q1 2011), $2.2 billion (Q4 2010), and $2.1 billion (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 2.29 Bn |
| Dec 31, 2010 | 2.23 Bn |
| Sep 30, 2010 | 2.06 Bn |
| Jun 30, 2010 | 2.02 Bn |
| Mar 31, 2010 | 1.97 Bn |
| Dec 31, 2009 | 1.77 Bn |
| Sep 30, 2009 | 2.22 Bn |
| Jun 30, 2009 | 2.18 Bn |
PG&E Corp Pension 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=pension&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "pension", "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=pension&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();