PPL Corp (PPL) Dividend Coverage Ratio (2009 - 2011)
Ppl's (PPL) quarterly Dividend Coverage Ratio came in at 0.17 in Q2 2011, down 108.62% year-over-year from 2.03 in Q2 2010, and up 92.45% quarter-over-quarter from 2.31 in Q1 2011.
PPL Corp (PPL) Dividend Coverage Ratio (2009 - 2011) Analysis & Trends
Ppl has disclosed Dividend Coverage Ratio across 3 years of filings, most recently posting 0.17 for Q2 2011.
- In Q2 2011, Dividend Coverage Ratio fell 108.62% year-over-year to 0.17; the TTM figure through Jun 2011 stood at 1.25 (down 77.87% YoY), while the FY2010 annual figure was 1.16, down 83.25% from the prior year.
- Dividend Coverage Ratio came in at 0.17 for Q2 2011 at Ppl, up from 2.31 in the prior quarter.
- In the past five years, Dividend Coverage Ratio ranged from a high of 0.04 in Q2 2009 to a low of 2.31 in Q1 2011.
- Average Dividend Coverage Ratio over 3 years is 1.02, with a median of 0.95 recorded in 2010.
- The largest YoY upside for Dividend Coverage Ratio was 4.84% in 2010 against a maximum downside of 418.34% in 2010.
- Over 3 years, Dividend Coverage Ratio stood at 0.99 in 2009, then plunged by 82.61% to 1.8 in 2010, then jumped by 90.29% to 0.17 in 2011.
- Per Business Quant data, the three most recent Dividend Coverage Ratio figures were 0.17 in Q2 2011, 2.31 in Q1 2011, and 1.8 in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | -0.17 |
| Mar 31, 2011 | -2.31 |
| Dec 31, 2010 | -1.80 |
| Sep 30, 2010 | -0.91 |
| Jun 30, 2010 | -0.08 |
| Mar 31, 2010 | -1.81 |
| Dec 31, 2009 | -0.99 |
| Sep 30, 2009 | -0.18 |
| Jun 30, 2009 | -0.04 |
| Mar 31, 2009 | -1.90 |
PPL Corp Dividend Coverage 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=dividend-coverage-ratio&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-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=dividend-coverage-ratio&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();