PPL Corp (PPL) Change in Account Payables (2009 - 2011)
Ppl's (PPL) quarterly Change in Account Payables came in at -$63.0 million in Q2 2011, up 75.1% year-over-year from -$36.0 million in Q2 2010, and up 67.69% quarter-over-quarter from -$195.0 million in Q1 2011.
PPL Corp (PPL) Change in Account Payables (2009 - 2011) Analysis & Trends
Ppl has disclosed Change in Account Payables across 3 years of filings, most recently posting -$63.0 million for Q2 2011.
- In Q2 2011, Change in Account Payables rose 75.1% year-over-year to -$63.0 million; the TTM figure through Jun 2011 stood at -$140.0 million (down 160.61% YoY), while the FY2010 annual figure was $216.0 million, down 35.33% from the prior year.
- Change in Account Payables came in at -$63.0 million for Q2 2011 at Ppl, up from -$195.0 million in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $351.0 million in Q1 2010 to a low of -$253.0 million in Q2 2010.
- Average Change in Account Payables over 3 years is $29.2 million, with a median of $55.5 million recorded in 2009.
- The largest YoY upside for Change in Account Payables was 487.5% in 2010 against a maximum downside of 495.31% in 2010.
- Over 3 years, Change in Account Payables stood at $8.0 million in 2009, then soared by 487.5% to $47.0 million in 2010, then sank by 234.04% to -$63.0 million in 2011.
- Per Business Quant data, the three most recent Change in Account Payables figures were -$63.0 million in Q2 2011, -$195.0 million in Q1 2011, and $47.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | -63.00 Mn |
| Mar 31, 2011 | -195.00 Mn |
| Dec 31, 2010 | 47.00 Mn |
| Sep 30, 2010 | 71.00 Mn |
| Jun 30, 2010 | -253.00 Mn |
| Mar 31, 2010 | 351.00 Mn |
| Dec 31, 2009 | 8.00 Mn |
| Sep 30, 2009 | 125.00 Mn |
| Jun 30, 2009 | 64.00 Mn |
| Mar 31, 2009 | 137.00 Mn |
PPL Corp Change in Account 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=change-in-account-payables&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-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=change-in-account-payables&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();