PPL Corp (PPL) Non-Current Debt (2009 - 2011)
Ppl's (PPL) quarterly Non-Current Debt came in at $17.5 billion in Q2 2011, up 101.26% year-over-year from $8.7 billion in Q2 2010, and up 43.15% quarter-over-quarter from $12.2 billion in Q1 2011.
PPL Corp (PPL) Non-Current Debt (2009 - 2011) Analysis & Trends
Ppl has disclosed Non-Current Debt across 3 years of filings, most recently posting $17.5 billion for Q2 2011.
- In Q2 2011, Non-Current Debt rose 101.26% year-over-year to $17.5 billion; the TTM figure through Jun 2011 stood at $17.5 billion (up 101.26% YoY), while the FY2010 annual figure was $12.2 billion, up 70.25% from the prior year.
- Non-Current Debt came in at $17.5 billion for Q2 2011 at Ppl, up from $12.2 billion in the prior quarter.
- In the past five years, Non-Current Debt ranged from a high of $17.5 billion in Q2 2011 to a low of $7.1 billion in Q4 2009.
- Average Non-Current Debt over 3 years is $9.9 billion, with a median of $8.7 billion recorded in 2010.
- Year-over-year, Non-Current Debt gained 20.58% in 2010 and jumped 101.26% in 2011.
- Over 3 years, Non-Current Debt stood at $7.1 billion in 2009, then surged by 70.25% to $12.2 billion in 2010, then surged by 44.17% to $17.5 billion in 2011.
- Per Business Quant data, the three most recent Non-Current Debt figures were $17.5 billion in Q2 2011, $12.2 billion in Q1 2011, and $12.2 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 17.53 Bn |
| Mar 31, 2011 | 12.25 Bn |
| Dec 31, 2010 | 12.16 Bn |
| Sep 30, 2010 | 8.84 Bn |
| Jun 30, 2010 | 8.71 Bn |
| Mar 31, 2010 | 7.65 Bn |
| Dec 31, 2009 | 7.14 Bn |
| Sep 30, 2009 | 7.25 Bn |
| Jun 30, 2009 | 7.22 Bn |
PPL Corp Non-Current Debt 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=non-current-debt&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();