Back to Alpha Vantage FX

Connect Knoon AI with Alpha Vantage FX (Alpha Vantage) to automate AI workflows.

Fetch daily FX time series data.
alphaVantageFxTimeSeriesDaily
BETA
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
fromSymbolmustache From currency (e.g. "EUR").Yes
toSymbolmustache To currency (e.g. "USD").Yes
outputSizemustache Optional. "compact" or "full". Defaults to compact.No
datatypemustache Optional. Response datatype ("json" or "csv"). Defaults to json.No
Returns
NameTypeDescription
fromSymbolstring From currency.
toSymbolstring To currency.
metadata.informationstring API response description.
metadata.fromSymbolstring From currency.
metadata.toSymbolstring To currency.
metadata.lastRefreshedstring Last refreshed timestamp.
metadata.timeZonestring Market time zone.
seriesKeystring Raw time series key name.
series.timestampstring Date for the data point.
series.opennumber Open rate.
series.highnumber High rate.
series.lownumber Low rate.
series.closenumber Close rate.