> For the complete documentation index, see [llms.txt](https://snipcart.michaelaerni.ch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://snipcart.michaelaerni.ch/templating/tags/currency.md).

# Currency

## Code

The code of the currency, e.g. `USD`.

```
{{ currency:code }}
```

## Name

The name of the currency, e.g. `US Dollar`.

```
{{ currency:name }}
```

## Symbol

The symbol of the currency, e.g. `$`.

```
{{ currency:symbol }}
```
