FX_INTRADAY_ALPHAVANTAGE

Get the intraday time series for an FX pair (timestamp, open, high, low, close).

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_INTRADAY_ALPHAVANTAGE(from_currencyto_currencysample
[interval]
)
from_currency

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

to_currency

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

sample

The time interval between two data points. Choose either:

  • "1min"

  • "5min"

  • "15min"

  • "30min"

  • "60min"

[optional] interval

The date range to return intraday exchange rates for. For example: "[2019-11-22;2019-11-29]" or ">2019-12-01". By default, returns the most recent intraday rates.

More details

Examples

FX_INTRADAY_ALPHAVANTAGE("USD", "EUR", "60min") returns the intraday time series of US Dollars in Euros by with interval of 60 minutes.