PPL Corp (PPL) Total Current Liabilities (2009 - 2011)
Ppl's (PPL) quarterly Total Current Liabilities came in at $4.6 billion in Q2 2011, up 9.49% year-over-year from $4.2 billion in Q2 2010, and down 6.3% quarter-over-quarter from $4.9 billion in Q1 2011.
PPL Corp (PPL) Total Current Liabilities (2009 - 2011) Analysis & Trends
Ppl has disclosed Total Current Liabilities across 3 years of filings, most recently posting $4.6 billion for Q2 2011.
- In Q2 2011, Total Current Liabilities rose 9.49% year-over-year to $4.6 billion; the TTM figure through Jun 2011 stood at $4.6 billion (up 9.49% YoY), while the FY2010 annual figure was $5.2 billion, up 24.68% from the prior year.
- Total Current Liabilities came in at $4.6 billion for Q2 2011 at Ppl, down from $4.9 billion in the prior quarter.
- In the past five years, Total Current Liabilities ranged from a high of $5.8 billion in Q1 2010 to a low of $3.8 billion in Q3 2009.
- Average Total Current Liabilities over 3 years is $4.6 billion, with a median of $4.5 billion recorded in 2009.
- Year-over-year, Total Current Liabilities rose 24.68% in 2010 and fell 15.37% in 2011.
- Over 3 years, Total Current Liabilities stood at $4.2 billion in 2009, then gained by 24.68% to $5.2 billion in 2010, then retreated by 11.91% to $4.6 billion in 2011.
- Per Business Quant data, the three most recent Total Current Liabilities figures were $4.6 billion in Q2 2011, $4.9 billion in Q1 2011, and $5.2 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 4.59 Bn |
| Mar 31, 2011 | 4.90 Bn |
| Dec 31, 2010 | 5.21 Bn |
| Sep 30, 2010 | 4.35 Bn |
| Jun 30, 2010 | 4.20 Bn |
| Mar 31, 2010 | 5.79 Bn |
| Dec 31, 2009 | 4.18 Bn |
| Sep 30, 2009 | 3.79 Bn |
| Jun 30, 2009 | 4.52 Bn |
PPL Corp Total 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-current-liabilities&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-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-current-liabilities&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();