PPL Corp (PPL) Net Income towards Common Stockholders (2009 - 2011)
Ppl's (PPL) quarterly Net Income towards Common Stockholders came in at $36.0 million in Q2 2011, up 125.0% year-over-year from $16.0 million in Q2 2010, and down 91.11% quarter-over-quarter from $405.0 million in Q1 2011.
PPL Corp (PPL) Net Income towards Common Stockholders (2009 - 2011) Analysis & Trends
Ppl has disclosed Net Income towards Common Stockholders across 3 years of filings, most recently posting $36.0 million for Q2 2011.
- In Q2 2011, Net Income towards Common Stockholders rose 125.0% year-over-year to $36.0 million; the TTM figure through Jun 2011 stood at $912.0 million (up 116.11% YoY), while the FY2010 annual figure was $788.0 million, up 129.74% from the prior year.
- Net Income towards Common Stockholders came in at $36.0 million for Q2 2011 at Ppl, down from $405.0 million in the prior quarter.
- In the past five years, Net Income towards Common Stockholders ranged from a high of $405.0 million in Q1 2011 to a low of $5.0 million in Q2 2009.
- Average Net Income towards Common Stockholders over 3 years is $159.6 million, with a median of $145.0 million recorded in 2009.
- The largest YoY upside for Net Income towards Common Stockholders was 558.33% in 2010 against a maximum downside of 2.72% in 2010.
- Over 3 years, Net Income towards Common Stockholders stood at $132.0 million in 2009, then surged by 137.12% to $313.0 million in 2010, then sank by 88.5% to $36.0 million in 2011.
- Per Business Quant data, the three most recent Net Income towards Common Stockholders figures were $36.0 million in Q2 2011, $405.0 million in Q1 2011, and $313.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 36.00 Mn |
| Mar 31, 2011 | 405.00 Mn |
| Dec 31, 2010 | 313.00 Mn |
| Sep 30, 2010 | 158.00 Mn |
| Jun 30, 2010 | 16.00 Mn |
| Mar 31, 2010 | 250.00 Mn |
| Dec 31, 2009 | 132.00 Mn |
| Sep 30, 2009 | 24.00 Mn |
| Jun 30, 2009 | 5.00 Mn |
| Mar 31, 2009 | 257.00 Mn |
PPL Corp Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();