Electro Sensors Inc (ELSE) Non Operating Investment Income (2011 - 2020)
Electro Sensors (ELSE) posted Non Operating Investment Income of -$3000.0 for Q1 2020, down 100.47% on a QoQ basis from $634000.0 in Q2 2015.
Electro Sensors Inc (ELSE) Non Operating Investment Income (2011 - 2020) Analysis & Trends
Electro Sensors has reported Non Operating Investment Income for 6 years, with the latest figure at -$3000.0 in Q1 2020.
- On a quarterly basis, Non Operating Investment Income changed N/A year-over-year to -$3000.0 in Q1 2020; TTM through Mar 2021 was -$3000.0, a 0.0% change from a year earlier, with the FY2015 full-year figure at $1.4 million, up 24.59% from the prior year.
- Non Operating Investment Income was -$3000.0 for Q1 2020 at Electro Sensors, down from $634000.0 in the prior quarter.
- The five-year high for Non Operating Investment Income was -$3000.0 in Q1 2020, with the low at -$3000.0 in Q1 2020.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2020 | -3,000.00 |
| Jun 30, 2015 | 634,000.00 |
| Mar 31, 2015 | 815,000.00 |
| Dec 31, 2014 | 155,000.00 |
| Sep 30, 2014 | 258,000.00 |
| Jun 30, 2014 | 203,000.00 |
| Mar 31, 2014 | 547,000.00 |
| Sep 30, 2013 | 129,000.00 |
| Jun 30, 2013 | 298,000.00 |
| Mar 31, 2013 | 103,000.00 |
| Dec 31, 2012 | 794,000.00 |
| Dec 31, 2011 | 72,000.00 |
| Jun 30, 2011 | 1,000.00 |
Electro Sensors Inc Non Operating Investment Income 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=non-operating-investment-income&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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=non-operating-investment-income&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();