PG&E Corp (PCG) EPS (Basic) (2009 - 2011)
Pg&E (PCG) posted EPS (Basic) of $0.5 for Q1 2011, down 23.21% on a QoQ basis from $0.65 in Q4 2010, and down 27.74% year-over-year from $0.7 in Q1 2010.
Analysis
PG&E Corp (PCG) EPS (Basic) (2009 - 2011) Analysis & Trends
Pg&E has reported EPS (Basic) for 3 years, with the latest figure at $0.5 in Q1 2011.
- On a quarterly basis, EPS (Basic) fell 27.74% year-over-year to $0.5 in Q1 2011; TTM through Mar 2011 was $2.63, a 21.23% decrease from a year earlier, with the FY2010 full-year figure at $2.88, down 13.22% from the prior year.
- EPS (Basic) was $0.5 for Q1 2011 at Pg&E, down from $0.65 in the prior quarter.
- The five-year high for EPS (Basic) was $1.05 in Q2 2009, with the low at $0.5 in Q1 2011.
- Average EPS (Basic) over 3 years is $0.75, with a median of $0.7 recorded in 2010.
- The sharpest annual moves came in 2010 and 2011: EPS (Basic) rose 5.03% in 2010, then retreated 27.74% in 2011.
- Over 3 years, EPS (Basic) stood at $0.74 in 2009, then dropped by 11.78% to $0.65 in 2010, then dropped by 23.21% to $0.5 in 2011.
- The last three EPS (Basic) figures came in at $0.5 (Q1 2011), $0.65 (Q4 2010), and $0.66 (Q3 2010), per Business Quant data.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 0.50 |
| Dec 31, 2010 | 0.65 |
| Sep 30, 2010 | 0.66 |
| Jun 30, 2010 | 0.89 |
| Mar 31, 2010 | 0.70 |
| Dec 31, 2009 | 0.74 |
| Sep 30, 2009 | 0.86 |
| Jun 30, 2009 | 1.05 |
| Mar 31, 2009 | 0.66 |
API Access
PG&E Corp EPS (Basic) 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=eps-basic&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();