PPL Corp (PPL) Gross Profit (2009 - 2011)
Ppl's (PPL) quarterly Gross Profit came in at $1.8 billion in Q2 2011, up 67.55% year-over-year from $1.1 billion in Q2 2010, and down 24.11% quarter-over-quarter from $2.3 billion in Q1 2011.
PPL Corp (PPL) Gross Profit (2009 - 2011) Analysis & Trends
Ppl has disclosed Gross Profit across 3 years of filings, most recently posting $1.8 billion for Q2 2011.
- In Q2 2011, Gross Profit rose 67.55% year-over-year to $1.8 billion; the TTM figure through Jun 2011 stood at $7.2 billion (up 12.93% YoY), while the FY2010 annual figure was $6.8 billion, up 12.17% from the prior year.
- Gross Profit came in at $1.8 billion for Q2 2011 at Ppl, down from $2.3 billion in the prior quarter.
- In the past five years, Gross Profit ranged from a high of $2.6 billion in Q1 2010 to a low of $1.1 billion in Q2 2010.
- Average Gross Profit over 3 years is $1.7 billion, with a median of $1.6 billion recorded in 2009.
- Year-over-year, Gross Profit retreated 18.23% in 2010 and jumped 67.55% in 2011.
- Over 3 years, Gross Profit stood at $1.3 billion in 2009, then advanced by 0.38% to $1.3 billion in 2010, then soared by 32.19% to $1.8 billion in 2011.
- Per Business Quant data, the three most recent Gross Profit figures were $1.8 billion in Q2 2011, $2.3 billion in Q1 2011, and $1.3 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 1.77 Bn |
| Mar 31, 2011 | 2.33 Bn |
| Dec 31, 2010 | 1.34 Bn |
| Sep 30, 2010 | 1.81 Bn |
| Jun 30, 2010 | 1.05 Bn |
| Mar 31, 2010 | 2.56 Bn |
| Dec 31, 2009 | 1.33 Bn |
| Sep 30, 2009 | 1.47 Bn |
| Jun 30, 2009 | 1.29 Bn |
| Mar 31, 2009 | 1.94 Bn |
PPL Corp Gross Profit 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=gross-profit&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-profit", "ticker": "PPL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=gross-profit&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();