PPL Corp (PPL) EPS (Basic) (2009 - 2011)
Ppl's (PPL) quarterly EPS (Basic) came in at $0.06 in Q2 2011, up 52.99% year-over-year from $0.04 in Q2 2010, and down 92.34% quarter-over-quarter from $0.84 in Q1 2011.
PPL Corp (PPL) EPS (Basic) (2009 - 2011) Analysis & Trends
Ppl has disclosed EPS (Basic) across 3 years of filings, most recently posting $0.06 for Q2 2011.
- In Q2 2011, EPS (Basic) rose 52.99% year-over-year to $0.06; the TTM figure through Jun 2011 stood at $1.62 (up 46.95% YoY), while the FY2010 annual figure was $1.83, up 100.3% from the prior year.
- EPS (Basic) came in at $0.06 for Q2 2011 at Ppl, down from $0.84 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of $0.84 in Q1 2011 to a low of $0.01 in Q2 2009.
- Average EPS (Basic) over 3 years is $0.38, with a median of $0.34 recorded in 2009.
- The largest YoY upside for EPS (Basic) was 413.49% in 2010 against a maximum downside of 3.39% in 2010.
- Over 3 years, EPS (Basic) stood at $0.35 in 2009, then surged by 106.74% to $0.73 in 2010, then tumbled by 91.17% to $0.06 in 2011.
- Per Business Quant data, the three most recent EPS (Basic) figures were $0.06 in Q2 2011, $0.84 in Q1 2011, and $0.73 in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 0.06 |
| Mar 31, 2011 | 0.84 |
| Dec 31, 2010 | 0.73 |
| Sep 30, 2010 | 0.33 |
| Jun 30, 2010 | 0.04 |
| Mar 31, 2010 | 0.66 |
| Dec 31, 2009 | 0.35 |
| Sep 30, 2009 | 0.06 |
| Jun 30, 2009 | 0.01 |
| Mar 31, 2009 | 0.69 |
PPL Corp EPS (Basic) 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=eps-basic&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();