> ## Documentation Index
> Fetch the complete documentation index at: https://reportana.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# format_currency

### Introduction

The `format_currency` filter is used to format numbers as monetary values. It allows you to display values in a specific currency format, including the currency symbol and the correct number of decimal places. This ensures that financial values are presented clearly and consistently.

> **Note:** The `format_currency` filter works exclusively through Automations, Campaigns, and Advanced Campaigns.

### Example of Use

Example of how to format a number as currency using the `format_currency` filter:

```twig theme={null}
{{ 1234.5678|format_currency('USD') }}
```

### Output Example of the Code

<img src="https://mintcdn.com/reportana/Jha6odPLZMMTun1e/formatcurrancy-en.png?fit=max&auto=format&n=Jha6odPLZMMTun1e&q=85&s=8ee5751b458a522a02eccf0b6ed8337f" alt="Result of the `format_currency` filter" width="1280" height="222" data-path="formatcurrancy-en.png" />
