PG&E Corp (PCG) Prepaid Assets (2009 - 2011)
Pg&E (PCG) posted Prepaid Assets of $248.0 million for Q1 2011, up 28.5% on a QoQ basis from $193.0 million in Q4 2010, and down 66.17% year-over-year from $733.0 million in Q1 2010.
PG&E Corp (PCG) Prepaid Assets (2009 - 2011) Analysis & Trends
Pg&E has reported Prepaid Assets for 3 years, with the latest figure at $248.0 million in Q1 2011.
- On a quarterly basis, Prepaid Assets fell 66.17% year-over-year to $248.0 million in Q1 2011; TTM through Mar 2011 was $248.0 million, a 66.17% decrease from a year earlier, with the FY2010 full-year figure at $193.0 million, down 19.58% from the prior year.
- Prepaid Assets was $248.0 million for Q1 2011 at Pg&E, up from $193.0 million in the prior quarter.
- The five-year high for Prepaid Assets was $807.0 million in Q3 2010, with the low at $193.0 million in Q4 2010.
- Average Prepaid Assets over 3 years is $547.0 million, with a median of $686.5 million recorded in 2009.
- The sharpest annual moves came in 2010 and 2011: Prepaid Assets increased 26.09% in 2010, then sank 66.17% in 2011.
- Over 3 years, Prepaid Assets stood at $240.0 million in 2009, then fell by 19.58% to $193.0 million in 2010, then advanced by 28.5% to $248.0 million in 2011.
- The last three Prepaid Assets figures came in at $248.0 million (Q1 2011), $193.0 million (Q4 2010), and $807.0 million (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 248.00 Mn |
| Dec 31, 2010 | 193.00 Mn |
| Sep 30, 2010 | 807.00 Mn |
| Jun 30, 2010 | 734.00 Mn |
| Mar 31, 2010 | 733.00 Mn |
| Dec 31, 2009 | 240.00 Mn |
| Sep 30, 2009 | 640.00 Mn |
| Jun 30, 2009 | 781.00 Mn |
PG&E Corp Prepaid Assets 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=prepaid-assets&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "prepaid-assets", "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=prepaid-assets&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();