PPL Corp (PPL) Total Non-Current Liabilities (2009 - 2011)
Ppl's (PPL) quarterly Total Non-Current Liabilities came in at $7.5 billion in Q2 2011, up 56.04% year-over-year from $4.8 billion in Q2 2010, and up 10.29% quarter-over-quarter from $6.8 billion in Q1 2011.
PPL Corp (PPL) Total Non-Current Liabilities (2009 - 2011) Analysis & Trends
Ppl has disclosed Total Non-Current Liabilities across 3 years of filings, most recently posting $7.5 billion for Q2 2011.
- In Q2 2011, Total Non-Current Liabilities rose 56.04% year-over-year to $7.5 billion; the TTM figure through Jun 2011 stood at $7.5 billion (up 56.04% YoY), while the FY2010 annual figure was $7.0 billion, up 38.99% from the prior year.
- Total Non-Current Liabilities came in at $7.5 billion for Q2 2011 at Ppl, up from $6.8 billion in the prior quarter.
- In the past five years, Total Non-Current Liabilities ranged from a high of $7.5 billion in Q2 2011 to a low of $4.8 billion in Q2 2010.
- Average Total Non-Current Liabilities over 3 years is $5.7 billion, with a median of $5.0 billion recorded in 2009.
- Year-over-year, Total Non-Current Liabilities dropped 0.62% in 2010 and jumped 56.04% in 2011.
- Over 3 years, Total Non-Current Liabilities stood at $5.0 billion in 2009, then jumped by 38.99% to $7.0 billion in 2010, then grew by 7.29% to $7.5 billion in 2011.
- Per Business Quant data, the three most recent Total Non-Current Liabilities figures were $7.5 billion in Q2 2011, $6.8 billion in Q1 2011, and $7.0 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 7.49 Bn |
| Mar 31, 2011 | 6.79 Bn |
| Dec 31, 2010 | 6.98 Bn |
| Sep 30, 2010 | 4.95 Bn |
| Jun 30, 2010 | 4.80 Bn |
| Mar 31, 2010 | 5.28 Bn |
| Dec 31, 2009 | 5.03 Bn |
| Sep 30, 2009 | 4.96 Bn |
| Jun 30, 2009 | 4.83 Bn |
PPL Corp Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "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=total-non-current-liabilities&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();