PG&E Corp (PCG) EBIT (2009 - 2011)
Pg&E (PCG) posted EBIT of $484.0 million for Q1 2011, down 2.02% on a QoQ basis from $494.0 million in Q4 2010, and down 21.68% year-over-year from $618.0 million in Q1 2010.
PG&E Corp (PCG) EBIT (2009 - 2011) Analysis & Trends
Pg&E has reported EBIT for 3 years, with the latest figure at $484.0 million in Q1 2011.
- On a quarterly basis, EBIT fell 21.68% year-over-year to $484.0 million in Q1 2011; TTM through Mar 2011 was $2.2 billion, a 9.56% decrease from a year earlier, with the FY2010 full-year figure at $2.3 billion, changed 0.39% from the prior year.
- EBIT was $484.0 million for Q1 2011 at Pg&E, down from $494.0 million in the prior quarter.
- The five-year high for EBIT was $695.0 million in Q2 2010, with the low at $484.0 million in Q1 2011.
- Average EBIT over 3 years is $566.1 million, with a median of $525.0 million recorded in 2009.
- The sharpest annual moves came in 2010 and 2011: EBIT climbed 20.47% in 2010, then retreated 21.68% in 2011.
- Over 3 years, EBIT stood at $525.0 million in 2009, then declined by 5.9% to $494.0 million in 2010, then slipped by 2.02% to $484.0 million in 2011.
- The last three EBIT figures came in at $484.0 million (Q1 2011), $494.0 million (Q4 2010), and $503.0 million (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 484.00 Mn |
| Dec 31, 2010 | 494.00 Mn |
| Sep 30, 2010 | 503.00 Mn |
| Jun 30, 2010 | 695.00 Mn |
| Mar 31, 2010 | 618.00 Mn |
| Dec 31, 2009 | 525.00 Mn |
| Sep 30, 2009 | 607.00 Mn |
| Jun 30, 2009 | 656.00 Mn |
| Mar 31, 2009 | 513.00 Mn |
PG&E Corp EBIT 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=ebit&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();