PPL Corp (PPL) Revenue (2009 - 2011)
Ppl's (PPL) quarterly Revenue came in at $2.5 billion in Q2 2011, up 68.97% year-over-year from $1.5 billion in Q2 2010, and down 14.47% quarter-over-quarter from $2.9 billion in Q1 2011.
PPL Corp (PPL) Revenue (2009 - 2011) Analysis & Trends
Ppl has disclosed Revenue across 3 years of filings, most recently posting $2.5 billion for Q2 2011.
- In Q2 2011, Revenue rose 68.97% year-over-year to $2.5 billion; the TTM figure through Jun 2011 stood at $9.4 billion (up 18.44% YoY), while the FY2010 annual figure was $8.5 billion, up 14.39% from the prior year.
- Revenue came in at $2.5 billion for Q2 2011 at Ppl, down from $2.9 billion in the prior quarter.
- In the past five years, Revenue ranged from a high of $3.0 billion in Q1 2010 to a low of $1.5 billion in Q2 2010.
- Average Revenue over 3 years is $2.1 billion, with a median of $2.0 billion recorded in 2010.
- Year-over-year, Revenue fell 10.35% in 2010 and jumped 68.97% in 2011.
- Over 3 years, Revenue stood at $1.7 billion in 2009, then gained by 8.95% to $1.9 billion in 2010, then soared by 33.6% to $2.5 billion in 2011.
- Per Business Quant data, the three most recent Revenue figures were $2.5 billion in Q2 2011, $2.9 billion in Q1 2011, and $1.9 billion in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 2.49 Bn |
| Mar 31, 2011 | 2.91 Bn |
| Dec 31, 2010 | 1.86 Bn |
| Sep 30, 2010 | 2.18 Bn |
| Jun 30, 2010 | 1.47 Bn |
| Mar 31, 2010 | 3.01 Bn |
| Dec 31, 2009 | 1.71 Bn |
| Sep 30, 2009 | 1.78 Bn |
| Jun 30, 2009 | 1.64 Bn |
| Mar 31, 2009 | 2.31 Bn |
PPL Corp Revenue 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=revenue&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();