آخرین قیمت

عنوان قیمت زنده تغییر کمترین بیشترین زمان
بیت کوین بر مبنای ریال 119225510000 6154754000 111718245000 119573604000 ۱۴۰۴/۱۲/۱۳ ۲۱:۳۸:۳۹
بیت کوین کش بر مبنای ریال 759279200 28651900 726472300 769453900 ۱۴۰۴/۱۲/۱۳ ۲۱:۳۸:۴۰
اتریوم بر مبنای ریال 3495801400 213540500 3223974300 3507170900 ۱۴۰۴/۱۲/۱۳ ۲۱:۳۸:۳۹
تتر بر مبنای ریال 1625160 30410 1624960 1655580 ۱۴۰۴/۱۲/۱۳ ۲۱:۳۹:۴۵
دوج کوین بر مبنای ریال 165600 17900 100 167300 ۱۴۰۴/۱۲/۱۳ ۲۱:۳۸:۴۰
ریپل بر مبنای ریال 2340100 88800 2234800 2381200 ۱۴۰۴/۱۲/۱۳ ۲۱:۳۲:۵۰

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