Currency Symbols

Control currency symbols based on the viewer of your dashboard

Verb allows you to format currency values however sometimes currencies should be displayed differently based on the data shared in the dashboard. If your currency data is stored in a generic format for your customers you can apply a different symbol.

To override the currency symbol you must use the SDK form of embedding. When the SDK is called you will include an additional parameter to define which currency symbol to apply. If no currency symbol is provided then the default symbol will be shown.

To override the currency symbol in your collection use the parameter x-currency-symbol. Currency codes will follow ISO standards.

Additional Currency Conversion Functionality

You may also perform live currency conversion via the Verb SDK. This allows your system to provide conversion rates as part of the SDK call. Verb will convert currency values as configured.

Learn more in the Currency Conversion Section

Last updated