PG&E Corp (PCG) Current Deferred Tax Assets (2009 - 2010)
Pg&E (PCG) posted Current Deferred Tax Assets of $118.0 million for Q4 2010, down 64.67% on a QoQ basis from $334.0 million in Q4 2009, and down 64.67% year-over-year from $334.0 million in Q4 2009.
PG&E Corp (PCG) Current Deferred Tax Assets (2009 - 2010) Analysis & Trends
Pg&E has reported Current Deferred Tax Assets for 2 years, with the latest figure at $118.0 million in Q4 2010.
- On a quarterly basis, Current Deferred Tax Assets fell 64.67% year-over-year to $118.0 million in Q4 2010; TTM through Dec 2010 was $118.0 million, a 64.67% decrease from a year earlier, with the FY2010 full-year figure at $118.0 million, down 64.67% from the prior year.
- Current Deferred Tax Assets was $118.0 million for Q4 2010 at Pg&E, down from $334.0 million in the prior quarter.
- The five-year high for Current Deferred Tax Assets was $334.0 million in Q4 2009, with the low at $118.0 million in Q4 2010.
Peer Comparison
PG&E Corp Current Deferred Tax 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=current-deferred-tax-assets&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-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=current-deferred-tax-assets&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();