PG&E Corp (PCG) Asset Utilization Ratio (2009 - 2011)
Pg&E (PCG) posted Asset Utilization Ratio of 0.3 for Q1 2011, little changed on a QoQ basis from 0.3 in Q4 2010, and down 2.66% year-over-year from 0.31 in Q1 2010.
PG&E Corp (PCG) Asset Utilization Ratio (2009 - 2011) Analysis & Trends
Pg&E has reported Asset Utilization Ratio for 3 years, with the latest figure at 0.3 in Q1 2011.
- On a quarterly basis, Asset Utilization Ratio fell 2.66% year-over-year to 0.3 in Q1 2011; TTM through Mar 2011 was 0.3, a 2.66% decrease from a year earlier, with the FY2010 full-year figure at 0.31, down 2.7% from the prior year.
- Asset Utilization Ratio was 0.3 for Q1 2011 at Pg&E, roughly flat from 0.3 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 0.32 in Q3 2009, with the low at 0.3 in Q1 2011.
- Average Asset Utilization Ratio over 3 years is 0.31, with a median of 0.31 recorded in 2010.
- The sharpest annual moves came in 2010 and 2011: Asset Utilization Ratio declined 3.48% in 2010, then slipped 2.66% in 2011.
- Over 3 years, Asset Utilization Ratio stood at 0.31 in 2009, then retreated by 3.24% to 0.3 in 2010, then declined by 0.22% to 0.3 in 2011.
- The last three Asset Utilization Ratio figures came in at 0.3 (Q1 2011), 0.3 (Q4 2010), and 0.31 (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 0.30 |
| Dec 31, 2010 | 0.30 |
| Sep 30, 2010 | 0.31 |
| Jun 30, 2010 | 0.31 |
| Mar 31, 2010 | 0.31 |
| Dec 31, 2009 | 0.31 |
| Sep 30, 2009 | 0.32 |
PG&E 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=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "ticker": "PCG", "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=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();