PPL Corp (PPL) Income from Non-Controlling Interests (2009 - 2011)
Ppl's (PPL) quarterly Income from Non-Controlling Interests came in at $4.0 million in Q2 2011, down 42.86% year-over-year from $7.0 million in Q2 2010, and little changed quarter-over-quarter from $4.0 million in Q1 2011.
PPL Corp (PPL) Income from Non-Controlling Interests (2009 - 2011) Analysis & Trends
Ppl has disclosed Income from Non-Controlling Interests across 3 years of filings, most recently posting $4.0 million for Q2 2011.
- In Q2 2011, Income from Non-Controlling Interests fell 42.86% year-over-year to $4.0 million; the TTM figure through Jun 2011 stood at $17.0 million (down 22.73% YoY), while the FY2010 annual figure was $21.0 million, up 10.53% from the prior year.
- Income from Non-Controlling Interests came in at $4.0 million for Q2 2011 at Ppl, roughly flat from $4.0 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $7.0 million in Q2 2010 to a low of $4.0 million in Q2 2009.
- Average Income from Non-Controlling Interests over 3 years is $4.8 million, with a median of $4.5 million recorded in 2009.
- Year-over-year, Income from Non-Controlling Interests surged 75.0% in 2010 and plunged 42.86% in 2011.
- Over 3 years, Income from Non-Controlling Interests stood at $4.0 million in 2009, then changed by 0.0% to $4.0 million in 2010, then changed by 0.0% to $4.0 million in 2011.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were $4.0 million in Q2 2011, $4.0 million in Q1 2011, and $4.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 4.00 Mn |
| Mar 31, 2011 | 4.00 Mn |
| Dec 31, 2010 | 4.00 Mn |
| Sep 30, 2010 | 5.00 Mn |
| Jun 30, 2010 | 7.00 Mn |
| Mar 31, 2010 | 5.00 Mn |
| Dec 31, 2009 | 4.00 Mn |
| Sep 30, 2009 | 6.00 Mn |
| Jun 30, 2009 | 4.00 Mn |
| Mar 31, 2009 | 5.00 Mn |
PPL Corp Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();