Universal Technical Institute Inc has paid 18 recorded cash distributions, spanning 2010 to 2016.
The highest single cash dividend paid by Universal Technical Institute Inc is $1.50. The latest distribution of $0.02 was recorded on Mar 31, 2016.
The most recently recorded trailing dividend yield for Universal Technical Institute Inc stands at 0.00%, peaking at 1,136.32% on Sep 28, 2015, and averaging — across the selected range.
View 18 recorded historical distributions for Universal Technical Institute Inc, covering a time period spanning from 2010 to 2016.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Mar 17, 2016 | $0.02 | Cash | Mar 31, 2016 |
| 2 | Dec 2, 2015 | $0.02 | Cash | Dec 18, 2015 |
| 3 | Sep 24, 2015 | $0.02 | Cash | Oct 5, 2015 |
| 4 | Jun 17, 2015 | $0.10 | Cash | Jun 30, 2015 |
| 5 | Mar 18, 2015 | $0.10 | Cash | Mar 31, 2015 |
| 6 | Dec 4, 2014 | $0.10 | Cash | Dec 19, 2014 |
| 7 | Sep 17, 2014 | $0.10 | Cash | Sep 30, 2014 |
| 8 | Jun 18, 2014 | $0.10 | Cash | Jun 30, 2014 |
| 9 | Mar 13, 2014 | $0.10 | Cash | Mar 31, 2014 |
| 10 | Dec 6, 2013 | $0.10 | Cash | Dec 20, 2013 |
| 11 | Sep 18, 2013 | $0.10 | Cash | Sep 30, 2013 |
| 12 | Jun 19, 2013 | $0.10 | Cash | Jun 28, 2013 |
| 13 | Mar 13, 2013 | $0.10 | Cash | Mar 29, 2013 |
| 14 | Dec 5, 2012 | $0.10 | Cash | Dec 21, 2012 |
| 15 | Sep 19, 2012 | $0.10 | Cash | Sep 28, 2012 |
| 16 | Jun 14, 2012 | $0.10 | Cash | Jun 29, 2012 |
| 17 | Mar 13, 2012 | $0.10 | Cash | Mar 30, 2012 |
| 18 | Jul 1, 2010 | $1.50 | Cash | Jul 16, 2010 |
Pull Universal Technical Institute 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=UTI&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "UTI", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=UTI&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();