PPL Corp (PPL) Preferred Shares (2010 - 2011)
Ppl's (PPL) quarterly Preferred Shares came in at $250.0 million in Q2 2011, little changed quarter-over-quarter from $250.0 million in Q4 2010.
PPL Corp (PPL) Preferred Shares (2010 - 2011) Analysis & Trends
Ppl has disclosed Preferred Shares across 2 years of filings, most recently posting $250.0 million for Q2 2011.
- In Q2 2011, Preferred Shares changed N/A year-over-year to $250.0 million; the TTM figure through Jun 2011 stood at $250.0 million (changed N/A YoY), while the FY2010 annual figure was $250.0 million, changed N/A from the prior year.
- Preferred Shares came in at $250.0 million for Q2 2011 at Ppl, roughly flat from $250.0 million in the prior quarter.
- In the past five years, Preferred Shares ranged from a high of $250.0 million in Q4 2010 to a low of $250.0 million in Q4 2010.
Peer Comparison
PPL Corp Preferred Shares 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=preferred-shares&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-shares", "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=preferred-shares&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();