526

Currency Exchange Rate

Currency Exchange Rate

With the currency exchange service of Sacombank Cambodia, we offer customers market exchange rates. You can buy and sell various types of cash currencies and transfer them via the account you prefer. Currently, Sacombank Cambodia buys and sells the currencies listed in the exchange rate table below:

Date:

Time:

Loading…
function formatNumberWithCommas($number) { // Split the number into integer and decimal parts $parts = explode('.', (string)$number); // Format the integer part with commas $integerPart = number_format($parts[0], 0, '', ','); // If there is a decimal part, append it if (isset($parts[1])) { return $integerPart . '.' . $parts[1]; } else { return $integerPart; } } $today = getdate(); $args = array( 'post_type' => 'exchange-rate', 'posts_per_page' => 10, 'post_status' => 'publish', 'date_query' => array( array( 'year' => $today['year'], 'month' => $today['mon'], 'day' => $today['mday'], ), ), ); $loop = new WP_Query($args); $post_count = 0; $total = count($posts); if ( $loop->have_posts() ) : while ( $loop->have_posts() ) : $loop->the_post(); ?>

FOREIGN CURRENCY / KHMER RIEL

CROSS CURRENCY

function formatNumberWithCommas($number) { // Split the number into integer and decimal parts $parts = explode('.', (string)$number); // Format the integer part with commas $integerPart = number_format($parts[0], 0, '', ','); // If there is a decimal part, append it if (isset($parts[1])) { return $integerPart . '.' . $parts[1]; } else { return $integerPart; } } $today = getdate(); $args = array( 'post_type' => 'exchange-rate', 'posts_per_page' => 10, 'post_status' => 'publish', 'date_query' => array( array( 'year' => $today['year'], 'month' => $today['mon'], 'day' => $today['mday'], ), ), ); $loop = new WP_Query($args); $post_count = 0; $total = count($posts); if ( $loop->have_posts() ) : while ( $loop->have_posts() ) : $loop->the_post(); ?>

FOREIGN CURRENCY / KHMER RIEL

CROSS CURRENCY

Notice:

526