آخرین قیمت

عنوان قیمت زنده تغییر کمترین بیشترین زمان
بیت کوین بر مبنای ریال 102158769000 2132576000 101409325000 104536266000 ۱۴۰۴/۸/۲۸ ۲۱:۴۵:۲۲
بیت کوین کش بر مبنای ریال 546313000 45686700 545445800 598724900 ۱۴۰۴/۸/۲۸ ۲۱:۴۵:۲۳
اتریوم بر مبنای ریال 3330562800 192370600 3316641400 3531059600 ۱۴۰۴/۸/۲۸ ۲۱:۴۵:۲۲
تتر بر مبنای ریال 1140380 22960 1117400 1141880 ۱۴۰۴/۸/۲۸ ۲۱:۴۷:۳۸
دوج کوین بر مبنای ریال 170500 10900 100 182000 ۱۴۰۴/۸/۲۸ ۲۱:۴۵:۲۳
ریپل بر مبنای ریال 2350700 157200 2336100 2503200 ۱۴۰۴/۸/۲۸ ۲۱:۳۷:۳۳

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