PG&E Corp (PCG) Invested Capital (2009 - 2011)
Pg&E (PCG) posted Invested Capital of $24.5 billion for Q1 2011, up 1.62% on a QoQ basis from $24.1 billion in Q4 2010, and up 6.66% year-over-year from $23.0 billion in Q1 2010.
PG&E Corp (PCG) Invested Capital (2009 - 2011) Analysis & Trends
Pg&E has reported Invested Capital for 3 years, with the latest figure at $24.5 billion in Q1 2011.
- On a quarterly basis, Invested Capital rose 6.66% year-over-year to $24.5 billion in Q1 2011; TTM through Mar 2011 was $24.5 billion, a 6.66% increase from a year earlier, with the FY2010 full-year figure at $24.1 billion, up 6.69% from the prior year.
- Invested Capital was $24.5 billion for Q1 2011 at Pg&E, up from $24.1 billion in the prior quarter.
- The five-year high for Invested Capital was $24.5 billion in Q1 2011, with the low at $21.3 billion in Q3 2009.
- Average Invested Capital over 3 years is $23.1 billion, with a median of $23.2 billion recorded in 2010.
- The sharpest annual moves came in 2010 and 2011: Invested Capital advanced 13.65% in 2010, then gained 6.66% in 2011.
- Over 3 years, Invested Capital stood at $22.6 billion in 2009, then rose by 6.69% to $24.1 billion in 2010, then climbed by 1.62% to $24.5 billion in 2011.
- The last three Invested Capital figures came in at $24.5 billion (Q1 2011), $24.1 billion (Q4 2010), and $24.2 billion (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 24.54 Bn |
| Dec 31, 2010 | 24.15 Bn |
| Sep 30, 2010 | 24.15 Bn |
| Jun 30, 2010 | 23.42 Bn |
| Mar 31, 2010 | 23.01 Bn |
| Dec 31, 2009 | 22.63 Bn |
| Sep 30, 2009 | 21.25 Bn |
| Jun 30, 2009 | 21.62 Bn |
PG&E Corp Invested Capital 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=invested-capital&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();