PPL Corp (PPL) Total Liabilities (2009 - 2011)
Ppl's (PPL) quarterly Total Liabilities came in at $29.6 billion in Q2 2011, up 20.24% year-over-year from $24.6 billion in Q2 2010, and up 23.7% quarter-over-quarter from $23.9 billion in Q1 2011.
PPL Corp (PPL) Total Liabilities (2009 - 2011) Analysis & Trends
Ppl has disclosed Total Liabilities across 3 years of filings, most recently posting $29.6 billion for Q2 2011.
- In Q2 2011, Total Liabilities rose 20.24% year-over-year to $29.6 billion; the TTM figure through Jun 2011 stood at $29.6 billion (up 20.24% YoY), while the FY2010 annual figure was $24.4 billion, up 48.98% from the prior year.
- Total Liabilities came in at $29.6 billion for Q2 2011 at Ppl, up from $23.9 billion in the prior quarter.
- In the past five years, Total Liabilities ranged from a high of $29.6 billion in Q2 2011 to a low of -$5.6 billion in Q1 2009.
- Average Total Liabilities over 3 years is $19.1 billion, with a median of $21.0 billion recorded in 2010.
- Year-over-year, Total Liabilities soared 579.23% in 2010 and decreased 10.08% in 2011.
- Over 3 years, Total Liabilities stood at $16.4 billion in 2009, then soared by 48.98% to $24.4 billion in 2010, then grew by 21.59% to $29.6 billion in 2011.
- Per Business Quant data, the three most recent Total Liabilities figures were $29.6 billion in Q2 2011, $23.9 billion in Q1 2011, and $24.4 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 29.62 Bn |
| Mar 31, 2011 | 23.94 Bn |
| Dec 31, 2010 | 24.36 Bn |
| Sep 30, 2010 | 18.14 Bn |
| Jun 30, 2010 | 24.63 Bn |
| Mar 31, 2010 | 26.63 Bn |
| Dec 31, 2009 | 16.35 Bn |
| Sep 30, 2009 | 16.01 Bn |
| Jun 30, 2009 | 16.57 Bn |
| Mar 31, 2009 | -5.56 Bn |
PPL Corp Total 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-liabilities&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-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-liabilities&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();