PPL Corp (PPL) EBT (2009 - 2011)
Ppl's (PPL) quarterly EBT came in at $297.0 million in Q2 2011, up 222.83% year-over-year from $92.0 million in Q2 2010, and down 52.48% quarter-over-quarter from $625.0 million in Q1 2011.
PPL Corp (PPL) EBT (2009 - 2011) Analysis & Trends
Ppl has disclosed EBT across 3 years of filings, most recently posting $297.0 million for Q2 2011.
- In Q2 2011, EBT rose 222.83% year-over-year to $297.0 million; the TTM figure through Jun 2011 stood at $1.7 billion (up 142.29% YoY), while the FY2010 annual figure was $1.2 billion, up 130.3% from the prior year.
- EBT came in at $297.0 million for Q2 2011 at Ppl, down from $625.0 million in the prior quarter.
- In the past five years, EBT ranged from a high of $625.0 million in Q1 2011 to a low of -$2.0 million in Q2 2009.
- Average EBT over 3 years is $273.5 million, with a median of $311.0 million recorded in 2010.
- The largest YoY upside for EBT was 4700.0% in 2010 against a maximum downside of 9.38% in 2010.
- Over 3 years, EBT stood at $159.0 million in 2009, then soared by 182.39% to $449.0 million in 2010, then plunged by 33.85% to $297.0 million in 2011.
- Per Business Quant data, the three most recent EBT figures were $297.0 million in Q2 2011, $625.0 million in Q1 2011, and $449.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 297.00 Mn |
| Mar 31, 2011 | 625.00 Mn |
| Dec 31, 2010 | 449.00 Mn |
| Sep 30, 2010 | 325.00 Mn |
| Jun 30, 2010 | 92.00 Mn |
| Mar 31, 2010 | 373.00 Mn |
| Dec 31, 2009 | 159.00 Mn |
| Sep 30, 2009 | 76.00 Mn |
| Jun 30, 2009 | -2.00 Mn |
| Mar 31, 2009 | 341.00 Mn |
PPL Corp EBT 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=ebt&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();