آخرین قیمت

عنوان قیمت زنده تغییر کمترین بیشترین زمان
بیت کوین بر مبنای ریال 113293817000 257600000 111565607000 113952881000 ۱۴۰۵/۱/۲۱ ۲۱:۴۳:۴۱
بیت کوین کش بر مبنای ریال 689660100 6122600 679443400 696261000 ۱۴۰۵/۱/۲۱ ۲۱:۴۳:۴۱
اتریوم بر مبنای ریال 3483564300 12982100 3399717500 3506163700 ۱۴۰۵/۱/۲۱ ۲۱:۴۳:۴۱
تتر بر مبنای ریال 1552130 9760 1552020 1569560 ۱۴۰۵/۱/۲۱ ۲۱:۴۵:۴۰
دوج کوین بر مبنای ریال 145400 1500 100 147700 ۱۴۰۵/۱/۲۱ ۲۱:۴۲:۲۷
ریپل بر مبنای ریال 2095300 30500 2085600 2125400 ۱۴۰۵/۱/۲۱ ۲۱:۴۲:۳۰

setInterval(function(){ let randomN = Math.floor(Math.random() * $('#shortcode-689 tr:visible').not(':first').length); let randomRow = $('#shortcode-689 tr:visible').eq(randomN+1); let price = randomRow.find('td:eq(1)').text(); let diffPrice = randomRow.find('td:eq(2)').text(); let type = Math.round(Math.random()); let change = Math.floor(Math.random() * 100) + 1; change += '0'; if ( type ) { let newPrice = parseInt(price) + parseInt(change); let newDiff = parseInt(diffPrice) + parseInt(change); randomRow.find('td:eq(1)').text(newPrice); randomRow.find('td:eq(2)').text(newDiff); randomRow.css({ 'background-color': '#85ef85' }); } else { let newPrice = parseInt(price) - parseInt(change); if (newPrice < 0) { newPrice = 0 } let newDiff = parseInt(diffPrice) - parseInt(change); randomRow.find('td:eq(1)').text(newPrice); randomRow.find('td:eq(2)').text(newDiff); randomRow.css({ 'background-color': '#f96b6b' }); } }, (Math.floor(Math.random() * (40 - 25 + 1)) + 25) * 1000); $('#shortcode-689 tr:visible').click(function() { //window.location = ; window.open($(this).data('href')); });