Top "Currency" questions

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

Various country's "currency decimal places width" in the iPhone-SDK

I read about NSLocaleCurrencySymbol, but where would I find the variable used to determine the "number of decimal places" used …

iphone localization locale currency
Google currency converter API - will it shut down with iGoogle?

iGoogle is shutting down. There is an (undocumented?) currency conversion API available with URLs like: http://www.google.com/ig/…

currency igoogle
Java Converting long into currency

I am having trouble converting a long (cents) into currency format. My Code: long doublePayment = 1099; //Should equal $10.99 DecimalFormat dFormat = new …

java currency long-integer number-formatting
Yahoo finance API list of all currencies

I'm using Yahoo Finance API like this: http://download.finance.yahoo.com/d/quotes.csv?s=GBPEUR=X&f=…

api csv yahoo currency yahoo-finance
How can get ' USDJPY'(currency rates) with pandas and yahoo finance?

I am learning and using the pandas and python. Today, I am trying to make a fx rate table, but …

python ios pandas currency yahoo-finance
What class to use for money representation?

What class should I use for representation of money to avoid most rounding errors? Should I use Decimal, or a …

python currency rounding-error arbitrary-precision precision
how should i store a price in mongoose?

I'm using mongoose schemas for node.js along with express-validator (which has node-validator santiziations and validators). What's a good way …

node.js mongoose currency
When to use Money data or Decimal Data type in sql server to store costing values?

What is preferable data type to store the costing value ? Money or Decimal whats the programmatic diff bet them? asp.…

sql sql-server decimal sqldatatypes currency
iPhone: How to get local currency symbol (i.e. "$" instead of "AU$")

Here's a code of how I get currency symbol now: NSLocale *lcl = [[[NSLocale alloc] initWithLocaleIdentifier:@"au_AU"] autorelease]; NSNumberFormatter *fmtr = [[[…

iphone objective-c formatting currency
Excel Macro to Change Cell Format to Currency

I have a file where a column is full of numbers, and the second column has the respective currency of …

excel currency currency-formatting vba