FX_WEEKLY_ALPHAVANTAGE

Get the weekly time series of 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_WEEKLY_ALPHAVANTAGE(from_currencyto_currency
[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".

[optional] interval

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

More details

Examples

FX_WEEKLY_ALPHAVANTAGE("USD", "EUR") returns the weekly time series of US Dollars in Euros.