PG&E Corp (PCG) Current Taxes (2009 - 2011)
Pg&E (PCG) posted Current Taxes of $128.0 million for Q1 2011, up 66.23% on a QoQ basis from $77.0 million in Q4 2010, and down 52.24% year-over-year from $268.0 million in Q1 2010.
PG&E Corp (PCG) Current Taxes (2009 - 2011) Analysis & Trends
Pg&E has reported Current Taxes for 3 years, with the latest figure at $128.0 million in Q1 2011.
- On a quarterly basis, Current Taxes fell 52.24% year-over-year to $128.0 million in Q1 2011; TTM through Mar 2011 was $128.0 million, a 52.24% decrease from a year earlier, with the FY2010 full-year figure at $77.0 million, down 64.02% from the prior year.
- Current Taxes was $128.0 million for Q1 2011 at Pg&E, up from $77.0 million in the prior quarter.
- The five-year high for Current Taxes was $634.0 million in Q2 2010, with the low at $77.0 million in Q4 2010.
- Average Current Taxes over 3 years is $310.0 million, with a median of $260.0 million recorded in 2010.
- The sharpest annual moves came in 2010 and 2011: Current Taxes slumped 64.02% in 2010, then sank 52.24% in 2011.
- Over 3 years, Current Taxes stood at $214.0 million in 2009, then plunged by 64.02% to $77.0 million in 2010, then jumped by 66.23% to $128.0 million in 2011.
- The last three Current Taxes figures came in at $128.0 million (Q1 2011), $77.0 million (Q4 2010), and $260.0 million (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 128.00 Mn |
| Dec 31, 2010 | 77.00 Mn |
| Sep 30, 2010 | 260.00 Mn |
| Jun 30, 2010 | 634.00 Mn |
| Mar 31, 2010 | 268.00 Mn |
| Dec 31, 2009 | 214.00 Mn |
| Sep 30, 2009 | 589.00 Mn |
PG&E Corp Current Taxes 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=current-taxes&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-taxes", "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=current-taxes&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();