Electro Sensors Inc (ELSE) Dividend Yield (2010 - 2013)
Electro Sensors (ELSE) posted Dividend Yield of 0.97% for Q2 2013, up 3.4% on a QoQ basis from 0.94% in Q1 2013, and little changed year-over-year from 0.97% in Q2 2012.
Electro Sensors Inc (ELSE) Dividend Yield (2010 - 2013) Analysis & Trends
Electro Sensors has reported Dividend Yield for 4 years, with the latest figure at 0.97% in Q2 2013.
- On a quarterly basis, Dividend Yield changed 0.0% year-over-year to 0.97% in Q2 2013; TTM through Mar 2014 was 1.01%, a 275.0% decrease from a year earlier, with the FY2013 full-year figure at 2.0%, down 225.0% from the prior year.
- Dividend Yield was 0.97% for Q2 2013 at Electro Sensors, up from 0.94% in the prior quarter.
- The five-year high for Dividend Yield was 1.13% in Q3 2011, with the low at 0.89% in Q2 2011.
- Average Dividend Yield over 4 years is 0.98%, with a median of 0.98% recorded in 2012.
- The sharpest annual moves came in 2011 and 2012: Dividend Yield rose 13 bps in 2011, then fell 14 bps in 2012.
- Over 4 years, Dividend Yield stood at 0.89% in 2010, then advanced by 13 bps to 1.01% in 2011, then rose by 5 bps to 1.06% in 2012, then dropped by 9 bps to 0.97% in 2013.
- The last three Dividend Yield figures came in at 0.97% (Q2 2013), 0.94% (Q1 2013), and 1.06% (Q4 2012), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2013 | 0.97% |
| Mar 31, 2013 | 0.94% |
| Dec 31, 2012 | 1.06% |
| Sep 30, 2012 | 0.99% |
| Jun 30, 2012 | 0.98% |
| Mar 31, 2012 | 0.99% |
| Dec 31, 2011 | 1.01% |
| Sep 30, 2011 | 1.13% |
| Jun 30, 2011 | 0.89% |
| Mar 31, 2011 | 0.90% |
| Dec 31, 2010 | 0.89% |
| Sep 30, 2010 | 1.00% |
Electro Sensors Inc Dividend Yield 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=dividend-yield&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "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=dividend-yield&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();