PPL Corp (PPL) Assets (2009 - 2011)
Ppl's (PPL) quarterly Assets came in at $40.5 billion in Q2 2011, up 23.45% year-over-year from $32.8 billion in Q2 2010, and up 23.81% quarter-over-quarter from $32.7 billion in Q1 2011.
PPL Corp (PPL) Assets (2009 - 2011) Analysis & Trends
Ppl has disclosed Assets across 3 years of filings, most recently posting $40.5 billion for Q2 2011.
- In Q2 2011, Assets rose 23.45% year-over-year to $40.5 billion; the TTM figure through Jun 2011 stood at $40.5 billion (up 23.45% YoY), while the FY2010 annual figure was $32.8 billion, up 48.15% from the prior year.
- Assets came in at $40.5 billion for Q2 2011 at Ppl, up from $32.7 billion in the prior quarter.
- In the past five years, Assets ranged from a high of $40.5 billion in Q2 2011 to a low of $21.9 billion in Q3 2009.
- Average Assets over 3 years is $29.4 billion, with a median of $32.7 billion recorded in 2011.
- Year-over-year, Assets soared 48.15% in 2010 and decreased 0.29% in 2011.
- Over 3 years, Assets stood at $22.2 billion in 2009, then soared by 48.15% to $32.8 billion in 2010, then grew by 23.45% to $40.5 billion in 2011.
- Per Business Quant data, the three most recent Assets figures were $40.5 billion in Q2 2011, $32.7 billion in Q1 2011, and $32.8 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 40.54 Bn |
| Mar 31, 2011 | 32.74 Bn |
| Dec 31, 2010 | 32.84 Bn |
| Sep 30, 2010 | 26.73 Bn |
| Jun 30, 2010 | 32.84 Bn |
| Mar 31, 2010 | 32.84 Bn |
| Dec 31, 2009 | 22.17 Bn |
| Sep 30, 2009 | 21.94 Bn |
| Jun 30, 2009 | 22.41 Bn |
PPL Corp 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=assets&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=assets&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();