Electro Sensors Inc (ELSE) Current Deferred Revenue (2010 - 2011)
Electro Sensors (ELSE) posted Current Deferred Revenue of $65000.0 for Q2 2011, down 7.14% on a QoQ basis from $70000.0 in Q4 2010.
Electro Sensors Inc (ELSE) Current Deferred Revenue (2010 - 2011) Analysis & Trends
Electro Sensors has reported Current Deferred Revenue for 2 years, with the latest figure at $65000.0 in Q2 2011.
- On a quarterly basis, Current Deferred Revenue changed N/A year-over-year to $65000.0 in Q2 2011; TTM through Jun 2011 was $65000.0, a N/A change from a year earlier, with the FY2010 full-year figure at $70000.0, changed N/A from the prior year.
- Current Deferred Revenue was $65000.0 for Q2 2011 at Electro Sensors, down from $70000.0 in the prior quarter.
- The five-year high for Current Deferred Revenue was $70000.0 in Q4 2010, with the low at $65000.0 in Q2 2011.
Peer Comparison
Electro Sensors Inc Current Deferred Revenue 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=current-deferred-revenue&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-revenue", "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=current-deferred-revenue&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();