Cut some decimals

Hi team,
I have added some crypto prices using the kraken integration.

Question, how can i remove some decimals so its like 46 714, 10 for Bitcoin in the above example.

nothing is written in the configuration file so im not sure how to add this and if below string is accurate:
Where do I put this template?

{{ (states(‘sensor.xbt_usd_bid’) | round(2, 'ceil')}}

And if I don’t want to have any decimals how would that look like?

1 Like