آخرین قیمت

عنوان قیمت زنده تغییر کمترین بیشترین زمان
بیت کوین بر مبنای ریال 99633462000 3103204000 100034644000 99966733000 ۱۴۰۴/۴/۱۱ ۲۱:۴۱:۵۱
بیت کوین کش بر مبنای ریال 462407300 4732700 449172400 472623900 ۱۴۰۴/۴/۱۱ ۲۱:۳۹:۵۳
اتریوم بر مبنای ریال 2344252100 143297600 2154638800 2368386000 ۱۴۰۴/۴/۱۱ ۲۱:۴۱:۵۱
تتر بر مبنای ریال 912990 1030 897880 918180 ۱۴۰۴/۴/۱۱ ۲۱:۴۱:۴۰
دوج کوین بر مبنای ریال 155500 11000 100 157700 ۱۴۰۴/۴/۱۱ ۲۱:۳۹:۵۲
ریپل بر مبنای ریال 2052200 78200 1951000 2086200 ۱۴۰۴/۴/۱۱ ۲۱:۳۹:۵۰

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