'+ '
'+ '
{{currency}}{{tradePrice}}
'+ '
'+ '
'+ ''+ '{{uodSymbol}}{{change}}'+ ''+ ''+ ''+ '{{uodSymbol}}{{percChange}}%'+ ''+ ''+ '
'+ '
'+ 'Volume '+ '{{volume}}'+ '
'+ '
'+ '
'+ '
'+ '
'+ '
Intraday High
'+ '
{{currency}}{{high}}
'+ '
'+ '
'+ '
52 Week High
'+ '
{{currency}}{{high52}}
'+ '
'+ '
'+ '
'+ '
'+ '
Intraday Low
'+ '
{{currency}}{{low}}
'+ '
'+ '
'+ '
52 Week Low
'+ '
{{currency}}{{low52}}
'+ '
'+ '
'+ '
'+ '
'+ '
Today\'s Open
'+ '
{{currency}}{{open}}
'+ '
'+ '
'+ '
Previous Close
'+ '
{{currency}}{{previousClose}}
'+ '
'+ '
'+ '

'+ '{{tradeDate}} {{tradeTime}}'+ 'Pricing delayed 20 minutes'+ '

'+ '
'+ '
'+ '
'+ '{{/.}}' /* beautify preserve:end */ ), beforeRender: function(event,data){ data.items[0].currency = data.items[0].symbol == '8LS' ? '€' : '$'; } }); });

Stock Chart

Historical Stock Quote

Lookup Date

Investment Calculator

Investment Amount ($)
Start Date
End Date
Compare to:
S&P 500 Nasdaq 100 Dow 30 Other
' + '
' + '
' + '' + '' + '' + '' + '{{#compare}}{{/compare}}' + '' + '' + '' + '' + '{{#compare}}{{/compare}}' + '' + '' + '' + '' + '{{#compare}}{{/compare}}' + '' + '' + '' + '' + '{{#compare}}{{/compare}}' + '' + '' + '' + '' + '{{#compare}}{{/compare}}' + '' + '' + '' + '' + '{{#compare}}{{/compare}}' + '' + '' + '' + '' + '{{#compare}}{{/compare}}' + '' + '' + '' + '' + '{{#compare}}{{/compare}}' + '' + '' + '' + '' + '{{#compare}}{{/compare}}' + '' + '' + '' + '' + '{{#compare}}{{/compare}}' + '' + '
Breakdown{{name}}{{name}}
Start Date{{startDate}}{{startDate}}
End Date{{endDate}}{{endDate}}
Start Price/Share{{currency}}{{startPrice}}{{currency}}{{startPrice}}
End Price/Share{{currency}}{{endPrice}}{{currency}}{{endPrice}}
Total Return{{totalReturn}}%{{totalReturn}}%
Compound Annual Growth Rate{{cagr}}%{{cagr}}%
Starting Investment{{currency}}{{startAmount}}{{currency}}{{startAmount}}
Ending Investment{{currency}}{{endAmount}}{{currency}}{{endAmount}}
Years{{years}}{{years}}
' + '
' ), beforeRender: function(event,data){ console.log(data); data.tplData.currency = data.tplData.symbol == '8LS' ? '€' : '$'; }, complete: function(){ $('.calc-input-group .other').on('ifChanged', 'input[type="checkbox"]', function(){ $('input[type=text].calc-compare').toggle(); }); if (!!$.datepicker) { $(document).unbind('mousedown', $.datepicker._checkExternalClick); $('html').mousedown($.datepicker._checkExternalClick); } }, calculateComplete: function(event){ $(window).resize(); }, }); });