getStockQuote: Global instrument quote via Alpha-Vantage

View source: R/getStockQuote.R

getStockQuoteR Documentation

Global instrument quote via Alpha-Vantage

Description

Look up global quote via AV.

Usage

getStockQuote(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/ravapi documentation built on June 1, 2025, 6:05 p.m.