PG&E Corp (PCG) Receivables - Other (2009 - 2011)
Pg&E (PCG) posted Receivables - Other of $814.0 million for Q1 2011, up 2.52% on a QoQ basis from $794.0 million in Q4 2010.
Analysis
PG&E Corp (PCG) Receivables - Other (2009 - 2011) Analysis & Trends
Pg&E has reported Receivables - Other for 3 years, with the latest figure at $814.0 million in Q1 2011.
- On a quarterly basis, Receivables - Other changed N/A year-over-year to $814.0 million in Q1 2011; TTM through Mar 2011 was $814.0 million, a N/A change from a year earlier, with the FY2010 full-year figure at $794.0 million, up 5.87% from the prior year.
- Receivables - Other was $814.0 million for Q1 2011 at Pg&E, up from $794.0 million in the prior quarter.
- The five-year high for Receivables - Other was $814.0 million in Q1 2011, with the low at $20.0 million in Q4 2009.
- Average Receivables - Other over 3 years is $634.6 million, with a median of $786.0 million recorded in 2010.
- The largest YoY upside for Receivables - Other was 3870.0% in 2010 against a maximum downside of 3870.0% in 2010.
- Over 3 years, Receivables - Other stood at $20.0 million in 2009, then soared by 3870.0% to $794.0 million in 2010, then advanced by 2.52% to $814.0 million in 2011.
- The last three Receivables - Other figures came in at $814.0 million (Q1 2011), $794.0 million (Q4 2010), and $786.0 million (Q3 2010), per Business Quant data.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 814.00 Mn |
| Dec 31, 2010 | 794.00 Mn |
| Sep 30, 2010 | 786.00 Mn |
| Jun 30, 2010 | 759.00 Mn |
| Dec 31, 2009 | 20.00 Mn |
API Access
PG&E Corp Receivables - Other 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=receivables-other&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();