آخرین قیمت

عنوان قیمت زنده تغییر کمترین بیشترین زمان
بیت کوین بر مبنای ریال 133126955000 1507895000 124283859000 134211421000 ۱۴۰۵/۳/۳ ۲۱:۳۸:۰۷
بیت کوین کش بر مبنای ریال 608536800 2573400 577708300 617034700 ۱۴۰۵/۳/۳ ۲۱:۳۸:۰۷
اتریوم بر مبنای ریال 3649762500 49854600 3429123800 3684220800 ۱۴۰۵/۳/۳ ۲۱:۳۸:۰۷
تتر بر مبنای ریال 1740990 9590 1620300 1750500 ۱۴۰۵/۳/۳ ۲۱:۳۹:۴۴
دوج کوین بر مبنای ریال 177600 400 100 180100 ۱۴۰۵/۳/۳ ۲۱:۳۷:۰۷
ریپل بر مبنای ریال 2343300 6900 2203900 2364500 ۱۴۰۵/۳/۳ ۲۱:۳۳:۴۹

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