Top "Currency" questions

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

Convert currency with commas into numeric

I have a column in a dataframe as follows: COL1 $54,345 $65,231 $76,234 How do I convert it into this: COL1 54345 65231 76234 The way …

r formatting currency numeric
Read csv file in R with currency column as numeric

I'm trying to read into R a csv file that contains information on political contributions. From what I understand, the …

r currency symbols read.csv
How to get Magento store currency

I'm using Magento XML-RPC api. I haven't found how to get the current store country or currency used for the …

magento locale xml-rpc currency
Convert currency to float (and parentheses indicate negative amounts)

I have a df with currency: df = pd.DataFrame({'Currency':['$1.00','$2,000.00','(3,000.00)']}) Currency 0 $1.00 1 $2,000.00 2 (3,000.00) I want to …

python pandas currency
Is there a way to round numbers into a reader friendly format? (e.g. $1.1k)

Much like the Stackoverlow reputation rounding, I'm hoping to do the same thing with currency $1,000 => 1k $1,000,000 => 1m How …

javascript jquery rounding currency
Programmatically access Currency Exchange Rates from Yahoo Finance by Date

I found the answer to this question VERY useful, but I would like to also get exchange rates for dates …

iphone currency finance yahoo-finance
Using NSNumberFormatter to get a decimal value from an international currency string

It seems that the NSNumberFormatter can't parse Euro (and probably other) currency strings into a numerical type. Can someone please …

iphone objective-c cocoa currency nsnumberformatter
Decimals to 2 places for money in Python 3

How do I get my decimals to stay at 2 places for representing money using the decimal module? I've setting the …

python python-3.x decimal currency
Is a double really unsuitable for money?

I always tell in c# a variable of type double is not suitable for money. All weird things could happen. …

c# language-agnostic decimal currency
Jqgrid currency format

I have a jqgrid, its option :formatter => "currency" It is converting number 5 as $5.00, but this is a credit amount …

jquery jqgrid format currency