PG&E Corp (PCG) Net Income towards Common Stockholders (2009 - 2011)
Pg&E (PCG) posted Net Income towards Common Stockholders of $199.0 million for Q1 2011, down 20.4% on a QoQ basis from $250.0 million in Q4 2010, and down 22.87% year-over-year from $258.0 million in Q1 2010.
PG&E Corp (PCG) Net Income towards Common Stockholders (2009 - 2011) Analysis & Trends
Pg&E has reported Net Income towards Common Stockholders for 3 years, with the latest figure at $199.0 million in Q1 2011.
- On a quarterly basis, Net Income towards Common Stockholders fell 22.87% year-over-year to $199.0 million in Q1 2011; TTM through Mar 2011 was $1.0 billion, a 15.93% decrease from a year earlier, with the FY2010 full-year figure at $1.1 billion, down 9.92% from the prior year.
- Net Income towards Common Stockholders was $199.0 million for Q1 2011 at Pg&E, down from $250.0 million in the prior quarter.
- The five-year high for Net Income towards Common Stockholders was $388.0 million in Q2 2009, with the low at $199.0 million in Q1 2011.
- Average Net Income towards Common Stockholders over 3 years is $279.8 million, with a median of $258.0 million recorded in 2010.
- The sharpest annual moves came in 2010 and 2011: Net Income towards Common Stockholders climbed 7.05% in 2010, then retreated 22.87% in 2011.
- Over 3 years, Net Income towards Common Stockholders stood at $273.0 million in 2009, then declined by 8.42% to $250.0 million in 2010, then dropped by 20.4% to $199.0 million in 2011.
- The last three Net Income towards Common Stockholders figures came in at $199.0 million (Q1 2011), $250.0 million (Q4 2010), and $258.0 million (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 199.00 Mn |
| Dec 31, 2010 | 250.00 Mn |
| Sep 30, 2010 | 258.00 Mn |
| Jun 30, 2010 | 333.00 Mn |
| Mar 31, 2010 | 258.00 Mn |
| Dec 31, 2009 | 273.00 Mn |
| Sep 30, 2009 | 318.00 Mn |
| Jun 30, 2009 | 388.00 Mn |
| Mar 31, 2009 | 241.00 Mn |
PG&E Corp Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();