PPL Corp (PPL) Other Non-Current Liabilities (2009 - 2011)
Ppl's (PPL) quarterly Other Non-Current Liabilities came in at $825.0 million in Q2 2011, up 25.38% year-over-year from $658.0 million in Q2 2010, and up 11.64% quarter-over-quarter from $739.0 million in Q1 2011.
PPL Corp (PPL) Other Non-Current Liabilities (2009 - 2011) Analysis & Trends
Ppl has disclosed Other Non-Current Liabilities across 3 years of filings, most recently posting $825.0 million for Q2 2011.
- In Q2 2011, Other Non-Current Liabilities rose 25.38% year-over-year to $825.0 million; the TTM figure through Jun 2011 stood at $825.0 million (up 25.38% YoY), while the FY2010 annual figure was $752.0 million, up 27.24% from the prior year.
- Other Non-Current Liabilities came in at $825.0 million for Q2 2011 at Ppl, up from $739.0 million in the prior quarter.
- In the past five years, Other Non-Current Liabilities ranged from a high of $825.0 million in Q2 2011 to a low of $539.0 million in Q3 2010.
- Average Other Non-Current Liabilities over 3 years is $649.1 million, with a median of $597.0 million recorded in 2009.
- The largest YoY upside for Other Non-Current Liabilities was 27.24% in 2010 against a maximum downside of 9.72% in 2010.
- Over 3 years, Other Non-Current Liabilities stood at $591.0 million in 2009, then increased by 27.24% to $752.0 million in 2010, then advanced by 9.71% to $825.0 million in 2011.
- Per Business Quant data, the three most recent Other Non-Current Liabilities figures were $825.0 million in Q2 2011, $739.0 million in Q1 2011, and $752.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 825.00 Mn |
| Mar 31, 2011 | 739.00 Mn |
| Dec 31, 2010 | 752.00 Mn |
| Sep 30, 2010 | 539.00 Mn |
| Jun 30, 2010 | 658.00 Mn |
| Mar 31, 2010 | 588.00 Mn |
| Dec 31, 2009 | 591.00 Mn |
| Sep 30, 2009 | 597.00 Mn |
| Jun 30, 2009 | 553.00 Mn |
PPL Corp Other 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=other-non-current-liabilities&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-current-liabilities&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();