# Currency Symbols

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.&#x20;

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.&#x20;

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

![](/files/moELQG95H6fUdsWRThXA)

**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.&#x20;

Learn more in the [Currency Conversion Section](/tiles/currency-conversion.md)&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.verbdata.com/collections/advanced-collection-options/currency-symbols.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
