getQuoteAV: Global instrument quote via Alpha-Vantage

View source: R/avEndpoints.R

getQuoteAVR Documentation

Global instrument quote via Alpha-Vantage

Description

Look up global quote via AV.

Usage

getQuoteAV(symbol, datatype = "json", key = "premium")

Arguments

symbol

symbol to look up

datatype

"json" or "csv" return type from AV

key

"premium" or "free"; the type of API key obtained from AV

Value

data.frame containing columns symbol, open, high, low, price, volume, latest_trading_day, previous_close, change, change_percent.


shill1729/trader documentation built on Dec. 27, 2022, 10:55 p.m.