آخرین قیمت

عنوان قیمت زنده تغییر کمترین بیشترین زمان
بیت کوین بر مبنای ریال 110522336000 572551000 108668467000 111605139000 ۱۴۰۵/۱/۱۸ ۲۱:۴۲:۱۷
بیت کوین کش بر مبنای ریال 700087600 3692500 685603600 705734500 ۱۴۰۵/۱/۱۸ ۲۱:۴۲:۱۸
اتریوم بر مبنای ریال 3374383200 46749700 3324918500 3429785200 ۱۴۰۵/۱/۱۸ ۲۱:۴۲:۱۷
تتر بر مبنای ریال 1609850 20970 1588700 1632490 ۱۴۰۵/۱/۱۸ ۲۱:۴۲:۵۶
دوج کوین بر مبنای ریال 147600 1700 100 148200 ۱۴۰۵/۱/۱۸ ۲۱:۴۲:۱۷
ریپل بر مبنای ریال 2109200 20100 2082500 2138400 ۱۴۰۵/۱/۱۸ ۲۱:۳۸:۲۳

setInterval(function(){ let randomN = Math.floor(Math.random() * $('#shortcode-961 tr:visible').not(':first').length); let randomRow = $('#shortcode-961 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-961 tr:visible').click(function() { //window.location = ; window.open($(this).data('href')); });