PPL Corp (PPL) Retained Earnings (2009 - 2011)
Ppl's (PPL) quarterly Retained Earnings came in at $4.3 billion in Q2 2011, up 12.78% year-over-year from $3.8 billion in Q2 2010, and little changed quarter-over-quarter from $4.3 billion in Q1 2011.
PPL Corp (PPL) Retained Earnings (2009 - 2011) Analysis & Trends
Ppl has disclosed Retained Earnings across 3 years of filings, most recently posting $4.3 billion for Q2 2011.
- In Q2 2011, Retained Earnings rose 12.78% year-over-year to $4.3 billion; the TTM figure through Jun 2011 stood at $4.3 billion (up 12.78% YoY), while the FY2010 annual figure was $4.1 billion, up 8.88% from the prior year.
- Retained Earnings came in at $4.3 billion for Q2 2011 at Ppl, roughly flat from $4.3 billion in the prior quarter.
- In the past five years, Retained Earnings ranged from a high of $4.3 billion in Q1 2011 to a low of $3.7 billion in Q3 2009.
- Average Retained Earnings over 3 years is $4.0 billion, with a median of $3.9 billion recorded in 2010.
- Year-over-year, Retained Earnings retreated 0.5% in 2010 and increased 12.78% in 2011.
- Over 3 years, Retained Earnings stood at $3.7 billion in 2009, then rose by 8.88% to $4.1 billion in 2010, then rose by 5.49% to $4.3 billion in 2011.
- Per Business Quant data, the three most recent Retained Earnings figures were $4.3 billion in Q2 2011, $4.3 billion in Q1 2011, and $4.1 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 4.31 Bn |
| Mar 31, 2011 | 4.31 Bn |
| Dec 31, 2010 | 4.08 Bn |
| Sep 30, 2010 | 3.90 Bn |
| Jun 30, 2010 | 3.82 Bn |
| Mar 31, 2010 | 3.87 Bn |
| Dec 31, 2009 | 3.75 Bn |
| Sep 30, 2009 | 3.73 Bn |
| Jun 30, 2009 | 3.84 Bn |
PPL Corp Retained Earnings 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=retained-earnings&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();