get_cafeF2: Get stock data from cafef.vn with asynch request

View source: R/get_cafeF2.R

get_cafeF2R Documentation

Get stock data from cafef.vn with asynch request

Description

get_cafeF2() is now using asynchronous request from 'crul' package to improve speed. The function now is twice as fast as the old one.

Usage

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

Arguments

symbol

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

start_date

the start date, in the form DD/MM/YYYY

end_date

the end date, in the form DD/MM/YYYY

Value

A tibble contain all stock data in that period


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