PPL Corp (PPL) Current Assets (2009 - 2011)
Ppl's (PPL) quarterly Current Assets came in at $5.4 billion in Q2 2011, down 37.62% year-over-year from $8.6 billion in Q2 2010, and down 6.66% quarter-over-quarter from $5.7 billion in Q1 2011.
PPL Corp (PPL) Current Assets (2009 - 2011) Analysis & Trends
Ppl has disclosed Current Assets across 3 years of filings, most recently posting $5.4 billion for Q2 2011.
- In Q2 2011, Current Assets fell 37.62% year-over-year to $5.4 billion; the TTM figure through Jun 2011 stood at $5.4 billion (down 37.62% YoY), while the FY2010 annual figure was $6.2 billion, up 30.22% from the prior year.
- Current Assets came in at $5.4 billion for Q2 2011 at Ppl, down from $5.7 billion in the prior quarter.
- In the past five years, Current Assets ranged from a high of $9.2 billion in Q3 2010 to a low of $4.3 billion in Q3 2009.
- Average Current Assets over 3 years is $6.2 billion, with a median of $5.7 billion recorded in 2011.
- Year-over-year, Current Assets jumped 113.82% in 2010 and plunged 37.62% in 2011.
- Over 3 years, Current Assets stood at $4.8 billion in 2009, then surged by 30.22% to $6.2 billion in 2010, then slipped by 13.32% to $5.4 billion in 2011.
- Per Business Quant data, the three most recent Current Assets figures were $5.4 billion in Q2 2011, $5.7 billion in Q1 2011, and $6.2 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 5.36 Bn |
| Mar 31, 2011 | 5.75 Bn |
| Dec 31, 2010 | 6.19 Bn |
| Sep 30, 2010 | 9.19 Bn |
| Jun 30, 2010 | 8.60 Bn |
| Mar 31, 2010 | 7.22 Bn |
| Dec 31, 2009 | 4.75 Bn |
| Sep 30, 2009 | 4.30 Bn |
| Jun 30, 2009 | 4.80 Bn |
PPL Corp Current Assets 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=current-assets&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-assets", "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=current-assets&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();