Electro Sensors Inc has paid 36 recorded cash distributions, spanning 2004 to 2013.
The highest single cash dividend paid by Electro Sensors Inc is $1.00. The latest distribution of $0.04 was recorded on May 24, 2013.
The most recently recorded trailing dividend yield for Electro Sensors Inc stands at 0.00%, peaking at 483.98% on Oct 4, 2011, and averaging — across the selected range.
View 36 recorded historical distributions for Electro Sensors Inc, covering a time period spanning from 2004 to 2013.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | May 8, 2013 | $0.04 | Cash | May 24, 2013 |
| 2 | Feb 6, 2013 | $0.04 | Cash | Feb 22, 2013 |
| 3 | Oct 31, 2012 | $0.04 | Cash | Nov 16, 2012 |
| 4 | Aug 1, 2012 | $0.04 | Cash | Aug 17, 2012 |
| 5 | May 2, 2012 | $0.04 | Cash | May 18, 2012 |
| 6 | Feb 1, 2012 | $0.04 | Cash | Feb 17, 2012 |
| 7 | Nov 2, 2011 | $0.04 | Cash | Nov 18, 2011 |
| 8 | Aug 3, 2011 | $0.04 | Cash | Aug 19, 2011 |
| 9 | May 4, 2011 | $0.04 | Cash | May 20, 2011 |
| 10 | Feb 2, 2011 | $0.04 | Cash | Feb 18, 2011 |
| 11 | Nov 3, 2010 | $0.04 | Cash | Nov 19, 2010 |
| 12 | Aug 4, 2010 | $0.04 | Cash | Aug 20, 2010 |
| 13 | May 5, 2010 | $0.04 | Cash | May 21, 2010 |
| 14 | Feb 3, 2010 | $0.04 | Cash | Feb 19, 2010 |
| 15 | Nov 4, 2009 | $0.04 | Cash | Nov 20, 2009 |
| 16 | Aug 5, 2009 | $0.04 | Cash | Aug 21, 2009 |
| 17 | May 6, 2009 | $0.04 | Cash | May 22, 2009 |
| 18 | Feb 4, 2009 | $0.04 | Cash | Feb 20, 2009 |
| 19 | Nov 5, 2008 | $0.04 | Cash | Nov 21, 2008 |
| 20 | Aug 6, 2008 | $0.04 | Cash | Aug 22, 2008 |
Pull Electro Sensors Inc's full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=ELSE&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "ELSE", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=ELSE&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();