PG&E Corp (PCG) Capital Expenditures (2009 - 2011)
Pg&E (PCG) posted Capital Expenditures of $945.0 million for Q1 2011, down 6.25% on a QoQ basis from $1.0 billion in Q4 2010, and up 10.53% year-over-year from $855.0 million in Q1 2010.
PG&E Corp (PCG) Capital Expenditures (2009 - 2011) Analysis & Trends
Pg&E has reported Capital Expenditures for 3 years, with the latest figure at $945.0 million in Q1 2011.
- On a quarterly basis, Capital Expenditures rose 10.53% year-over-year to $945.0 million in Q1 2011; TTM through Mar 2011 was $3.9 billion, a 4.23% increase from a year earlier, with the FY2010 full-year figure at $3.8 billion, down 3.94% from the prior year.
- Capital Expenditures was $945.0 million for Q1 2011 at Pg&E, down from $1.0 billion in the prior quarter.
- The five-year high for Capital Expenditures was $1.1 billion in Q1 2009, with the low at $855.0 million in Q1 2010.
- Average Capital Expenditures over 3 years is $967.2 million, with a median of $945.0 million recorded in 2009.
- The sharpest annual moves came in 2010 and 2011: Capital Expenditures declined 20.76% in 2010, then increased 10.53% in 2011.
- Over 3 years, Capital Expenditures stood at $936.0 million in 2009, then advanced by 7.69% to $1.0 billion in 2010, then fell by 6.25% to $945.0 million in 2011.
- The last three Capital Expenditures figures came in at $945.0 million (Q1 2011), $1.0 billion (Q4 2010), and $1.0 billion (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 945.00 Mn |
| Dec 31, 2010 | 1.01 Bn |
| Sep 30, 2010 | 1.01 Bn |
| Jun 30, 2010 | 931.00 Mn |
| Mar 31, 2010 | 855.00 Mn |
| Dec 31, 2009 | 936.00 Mn |
| Sep 30, 2009 | 945.00 Mn |
| Jun 30, 2009 | 998.00 Mn |
| Mar 31, 2009 | 1.08 Bn |
PG&E Corp Capital Expenditures 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=capital-expenditures&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();