get_vndirect: Get stock data from vndirect

View source: R/get_vndirect.R

get_vndirectR Documentation

Get stock data from vndirect

Description

Get stock data from vndirect

Usage

get_vndirect(symbol, start_date = NULL, end_date = NULL)

Arguments

symbol

the symbol of stock, for example 'VCB', 'ACB'

start_date

the start date, in the form DD/MM/YYYY, default is 15 day ago from today

end_date

the end_date, in the form DD/MM/YYYY, default is today

Value

A tibble contain all stock data from that period

Examples

get_vndirect("VIC", '1/1/2015', '1/1/2017')

vohai611/vnstockr documentation built on March 20, 2022, 10:46 p.m.