Electro Sensors Inc (ELSE) Income from Discontinued Operations (2010 - 2011)
Electro Sensors (ELSE) posted Income from Discontinued Operations of -$9000.0 for Q4 2011, up 47.06% on a QoQ basis from -$17000.0 in Q3 2011, and down 200.0% year-over-year from $9000.0 in Q4 2010.
Electro Sensors Inc (ELSE) Income from Discontinued Operations (2010 - 2011) Analysis & Trends
Electro Sensors has reported Income from Discontinued Operations for 2 years, with the latest figure at -$9000.0 in Q4 2011.
- On a quarterly basis, Income from Discontinued Operations fell 200.0% year-over-year to -$9000.0 in Q4 2011; TTM through Sep 2012 was -$9000.0, a 83.02% increase from a year earlier, with the FY2011 full-year figure at -$50000.0, down 284.62% from the prior year.
- Income from Discontinued Operations was -$9000.0 for Q4 2011 at Electro Sensors, up from -$17000.0 in the prior quarter.
- The five-year high for Income from Discontinued Operations was $1000.0 in Q2 2011, with the low at -$34000.0 in Q1 2011.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2011 | -9,000.00 |
| Sep 30, 2011 | -17,000.00 |
| Jun 30, 2011 | 1,000.00 |
| Mar 31, 2011 | -34,000.00 |
| Dec 31, 2010 | -3,000.00 |
| Sep 30, 2010 | -7,000.00 |
Electro Sensors Inc Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();