For example
$_producte = Mage::getModel('catalog/product')->load(2974);
echo $_producte->getFinalPrice();
I can get in frontend when insert to .phtml
BUT I can not get final price (with discount) in admin section or in custom product export file.