Top "Currency" questions

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

Multi-Currency Best Practice & Implementation

I'm finding it difficult to find any discussion on best practices for dealing with multiple currencies. Can anyone provide some …

currency
API For Direct Deposit (ACH, EFT, Whatever)

I'm looking for a way to automate a transfer from one bank account to another, without the end user having …

api e-commerce payment-gateway payment currency
Need a custom currency format to use with String.Format

I'm trying to use String.Format("{0:c}", somevalue) in C# but am having a hard time figuring out how to …

c# currency string.format
What is the best way to store a money value in the database?

I need to store a couple of money related fields in the database but I'm not sure which data type …

c# sql tsql currency
Objective-C: How to format string as $ Price

Is their a built-in way of formatting string as $ price, e.g. 12345.45 converted to $12,345.45?

objective-c formatting currency
Not getting currency symbols for specific Locale

I am trying to get the symbols of the currencies based on their Locale. But instead of returning a symbol, …

java localization locale currency
What is the standard for formatting currency values in JSON?

Bearing in mind various quirks of the data types, and localization, what is the best way for a web service …

json currency api-design
Android Market In-App-Purchase: How to get the currency a user will pay in?

I have an Android app using In-App-Purchase that caters to an international audience, so I expect payments in different currencies. …

android in-app-purchase google-play currency
Round money to nearest 10 dollars in Javascript

How can I round a decimal number in Javascript to the nearest 10? My math is pretty rubbish today, it could …

javascript decimal rounding currency
Get currency symbols from currency code with swift

How can I get the currency symbols for the corresponding currency code with Swift (macOS). Example: EUR = €1.00 USD = $1.00 CAD = $1.00 GBP = £1.00 …

macos swift cocoa currency