Top "Currency" questions

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

Displaying the Indian currency symbol on a website

This symbol for the rupee, the currency of India, was approved by the Union Cabinet on 15 July 2010. How can I …

html currency symbols
What data type to use for money in Java?

What data type should you use for money in Java?

java types currency
Cast a Double Variable to Decimal

How does one cast a double to decimal which is used when doing currency development. Where does the M go? …

c# casting decimal currency
Currency format for display

Is there a way to format the correct currency representation for a country? Example UK -£127.54 Netherlands € 127,54- USA $127.54 etc.. …

c# .net asp.net globalization currency
Print Currency Number Format in PHP

I have some price values to display in my page. I am writing a function which takes the float price …

php formatting currency
Yahoo Finance All Currencies quote API Documentation

I've being using this feed for a long time, I believe Apple does it as well in one of the …

json api yahoo currency finance
How to use GOOGLEFINANCE(("CURRENCY:EURAUD")) function

This function: GOOGLEFINANCE(("CURRENCY:EURAUD")) works well in Google Sheets, I have searched the web up and down for some …

google-sheets currency google-finance google-finance-api
Using BigDecimal to work with currencies

I was trying to make my own class for currencies using longs, but apparently I should use BigDecimal instead. Could …

java currency bigdecimal
How can I format decimal property to currency?

I want to format a decimal value as a currency value. How can I do this?

c# decimal currency
Storing money in a decimal column - what precision and scale?

I'm using a decimal column to store money values on a database, and today I was wondering what precision and …

sql database database-design currency