PPL Corp (PPL) Asset Utilization Ratio (2009 - 2011)
Ppl's (PPL) quarterly Asset Utilization Ratio came in at 0.26 in Q2 2011, up 6.15% year-over-year from 0.24 in Q2 2010, and little changed quarter-over-quarter from 0.26 in Q1 2011.
PPL Corp (PPL) Asset Utilization Ratio (2009 - 2011) Analysis & Trends
Ppl has disclosed Asset Utilization Ratio across 3 years of filings, most recently posting 0.26 for Q2 2011.
- In Q2 2011, Asset Utilization Ratio rose 6.15% year-over-year to 0.26; the TTM figure through Jun 2011 stood at 0.26 (up 6.15% YoY), while the FY2010 annual figure was 0.31, down 9.38% from the prior year.
- Asset Utilization Ratio came in at 0.26 for Q2 2011 at Ppl, roughly flat from 0.26 in the prior quarter.
- In the past five years, Asset Utilization Ratio ranged from a high of 0.37 in Q3 2009 to a low of 0.24 in Q2 2010.
- Average Asset Utilization Ratio over 3 years is 0.29, with a median of 0.28 recorded in 2010.
- Year-over-year, Asset Utilization Ratio dropped 23.03% in 2010 and climbed 6.15% in 2011.
- Over 3 years, Asset Utilization Ratio stood at 0.34 in 2009, then declined by 15.29% to 0.29 in 2010, then retreated by 9.94% to 0.26 in 2011.
- Per Business Quant data, the three most recent Asset Utilization Ratio figures were 0.26 in Q2 2011, 0.26 in Q1 2011, and 0.29 in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 0.26 |
| Mar 31, 2011 | 0.26 |
| Dec 31, 2010 | 0.29 |
| Sep 30, 2010 | 0.28 |
| Jun 30, 2010 | 0.24 |
| Mar 31, 2010 | 0.30 |
| Dec 31, 2009 | 0.34 |
| Sep 30, 2009 | 0.37 |
PPL Corp Asset Utilization 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=asset-utilization-ratio&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-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=asset-utilization-ratio&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();