PPL Corp (PPL) Income from Discontinued Operations (2009 - 2011)
Ppl's (PPL) quarterly Income from Discontinued Operations came in at -$1.0 million in Q2 2011, down 114.29% year-over-year from $7.0 million in Q2 2010, and down 133.33% quarter-over-quarter from $3.0 million in Q1 2011.
PPL Corp (PPL) Income from Discontinued Operations (2009 - 2011) Analysis & Trends
Ppl has disclosed Income from Discontinued Operations across 3 years of filings, most recently posting -$1.0 million for Q2 2011.
- In Q2 2011, Income from Discontinued Operations fell 114.29% year-over-year to -$1.0 million; the TTM figure through Jun 2011 stood at -$30.0 million (down 266.67% YoY), while the FY2010 annual figure was -$17.0 million, down 142.86% from the prior year.
- Income from Discontinued Operations came in at -$1.0 million for Q2 2011 at Ppl, down from $3.0 million in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $28.0 million in Q4 2009 to a low of -$53.0 million in Q3 2010.
- Average Income from Discontinued Operations over 3 years is -$2.2 million, with a median of $5.0 million recorded in 2010.
- Year-over-year, Income from Discontinued Operations surged 129.17% in 2010 and tumbled 114.29% in 2011.
- Over 3 years, Income from Discontinued Operations stood at $28.0 million in 2009, then declined by 25.0% to $21.0 million in 2010, then tumbled by 104.76% to -$1.0 million in 2011.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were -$1.0 million in Q2 2011, $3.0 million in Q1 2011, and $21.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | -1.00 Mn |
| Mar 31, 2011 | 3.00 Mn |
| Dec 31, 2010 | 21.00 Mn |
| Sep 30, 2010 | -53.00 Mn |
| Jun 30, 2010 | 7.00 Mn |
| Mar 31, 2010 | 8.00 Mn |
| Dec 31, 2009 | 28.00 Mn |
| Sep 30, 2009 | -25.00 Mn |
| Jun 30, 2009 | -24.00 Mn |
| Mar 31, 2009 | 14.00 Mn |
PPL Corp Income from Discontinued Operations 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-discontinued-operations&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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-discontinued-operations&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();