PPL Corp (PPL) Interest Coverage Ratio (2009 - 2011)
Ppl's (PPL) quarterly Interest Coverage Ratio came in at 2.25 in Q2 2011, up 30.64% year-over-year from 1.73 in Q2 2010, and down 51.28% quarter-over-quarter from 4.63 in Q1 2011.
PPL Corp (PPL) Interest Coverage Ratio (2009 - 2011) Analysis & Trends
Ppl has disclosed Interest Coverage Ratio across 3 years of filings, most recently posting 2.25 for Q2 2011.
- In Q2 2011, Interest Coverage Ratio rose 30.64% year-over-year to 2.25; the TTM figure through Jun 2011 stood at 3.25 (up 29.0% YoY), while the FY2010 annual figure was 3.15, up 35.91% from the prior year.
- Interest Coverage Ratio came in at 2.25 for Q2 2011 at Ppl, down from 4.63 in the prior quarter.
- In the past five years, Interest Coverage Ratio ranged from a high of 4.63 in Q1 2011 to a low of 0.87 in Q2 2009.
- Average Interest Coverage Ratio over 3 years is 2.89, with a median of 2.78 recorded in 2009.
- The largest YoY upside for Interest Coverage Ratio was 98.6% in 2010 against a maximum downside of 2.39% in 2010.
- Over 3 years, Interest Coverage Ratio stood at 2.51 in 2009, then surged by 42.38% to 3.57 in 2010, then sank by 36.81% to 2.25 in 2011.
- Per Business Quant data, the three most recent Interest Coverage Ratio figures were 2.25 in Q2 2011, 4.63 in Q1 2011, and 3.57 in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 2.25 |
| Mar 31, 2011 | 4.63 |
| Dec 31, 2010 | 3.57 |
| Sep 30, 2010 | 3.05 |
| Jun 30, 2010 | 1.73 |
| Mar 31, 2010 | 4.29 |
| Dec 31, 2009 | 2.51 |
| Sep 30, 2009 | 1.64 |
| Jun 30, 2009 | 0.87 |
| Mar 31, 2009 | 4.39 |
PPL Corp Interest 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=interest-coverage-ratio&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-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=interest-coverage-ratio&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();