currency-symbol
Reactive icon

Currency Symbol

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 4 May (14 hours ago)
 by 
0.0
 (0 ratings)
currency-symbol

Currency Symbol

Documentation
1.0.0

Input:

  • CurrencyCode (Text): ISO 4217 currency code (e.g., USD, INR)


Output:

  • Symbol (Text): Currency symbol
  • ErrorMessage (Text): Error message if not found


Example

Input: USD
Output: $


Notes

  • Uses ISO 4217 standard currency codes
  • Covers most global currencies
  • Implemented using JavaScript