Currency

A data entity that holds information about currencies around the world.

This table shows some information that we retrieved from our database. (4979 currencies)

Code stands for the ISO4217 code. Name stands for the name of the currency. Name_Plural stands for the plural form of the currency name. Symbol stands for the symbol of the currency. Symbol_Native stands for the native symbol of the currency. Decimal_Digits stands for the number of decimal digits. Rounding stands for the rounding value.

Code
Name
Name_Plural
Symbol
Symbol_Native
Decimal_Digits
Rounding

USD

US Dollar

US Dollars

$

$

2

0.01

EUR

Euro

Euros

2

0.01

JPY

Japanese Yen

Japanese Yen

¥

¥

0

0.00

Using this information, you can filter out any currency's information worldwide. It enhances the accuracy of your app in handling financial transactions.

To learn more about this concept of database & coding reflection, please visit here.

Last updated

Was this helpful?