Electro Sensors Inc (ELSE) Gains from Investment Securities (2016 - 2017)
Electro Sensors (ELSE) posted Gains from Investment Securities of $8000.0 for Q4 2017, up 104.26% on a QoQ basis from -$188000.0 in Q4 2016, and up 104.26% year-over-year from $3916.7 in Q4 2016.
Electro Sensors Inc (ELSE) Gains from Investment Securities (2016 - 2017) Analysis & Trends
Electro Sensors has reported Gains from Investment Securities for 2 years, with the latest figure at $8000.0 in Q4 2017.
- On a quarterly basis, Gains from Investment Securities rose 104.26% year-over-year to $8000.0 in Q4 2017; TTM through Dec 2018 was $8000.0, a 104.44% increase from a year earlier, with the FY2017 full-year figure at -$45000.0, up 82.69% from the prior year.
- Gains from Investment Securities was $8000.0 for Q4 2017 at Electro Sensors, up from -$188000.0 in the prior quarter.
- The five-year high for Gains from Investment Securities was $8000.0 in Q4 2017, with the low at -$188000.0 in Q4 2016.
Peer Comparison
Electro Sensors Inc Gains from Investment Securities 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=gains-from-investment-securities&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();