PPL Corp (PPL) Operating Income (2009 - 2011)
Ppl's (PPL) quarterly Operating Income came in at $595.0 million in Q2 2011, up 163.27% year-over-year from $226.0 million in Q2 2010, and down 26.09% quarter-over-quarter from $805.0 million in Q1 2011.
PPL Corp (PPL) Operating Income (2009 - 2011) Analysis & Trends
Ppl has disclosed Operating Income across 3 years of filings, most recently posting $595.0 million for Q2 2011.
- In Q2 2011, Operating Income rose 163.27% year-over-year to $595.0 million; the TTM figure through Jun 2011 stood at $2.6 billion (up 128.72% YoY), while the FY2010 annual figure was $1.9 billion, up 108.26% from the prior year.
- Operating Income came in at $595.0 million for Q2 2011 at Ppl, down from $805.0 million in the prior quarter.
- In the past five years, Operating Income ranged from a high of $805.0 million in Q1 2011 to a low of $86.0 million in Q2 2009.
- Average Operating Income over 3 years is $416.2 million, with a median of $433.5 million recorded in 2009.
- The largest YoY upside for Operating Income was 205.26% in 2010 against a maximum downside of 21.74% in 2010.
- Over 3 years, Operating Income stood at $248.0 million in 2009, then jumped by 158.87% to $642.0 million in 2010, then fell by 7.32% to $595.0 million in 2011.
- Per Business Quant data, the three most recent Operating Income figures were $595.0 million in Q2 2011, $805.0 million in Q1 2011, and $642.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 595.00 Mn |
| Mar 31, 2011 | 805.00 Mn |
| Dec 31, 2010 | 642.00 Mn |
| Sep 30, 2010 | 522.00 Mn |
| Jun 30, 2010 | 226.00 Mn |
| Mar 31, 2010 | 476.00 Mn |
| Dec 31, 2009 | 248.00 Mn |
| Sep 30, 2009 | 171.00 Mn |
| Jun 30, 2009 | 86.00 Mn |
| Mar 31, 2009 | 391.00 Mn |
PPL Corp Operating 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=operating-income&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-income&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();