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:

{{ 1234.5678|format_currency('USD') }}

Example Output Code