PPL Corp (PPL) Construction in Progress (2009 - 2011)
Ppl's (PPL) quarterly Construction in Progress came in at $1.4 billion in Q2 2011, up 150.89% year-over-year from $564.0 million in Q2 2010, and up 6.31% quarter-over-quarter from $1.3 billion in Q1 2011.
PPL Corp (PPL) Construction in Progress (2009 - 2011) Analysis & Trends
Ppl has disclosed Construction in Progress across 3 years of filings, most recently posting $1.4 billion for Q2 2011.
- In Q2 2011, Construction in Progress rose 150.89% year-over-year to $1.4 billion; the TTM figure through Jun 2011 stood at $1.4 billion (up 150.89% YoY), while the FY2010 annual figure was $2.2 billion, up 280.95% from the prior year.
- Construction in Progress came in at $1.4 billion for Q2 2011 at Ppl, up from $1.3 billion in the prior quarter.
- In the past five years, Construction in Progress ranged from a high of $2.2 billion in Q4 2010 to a low of $564.0 million in Q2 2010.
- Average Construction in Progress over 3 years is $962.2 million, with a median of $687.0 million recorded in 2010.
- The largest YoY upside for Construction in Progress was 280.95% in 2010 against a maximum downside of 12.83% in 2010.
- Over 3 years, Construction in Progress stood at $567.0 million in 2009, then soared by 280.95% to $2.2 billion in 2010, then tumbled by 34.49% to $1.4 billion in 2011.
- Per Business Quant data, the three most recent Construction in Progress figures were $1.4 billion in Q2 2011, $1.3 billion in Q1 2011, and $2.2 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 1.42 Bn |
| Mar 31, 2011 | 1.33 Bn |
| Dec 31, 2010 | 2.16 Bn |
| Sep 30, 2010 | 687.00 Mn |
| Jun 30, 2010 | 564.00 Mn |
| Mar 31, 2010 | 568.00 Mn |
| Dec 31, 2009 | 567.00 Mn |
| Sep 30, 2009 | 721.00 Mn |
| Jun 30, 2009 | 647.00 Mn |
PPL 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=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "ticker": "PPL", "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=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();