Top "Currency" questions

Currency is a medium of exchange of value, usually referring to government issued denominations.

Convert Number to Words in Indian currency format with paise value

Using PHP how to convert number to Indian currency word format with paise (decimal value) Input 190908100.25 Output we need nineteen …

php currency currency-formatting
How to display the currency symbol to the right in Angular

I have to display Euro currency like this : 583 €. But with this code: {{ price | currency:'EUR':true }} I get €583, is there …

angular pipe currency euro
Oracle SQL - change decimal dot for a comma

I'm on Brazil, and our currency format is something like 'R$ 9.999,00'. I'm trying to select a field, and change …

oracle currency comma
Format currency without currency symbol

I am using NumberFormat.getCurrencyInstance(myLocale) to get a custom currency format for a locale given by me. However, this …

java currency number-formatting
Format a number with leading sign

How do I format in Java a number with its leading sign? Negative numbers are correctly displayed with leading -, …

java formatting numbers currency
Currency exchange rates for paypal

Does anyone know a way to get the currency exchange rates for paypal? We have custom shopping cart and use …

paypal currency finance
Realtime currency webservice

Anyone know of a real-time currency rate webservice with frequent update (multiple pr. min.). Needed for a small android app …

web-services currency rate
Unformat money when parsing in PHP

Is there a way to get the float value of a string like this: 75,25 €, other than parsefloat(str_replace(',…

php parsing floating-point currency
storing money amounts in mysql

I want to store 3.50 into a mysql table. I have a float that I store it in, but it stores …

mysql floating-point currency fixed-point
Get the currency from current culture?

Is there a way to get current information dynamically from the apps culture settings? Basically if the user has set …

c# currency cultureinfo