I need to invert the exchange rate but if the exchange rate is 0, this causes an error in the computation. So I want to add in 0.00000001 or something in to offset from 0 first. But of course, there are no parentheses!!!
For example this API called “Financial Data” returns 0 for USD/EUR because no such exchange exists by that name (it’s EUR/USD).
Thanks.