getFXdata: Get financial data from the Alpha Vantage API

Description Usage Arguments Value

View source: R/load-util.R

Description

Get financial data from the Alpha Vantage API

Usage

1
2
getFXdata(FUN, apiKey, from_symbol = NULL, to_symbol = NULL,
  interval = NULL, outputsize = "full", datatype = "csv", ...)

Arguments

FUN

function list that matches with Aplphavantag function list

from_symbol

base currency

to_symbol

quote currency

interval

frequency of the data

outputsize

compact or full

datatype

csv or json

Value

returns the time series OHLC


Boniface316/AlphavantageForex documentation built on Dec. 31, 2020, 10:54 a.m.