Magento 2.4. PHP 7.4.11 echo currency rate on CMS page

I have CMS page on Magento 2.4 from admin_[secret]/cms/page/edit/page_id/1 I have base currency XAU, default Display Currency EUR. 1 XAU = 1460 EUR How I can echo currency code and echo on cms page code like this?
<div id="bonus" class="XAU"><?=convert(1,XAU,EUR) + 10?></div>
*<!-- 1XAU plus 10 EUR will echo "1470" like -->*
<div id="bonus" class="XAU">1470</div>
Can I make this without block creation?
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: your system folder path does not appear to be set correctly. please open the following file and correct this: index.php
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.