PPL Corp (PPL) Notes Payables (2009 - 2011)
Ppl's (PPL) quarterly Notes Payables came in at $431.0 million in Q2 2011, down 7.51% year-over-year from $466.0 million in Q2 2010, and down 51.08% quarter-over-quarter from $881.0 million in Q1 2011.
PPL Corp (PPL) Notes Payables (2009 - 2011) Analysis & Trends
Ppl has disclosed Notes Payables across 3 years of filings, most recently posting $431.0 million for Q2 2011.
- In Q2 2011, Notes Payables fell 7.51% year-over-year to $431.0 million; the TTM figure through Jun 2011 stood at $431.0 million (down 7.51% YoY), while the FY2010 annual figure was $694.0 million, up 8.61% from the prior year.
- Notes Payables came in at $431.0 million for Q2 2011 at Ppl, down from $881.0 million in the prior quarter.
- In the past five years, Notes Payables ranged from a high of $881.0 million in Q1 2011 to a low of $431.0 million in Q2 2011.
- Average Notes Payables over 3 years is $619.3 million, with a median of $620.0 million recorded in 2009.
- Year-over-year, Notes Payables dropped 23.73% in 2010 and gained 24.61% in 2011.
- Over 3 years, Notes Payables stood at $639.0 million in 2009, then advanced by 8.61% to $694.0 million in 2010, then slumped by 37.9% to $431.0 million in 2011.
- Per Business Quant data, the three most recent Notes Payables figures were $431.0 million in Q2 2011, $881.0 million in Q1 2011, and $694.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 431.00 Mn |
| Mar 31, 2011 | 881.00 Mn |
| Dec 31, 2010 | 694.00 Mn |
| Sep 30, 2010 | 525.00 Mn |
| Jun 30, 2010 | 466.00 Mn |
| Mar 31, 2010 | 707.00 Mn |
| Dec 31, 2009 | 639.00 Mn |
| Sep 30, 2009 | 620.00 Mn |
| Jun 30, 2009 | 611.00 Mn |
PPL Corp Notes Payables 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=notes-payables&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();