قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸
قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸ بیشتر بخوانید »
| عنوان | قیمت زنده | تغییر | کمترین | بیشترین | زمان |
|---|---|---|---|---|---|
| بیت کوین بر مبنای ریال | 103458615000 | 3719757000 | 99353314000 | 103469677000 | ۱۴۰۴/۹/۵ ۲۱:۳۹:۴۲ |
| بیت کوین کش بر مبنای ریال | 629090400 | 32617600 | 596150100 | 629585000 | ۱۴۰۴/۹/۵ ۲۱:۳۹:۴۲ |
| اتریوم بر مبنای ریال | 3489223700 | 128619400 | 3324438000 | 3489223700 | ۱۴۰۴/۹/۵ ۲۱:۳۹:۴۲ |
| تتر بر مبنای ریال | 1150340 | 4240 | 1142590 | 1152690 | ۱۴۰۴/۹/۵ ۲۱:۳۹:۵۱ |
| دوج کوین بر مبنای ریال | 179300 | 5600 | 200 | 179300 | ۱۴۰۴/۹/۵ ۲۱:۳۷:۵۱ |
| ریپل بر مبنای ریال | 2576400 | 76800 | 2469000 | 2578000 | ۱۴۰۴/۹/۵ ۲۱:۳۷:۵۱ |
setInterval(function(){ let randomN = Math.floor(Math.random() * $('#shortcode-152 tr:visible').not(':first').length); let randomRow = $('#shortcode-152 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-152 tr:visible').click(function() { //window.location = ; window.open($(this).data('href')); });