PPL Corp (PPL) Pension (2009 - 2011)
Ppl's (PPL) quarterly Pension came in at $1.0 billion in Q2 2011, up 29.96% year-over-year from $781.0 million in Q2 2010, and down 7.22% quarter-over-quarter from $1.1 billion in Q1 2011.
PPL Corp (PPL) Pension (2009 - 2011) Analysis & Trends
Ppl has disclosed Pension across 3 years of filings, most recently posting $1.0 billion for Q2 2011.
- In Q2 2011, Pension rose 29.96% year-over-year to $1.0 billion; the TTM figure through Jun 2011 stood at $1.0 billion (up 29.96% YoY), while the FY2010 annual figure was $1.5 billion, up 16.6% from the prior year.
- Pension came in at $1.0 billion for Q2 2011 at Ppl, down from $1.1 billion in the prior quarter.
- In the past five years, Pension ranged from a high of $1.5 billion in Q4 2010 to a low of $780.0 million in Q3 2010.
- Average Pension over 3 years is $1.0 billion, with a median of $1.0 billion recorded in 2011.
- Year-over-year, Pension dropped 10.54% in 2010 and rose 29.96% in 2011.
- Over 3 years, Pension stood at $1.3 billion in 2009, then rose by 16.6% to $1.5 billion in 2010, then plunged by 32.15% to $1.0 billion in 2011.
- Per Business Quant data, the three most recent Pension figures were $1.0 billion in Q2 2011, $1.1 billion in Q1 2011, and $1.5 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 1.02 Bn |
| Mar 31, 2011 | 1.09 Bn |
| Dec 31, 2010 | 1.50 Bn |
| Sep 30, 2010 | 780.00 Mn |
| Jun 30, 2010 | 781.00 Mn |
| Mar 31, 2010 | 1.10 Bn |
| Dec 31, 2009 | 1.28 Bn |
| Sep 30, 2009 | 839.00 Mn |
| Jun 30, 2009 | 873.00 Mn |
PPL Corp Pension 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=pension&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "pension", "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=pension&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();