I use :
$product->getPrice();
to get the unformatted price that I can calculate \"quantity X price\" with ajax.
I want to reformat
This is a charming answer. Work well on any currency which is selected for store.
$formattedPrice = Mage::helper('core')->currency($finalPrice, true, false);