get_vndirect | R Documentation |
Get stock data from vndirect
get_vndirect(symbol, start_date = NULL, end_date = NULL)
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 |
A tibble contain all stock data from that period
get_vndirect("VIC", '1/1/2015', '1/1/2017')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.