AVGetExchangeRate functionDescriptionProvides the current exchange rate. Currencies can be physical or digital SyntaxAVGetExchangeRate(From_currency, To_currency, Field) AVGetExchangeRate function syntax has the following arguments :
ReturnsVoid A spreadsheet range representing the currency quote. If you desire a single output you need to specify a specific field SummaryAn Excel spreadsheet function that returns a current quote for the exchange rate between two currencies. RemarksUsage : =AVGetExchangeRate("GBP","USD","all") or =AVGetExchangeRate("BTC","USD","Exchange Rate") See Also |