Currency seems to be automatically rounded?

I’m getting data from an API call into a template. Somehow though, the amounts are rounded if I set them to currency. So when I just post the data as is:

{{ item.Amount }}

The result is (for example) -49,73

But if I post it as currency:

{{ item.Amount | currency }}

This os what I get: -49,00

All of a sudden, my decimals are ignored. Is there a wat I can work around this?

Hi Ronald,

This could be an issue with the API capturing the number as a string. Can you please double check that and contact our Customer Success team if necessary?

Best,
Borja