آخرین قیمت

عنوان قیمت زنده تغییر کمترین بیشترین زمان
بیت کوین بر مبنای ریال 126722610000 8924000 126704761000 126723503000 ۱۴۰۴/۱۱/۵ ۲۱:۳۷:۲۱
بیت کوین کش بر مبنای ریال 847396300 59700 847277000 847402300 ۱۴۰۴/۱۱/۵ ۲۱:۳۷:۲۱
اتریوم بر مبنای ریال 4181449300 294500 4180860300 4181478800 ۱۴۰۴/۱۱/۵ ۲۱:۳۷:۲۱
تتر بر مبنای ریال 1419730 170 1419710 1419910 ۱۴۰۴/۱۱/۵ ۲۱:۴۴:۱۷
دوج کوین بر مبنای ریال 176100 0 200 176100 ۱۴۰۴/۱۱/۵ ۲۱:۴۲:۲۵
ریپل بر مبنای ریال 2726200 200 2725800 2726200 ۱۴۰۴/۱۱/۵ ۲۱:۳۷:۲۱

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