PPL Corp (PPL) Consolidated Net Income (2009 - 2011)
Ppl's (PPL) quarterly Consolidated Net Income came in at $192.0 million in Q2 2011, up 186.57% year-over-year from $67.0 million in Q2 2010, and down 52.59% quarter-over-quarter from $405.0 million in Q1 2011.
PPL Corp (PPL) Consolidated Net Income (2009 - 2011) Analysis & Trends
Ppl has disclosed Consolidated Net Income across 3 years of filings, most recently posting $192.0 million for Q2 2011.
- In Q2 2011, Consolidated Net Income rose 186.57% year-over-year to $192.0 million; the TTM figure through Jun 2011 stood at $1.1 billion (up 125.79% YoY), while the FY2010 annual figure was $788.0 million, up 129.74% from the prior year.
- Consolidated Net Income came in at $192.0 million for Q2 2011 at Ppl, down from $405.0 million in the prior quarter.
- In the past five years, Consolidated Net Income ranged from a high of $405.0 million in Q1 2011 to a low of $5.0 million in Q2 2009.
- Average Consolidated Net Income over 3 years is $180.3 million, with a median of $175.0 million recorded in 2010.
- The largest YoY upside for Consolidated Net Income was 1240.0% in 2010 against a maximum downside of 2.72% in 2010.
- Over 3 years, Consolidated Net Income stood at $132.0 million in 2009, then surged by 137.12% to $313.0 million in 2010, then slumped by 38.66% to $192.0 million in 2011.
- Per Business Quant data, the three most recent Consolidated Net Income figures were $192.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 | 192.00 Mn |
| Mar 31, 2011 | 405.00 Mn |
| Dec 31, 2010 | 313.00 Mn |
| Sep 30, 2010 | 158.00 Mn |
| Jun 30, 2010 | 67.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 Consolidated Net Income 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=consolidated-net-income&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "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=consolidated-net-income&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();