PPL Corp (PPL) Shares Outstanding (2009 - 2011)
Ppl's (PPL) quarterly Shares Outstanding (Entity) came in at $577.3 million in Q2 2011, up 53.05% year-over-year from $377.2 million in Q2 2010, and up 19.12% quarter-over-quarter from $484.6 million in Q1 2011.
PPL Corp (PPL) Shares Outstanding (2009 - 2011) Analysis & Trends
Ppl has disclosed Shares Outstanding (Entity) across 3 years of filings, most recently posting $577.3 million for Q2 2011.
- In Q2 2011, Shares Outstanding (Entity) rose 53.05% year-over-year to $577.3 million; the TTM figure through Jun 2011 stood at $577.3 million (up 53.05% YoY), while the FY2010 annual figure was $483.4 million, up 28.16% from the prior year.
- Shares Outstanding (Entity) came in at $577.3 million for Q2 2011 at Ppl, up from $484.6 million in the prior quarter.
- In the past five years, Shares Outstanding (Entity) ranged from a high of $577.3 million in Q2 2011 to a low of $375.6 million in Q1 2009.
- Average Shares Outstanding (Entity) over 3 years is $428.9 million, with a median of $377.7 million recorded in 2009.
- Year-over-year, Shares Outstanding (Entity) grew 0.28% in 2010 and soared 53.05% in 2011.
- Over 3 years, Shares Outstanding (Entity) stood at $377.2 million in 2009, then rose by 28.16% to $483.4 million in 2010, then grew by 19.42% to $577.3 million in 2011.
- Per Business Quant data, the three most recent Shares Outstanding (Entity) figures were $577.3 million in Q2 2011, $484.6 million in Q1 2011, and $483.4 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 561.65 Mn |
| Mar 31, 2011 | 484.14 Mn |
| Dec 31, 2010 | 431.35 Mn |
| Sep 30, 2010 | 482.55 Mn |
| Jun 30, 2010 | 381.90 Mn |
| Mar 31, 2010 | 377.72 Mn |
| Dec 31, 2009 | 376.08 Mn |
| Sep 30, 2009 | 376.38 Mn |
| Jun 30, 2009 | 375.88 Mn |
| Mar 31, 2009 | 375.11 Mn |
PPL Corp Shares Outstanding 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=shares-outstanding&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();