PG&E Corp (PCG) Construction in Progress (2009 - 2011)
Pg&E (PCG) posted Construction in Progress of $1.4 billion for Q1 2011, down 1.08% on a QoQ basis from $1.4 billion in Q4 2010, and down 31.31% year-over-year from $2.0 billion in Q1 2010.
PG&E Corp (PCG) Construction in Progress (2009 - 2011) Analysis & Trends
Pg&E has reported Construction in Progress for 3 years, with the latest figure at $1.4 billion in Q1 2011.
- On a quarterly basis, Construction in Progress fell 31.31% year-over-year to $1.4 billion in Q1 2011; TTM through Mar 2011 was $1.4 billion, a 31.31% decrease from a year earlier, with the FY2010 full-year figure at $1.4 billion, down 26.69% from the prior year.
- Construction in Progress was $1.4 billion for Q1 2011 at Pg&E, down from $1.4 billion in the prior quarter.
- The five-year high for Construction in Progress was $2.2 billion in Q3 2010, with the low at $1.4 billion in Q1 2011.
- Average Construction in Progress over 3 years is $1.8 billion, with a median of $1.8 billion recorded in 2009.
- The sharpest annual moves came in 2010 and 2011: Construction in Progress soared 41.1% in 2010, then tumbled 31.31% in 2011.
- Over 3 years, Construction in Progress stood at $1.9 billion in 2009, then retreated by 26.69% to $1.4 billion in 2010, then slipped by 1.08% to $1.4 billion in 2011.
- The last three Construction in Progress figures came in at $1.4 billion (Q1 2011), $1.4 billion (Q4 2010), and $2.2 billion (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 1.37 Bn |
| Dec 31, 2010 | 1.38 Bn |
| Sep 30, 2010 | 2.18 Bn |
| Jun 30, 2010 | 2.15 Bn |
| Mar 31, 2010 | 1.99 Bn |
| Dec 31, 2009 | 1.89 Bn |
| Sep 30, 2009 | 1.77 Bn |
| Jun 30, 2009 | 1.52 Bn |
PG&E Corp Construction in Progress 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=construction-in-progress&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "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=construction-in-progress&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();