Top "Currency" questions

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

Multi currency - what to store and when to convert?

I have read different Q&A on SO regarding multi currency but none of them are clear to me …

database database-design currency data-conversion currency-exchange-rates
Get Currency Symbol based on Country code or Country name using NSLocale

I want to display Currency Symbol based on Country name or country code using NSLocale I have all the country …

ios objective-c swift currency nslocale
A realistic example where using BigDecimal for currency is strictly better than using double

We know that using double for currency is error-prone and not recommended. However, I'm yet to see a realistic example, …

java floating-point currency biginteger
PHP money format add decimal and comma when needed

How do I turn this number 247936 into this $2,479.36 using php? I tried several options such as: setlocale(LC_MONETARY, 'en_…

php currency number-formatting money-format