آخرین قیمت

عنوان قیمت زنده تغییر کمترین بیشترین زمان
بیت کوین بر مبنای ریال 126823774000 3142906000 123680203000 127144214000 ۱۴۰۴/۱۰/۱۴ ۲۱:۴۷:۳۴
بیت کوین کش بر مبنای ریال 893775200 13403300 882162600 906742100 ۱۴۰۴/۱۰/۱۴ ۲۱:۴۷:۳۴
اتریوم بر مبنای ریال 4353430900 85303700 4268793400 4371318200 ۱۴۰۴/۱۰/۱۴ ۲۱:۴۷:۳۴
تتر بر مبنای ریال 1390040 17450 1370380 1391080 ۱۴۰۴/۱۰/۱۴ ۲۱:۴۷:۵۶
دوج کوین بر مبنای ریال 211000 16800 200 212900 ۱۴۰۴/۱۰/۱۴ ۲۱:۴۷:۱۸
ریپل بر مبنای ریال 2904900 159700 2744900 2937000 ۱۴۰۴/۱۰/۱۴ ۲۱:۴۷:۴۱

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