PG&E Corp (PCG) Preferred Shares (2010)
Pg&E (PCG) posted Preferred Shares of $258.0 million for Q4 2010.
Analysis
PG&E Corp (PCG) Preferred Shares (2010) Analysis & Trends
Pg&E has reported Preferred Shares for 1 years, with the latest figure at $258.0 million in Q4 2010.
- On a quarterly basis, Preferred Shares changed N/A year-over-year to $258.0 million in Q4 2010; TTM through Dec 2010 was $258.0 million, a N/A change from a year earlier, with the FY2010 full-year figure at $258.0 million, changed N/A from the prior year.
- Preferred Shares was $258.0 million for Q4 2010 at Pg&E.
- The five-year high for Preferred Shares was $258.0 million in Q4 2010, with the low at $258.0 million in Q4 2010.
Peer Set
Peer Comparison
API Access
PG&E Corp Preferred Shares 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=preferred-shares&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-shares", "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=preferred-shares&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();