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