PPL Corp (PPL) Preferred Dividend Payments (2010 - 2011)
Ppl's (PPL) quarterly Preferred Dividend Payments came in at $4.0 million in Q2 2011, down 42.86% year-over-year from $7.0 million in Q2 2010, and down 42.86% quarter-over-quarter from $7.0 million in Q2 2010.
PPL Corp (PPL) Preferred Dividend Payments (2010 - 2011) Analysis & Trends
Ppl has disclosed Preferred Dividend Payments across 2 years of filings, most recently posting $4.0 million for Q2 2011.
Peer Comparison
PPL Corp Preferred Dividend Payments 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-dividend-payments&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-dividend-payments", "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-dividend-payments&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();