Back to Alpha Vantage FX

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

Fetch intraday FX time series data.
alphaVantageFxTimeSeriesIntraday
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
intervalmustache Intraday interval (e.g. "5min", "15min", "30min", "60min").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.intervalstring Intraday interval.
metadata.outputSizestring Output size.
metadata.timeZonestring Market time zone.
seriesKeystring Raw time series key name.
series.timestampstring Timestamp for the data point.
series.opennumber Open rate.
series.highnumber High rate.
series.lownumber Low rate.
series.closenumber Close rate.