PPL Corp (PPL) Invested Capital (2009 - 2011)
Ppl's (PPL) quarterly Invested Capital came in at $29.4 billion in Q2 2011, up 64.63% year-over-year from $17.8 billion in Q2 2010, and up 28.84% quarter-over-quarter from $22.8 billion in Q1 2011.
PPL Corp (PPL) Invested Capital (2009 - 2011) Analysis & Trends
Ppl has disclosed Invested Capital across 3 years of filings, most recently posting $29.4 billion for Q2 2011.
- In Q2 2011, Invested Capital rose 64.63% year-over-year to $29.4 billion; the TTM figure through Jun 2011 stood at $29.4 billion (up 64.63% YoY), while the FY2010 annual figure was $22.0 billion, up 54.73% from the prior year.
- Invested Capital came in at $29.4 billion for Q2 2011 at Ppl, up from $22.8 billion in the prior quarter.
- In the past five years, Invested Capital ranged from a high of $29.4 billion in Q2 2011 to a low of $14.2 billion in Q4 2009.
- Average Invested Capital over 3 years is $18.7 billion, with a median of $17.8 billion recorded in 2010.
- Year-over-year, Invested Capital gained 24.95% in 2010 and soared 64.63% in 2011.
- Over 3 years, Invested Capital stood at $14.2 billion in 2009, then jumped by 54.73% to $22.0 billion in 2010, then soared by 33.4% to $29.4 billion in 2011.
- Per Business Quant data, the three most recent Invested Capital figures were $29.4 billion in Q2 2011, $22.8 billion in Q1 2011, and $22.0 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 29.38 Bn |
| Mar 31, 2011 | 22.81 Bn |
| Dec 31, 2010 | 22.03 Bn |
| Sep 30, 2010 | 18.14 Bn |
| Jun 30, 2010 | 17.85 Bn |
| Mar 31, 2010 | 15.16 Bn |
| Dec 31, 2009 | 14.24 Bn |
| Sep 30, 2009 | 14.43 Bn |
| Jun 30, 2009 | 14.28 Bn |
PPL 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=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();