PPL Corp (PPL) Capital Expenditures (2009 - 2011)
Ppl's (PPL) quarterly Capital Expenditures came in at $575.0 million in Q2 2011, up 68.62% year-over-year from $341.0 million in Q2 2010, and up 34.35% quarter-over-quarter from $428.0 million in Q1 2011.
PPL Corp (PPL) Capital Expenditures (2009 - 2011) Analysis & Trends
Ppl has disclosed Capital Expenditures across 3 years of filings, most recently posting $575.0 million for Q2 2011.
- In Q2 2011, Capital Expenditures rose 68.62% year-over-year to $575.0 million; the TTM figure through Jun 2011 stood at $2.0 billion (up 49.13% YoY), while the FY2010 annual figure was $1.6 billion, up 30.37% from the prior year.
- Capital Expenditures came in at $575.0 million for Q2 2011 at Ppl, up from $428.0 million in the prior quarter.
- In the past five years, Capital Expenditures ranged from a high of $617.0 million in Q4 2010 to a low of $254.0 million in Q2 2009.
- Average Capital Expenditures over 3 years is $382.5 million, with a median of $348.5 million recorded in 2010.
- Year-over-year, Capital Expenditures increased 4.81% in 2010 and surged 68.62% in 2011.
- Over 3 years, Capital Expenditures stood at $404.0 million in 2009, then soared by 52.72% to $617.0 million in 2010, then slipped by 6.81% to $575.0 million in 2011.
- Per Business Quant data, the three most recent Capital Expenditures figures were $575.0 million in Q2 2011, $428.0 million in Q1 2011, and $617.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 575.00 Mn |
| Mar 31, 2011 | 428.00 Mn |
| Dec 31, 2010 | 617.00 Mn |
| Sep 30, 2010 | 356.00 Mn |
| Jun 30, 2010 | 341.00 Mn |
| Mar 31, 2010 | 283.00 Mn |
| Dec 31, 2009 | 404.00 Mn |
| Sep 30, 2009 | 297.00 Mn |
| Jun 30, 2009 | 254.00 Mn |
| Mar 31, 2009 | 270.00 Mn |
PPL 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=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();