PPL Corp (PPL) Payout Ratio (2009 - 2011)
Ppl's (PPL) quarterly Payout Ratio came in at 5.72 in Q2 2011, up 52.07% year-over-year from 3.76 in Q2 2010, and down 1224.29% quarter-over-quarter from 0.43 in Q1 2011.
PPL Corp (PPL) Payout Ratio (2009 - 2011) Analysis & Trends
Ppl has disclosed Payout Ratio across 3 years of filings, most recently posting 5.72 for Q2 2011.
- In Q2 2011, Payout Ratio rose 52.07% year-over-year to 5.72; the TTM figure through Jun 2011 stood at 0.8 (up 43.78% YoY), while the FY2010 annual figure was 0.86, up 45.43% from the prior year.
- Payout Ratio came in at 5.72 for Q2 2011 at Ppl, down from 0.43 in the prior quarter.
- In the past five years, Payout Ratio ranged from a high of 0.43 in Q1 2011 to a low of 26.8 in Q2 2009.
- Average Payout Ratio over 3 years is 5.43, with a median of 1.06 recorded in 2009.
- The largest YoY upside for Payout Ratio was 80.71% in 2010 against a maximum downside of 5.08% in 2010.
- Over 3 years, Payout Ratio stood at 1.02 in 2009, then soared by 45.24% to 0.56 in 2010, then sank by 929.34% to 5.72 in 2011.
- Per Business Quant data, the three most recent Payout Ratio figures were 5.72 in Q2 2011, 0.43 in Q1 2011, and 0.56 in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | -5.72 |
| Mar 31, 2011 | -0.43 |
| Dec 31, 2010 | -0.56 |
| Sep 30, 2010 | -1.10 |
| Jun 30, 2010 | -11.94 |
| Mar 31, 2010 | -0.55 |
| Dec 31, 2009 | -1.02 |
| Sep 30, 2009 | -5.71 |
| Jun 30, 2009 | -26.80 |
| Mar 31, 2009 | -0.53 |
PPL Corp Payout Ratio 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=payout-ratio&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payout-ratio", "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=payout-ratio&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();