PPL Corp (PPL) Short-term Investments (2010)
Ppl's (PPL) quarterly Short-term Investments came in at $163.0 million in Q4 2010.
Analysis
PPL Corp (PPL) Short-term Investments (2010) Analysis & Trends
Ppl has disclosed Short-term Investments across 1 years of filings, most recently posting $163.0 million for Q4 2010.
- In Q4 2010, Short-term Investments changed N/A year-over-year to $163.0 million; the TTM figure through Dec 2010 stood at $163.0 million (changed N/A YoY), while the FY2010 annual figure was $163.0 million, changed N/A from the prior year.
- Short-term Investments came in at $163.0 million for Q4 2010 at Ppl.
- In the past five years, Short-term Investments ranged from a high of $163.0 million in Q4 2010 to a low of $163.0 million in Q4 2010.
Peer Set
Peer Comparison
API Access
PPL Corp Short-term Investments 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=short-term-investments&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();