Electro Sensors Inc (ELSE) Current Deferred Tax Assets (2015 - 2016)
Electro Sensors (ELSE) posted Current Deferred Tax Assets of $16000.0 for Q2 2016, up 1500.0% on a QoQ basis from $1000.0 in Q1 2016.
Electro Sensors Inc (ELSE) Current Deferred Tax Assets (2015 - 2016) Analysis & Trends
Electro Sensors has reported Current Deferred Tax Assets for 2 years, with the latest figure at $16000.0 in Q2 2016.
- On a quarterly basis, Current Deferred Tax Assets changed N/A year-over-year to $16000.0 in Q2 2016; TTM through Jun 2016 was $16000.0, a N/A change from a year earlier, with the FY2015 full-year figure at $14000.0, changed N/A from the prior year.
- Current Deferred Tax Assets was $16000.0 for Q2 2016 at Electro Sensors, up from $1000.0 in the prior quarter.
- The five-year high for Current Deferred Tax Assets was $16000.0 in Q2 2016, with the low at $1000.0 in Q1 2016.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2016 | 16,000.00 |
| Mar 31, 2016 | 1,000.00 |
| Dec 31, 2015 | 14,000.00 |
| Sep 30, 2015 | 12,000.00 |
Electro Sensors Inc Current Deferred Tax Assets 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-tax-assets&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-assets", "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-tax-assets&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();