PG&E Corp (PCG) Shares Outstanding (2009 - 2011)
Pg&E (PCG) posted Shares Outstanding (Entity) of $397.5 million for Q1 2011, up 0.56% on a QoQ basis from $395.2 million in Q4 2010, and up 6.74% year-over-year from $372.3 million in Q1 2010.
PG&E Corp (PCG) Shares Outstanding (2009 - 2011) Analysis & Trends
Pg&E has reported Shares Outstanding (Entity) for 3 years, with the latest figure at $397.5 million in Q1 2011.
- On a quarterly basis, Shares Outstanding (Entity) rose 6.74% year-over-year to $397.5 million in Q1 2011; TTM through Mar 2011 was $397.5 million, a 6.74% increase from a year earlier, with the FY2010 full-year figure at $395.2 million, up 6.45% from the prior year.
- Shares Outstanding (Entity) was $397.5 million for Q1 2011 at Pg&E, up from $395.2 million in the prior quarter.
- The five-year high for Shares Outstanding (Entity) was $397.5 million in Q1 2011, with the low at $364.0 million in Q1 2009.
- Average Shares Outstanding (Entity) over 3 years is $380.4 million, with a median of $372.3 million recorded in 2010.
- The sharpest annual moves came in 2010 and 2011: Shares Outstanding (Entity) rose 2.29% in 2010, then grew 6.74% in 2011.
- Over 3 years, Shares Outstanding (Entity) stood at $371.3 million in 2009, then climbed by 6.45% to $395.2 million in 2010, then rose by 0.56% to $397.5 million in 2011.
- The last three Shares Outstanding (Entity) figures came in at $397.5 million (Q1 2011), $395.2 million (Q4 2010), and $391.5 million (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 396.00 Mn |
| Dec 31, 2010 | 382.00 Mn |
| Sep 30, 2010 | 390.00 Mn |
| Jun 30, 2010 | 373.00 Mn |
| Mar 31, 2010 | 371.00 Mn |
| Dec 31, 2009 | 368.00 Mn |
| Sep 30, 2009 | 370.00 Mn |
| Jun 30, 2009 | 368.00 Mn |
| Mar 31, 2009 | 364.00 Mn |
PG&E Corp Shares Outstanding 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=shares-outstanding&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();