Get Rate Diffrence between two Currencies

is there any way in Glide that I can know the difference between the two currencies like if I want to show the USD rate and pound rate of an item, how I can do that ??

You would have to get an external API call for the current rate between your original currency, versus USD and GBP. Then use computed columns to calculate the rates of your item in USD and GBP.