Electro Sensors Inc (ELSE) Other Non-Current Liabilities (2016)
Electro Sensors (ELSE) posted Other Non-Current Liabilities of $195000.0 for Q4 2016.
Analysis
Electro Sensors Inc (ELSE) Other Non-Current Liabilities (2016) Analysis & Trends
Electro Sensors has reported Other Non-Current Liabilities for 1 years, with the latest figure at $195000.0 in Q4 2016.
- On a quarterly basis, Other Non-Current Liabilities changed N/A year-over-year to $195000.0 in Q4 2016; TTM through Dec 2016 was $195000.0, a N/A change from a year earlier, with the FY2016 full-year figure at $195000.0, changed N/A from the prior year.
- Other Non-Current Liabilities was $195000.0 for Q4 2016 at Electro Sensors.
- The five-year high for Other Non-Current Liabilities was $195000.0 in Q4 2016, with the low at $195000.0 in Q4 2016.
Peer Set
Peer Comparison
API Access
Electro Sensors Inc Other Non-Current Liabilities 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=other-non-current-liabilities&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-liabilities", "ticker": "ELSE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-current-liabilities&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();