PPL Corp (PPL) Assets Average (2009 - 2011)
Ppl's (PPL) quarterly Assets Average came in at $36.6 billion in Q2 2011, up 11.58% year-over-year from $32.8 billion in Q2 2010, and up 11.74% quarter-over-quarter from $32.8 billion in Q1 2011.
PPL Corp (PPL) Assets Average (2009 - 2011) Analysis & Trends
Ppl has disclosed Assets Average across 3 years of filings, most recently posting $36.6 billion for Q2 2011.
- In Q2 2011, Assets Average rose 11.58% year-over-year to $36.6 billion; the TTM figure through Jun 2011 stood at $36.6 billion (up 11.58% YoY), while the FY2010 annual figure was $27.5 billion, up 26.24% from the prior year.
- Assets Average came in at $36.6 billion for Q2 2011 at Ppl, up from $32.8 billion in the prior quarter.
- In the past five years, Assets Average ranged from a high of $36.6 billion in Q2 2011 to a low of $22.1 billion in Q4 2009.
- Average Assets Average over 3 years is $29.2 billion, with a median of $29.8 billion recorded in 2010.
- Year-over-year, Assets Average soared 35.04% in 2010 and gained 11.58% in 2011.
- Over 3 years, Assets Average stood at $22.1 billion in 2009, then soared by 35.04% to $29.8 billion in 2010, then grew by 23.02% to $36.6 billion in 2011.
- Per Business Quant data, the three most recent Assets Average figures were $36.6 billion in Q2 2011, $32.8 billion in Q1 2011, and $29.8 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 36.64 Bn |
| Mar 31, 2011 | 32.79 Bn |
| Dec 31, 2010 | 29.78 Bn |
| Sep 30, 2010 | 29.78 Bn |
| Jun 30, 2010 | 32.84 Bn |
| Mar 31, 2010 | 27.50 Bn |
| Dec 31, 2009 | 22.05 Bn |
| Sep 30, 2009 | 22.18 Bn |
PPL Corp Assets Average 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=assets-average&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();