FX_ALPHAVANTAGE

Get the real-time rates for an FX or Cryptocurrency pair.

icon of Alpha VantageAlpha Vantage
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
FX_ALPHAVANTAGE(from_currencyto_currency
[short]
)
from_currency

A three-letter physical or digital currency code to convert from. For example: "USD" or "BTC".

to_currency

A three-letter physical or digital currency code to convert to. For example: "USD" or "BTC".

[optional] short

Boolean indicating whether to return just the elevation or not. Choose either TRUE to get just the exchange rate (default) or FALSE to get additional informations.

More details

Examples

FX_ALPHAVANTAGE("USD", "EUR") returns the real-time rate of US Dollars in Euros.