PPL Corp (PPL) Debt Ratio (2009 - 2011)
Ppl's (PPL) quarterly Debt Ratio came in at 0.46 in Q2 2011, up 55.11% year-over-year from 0.29 in Q2 2010, and up 6.46% quarter-over-quarter from 0.43 in Q1 2011.
PPL Corp (PPL) Debt Ratio (2009 - 2011) Analysis & Trends
Ppl has disclosed Debt Ratio across 3 years of filings, most recently posting 0.46 for Q2 2011.
- In Q2 2011, Debt Ratio rose 55.11% year-over-year to 0.46; the TTM figure through Jun 2011 stood at 0.46 (up 55.11% YoY), while the FY2010 annual figure was 0.41, up 8.6% from the prior year.
- Debt Ratio came in at 0.46 for Q2 2011 at Ppl, up from 0.43 in the prior quarter.
- In the past five years, Debt Ratio ranged from a high of 0.46 in Q2 2011 to a low of 0.27 in Q1 2010.
- Average Debt Ratio over 3 years is 0.37, with a median of 0.38 recorded in 2009.
- Year-over-year, Debt Ratio retreated 22.08% in 2010 and soared 57.02% in 2011.
- Over 3 years, Debt Ratio stood at 0.38 in 2009, then grew by 8.6% to 0.41 in 2010, then advanced by 10.4% to 0.46 in 2011.
- Per Business Quant data, the three most recent Debt Ratio figures were 0.46 in Q2 2011, 0.43 in Q1 2011, and 0.41 in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 0.46 |
| Mar 31, 2011 | 0.43 |
| Dec 31, 2010 | 0.41 |
| Sep 30, 2010 | 0.36 |
| Jun 30, 2010 | 0.29 |
| Mar 31, 2010 | 0.27 |
| Dec 31, 2009 | 0.38 |
| Sep 30, 2009 | 0.39 |
| Jun 30, 2009 | 0.38 |
PPL Corp Debt 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=debt-ratio&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-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=debt-ratio&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();