# \donttest{
BRVM_index_stock(.ticker = "BRVMAG", from = "2018-01-04", to = "2022-01-04")
BRVM_index_stock("BRVM10", Period = 0, from = "2021-01-04", to = "2022-01-04" ) #To get daily data
BRVM_index_stock("BrvmAS", Period = 1 ) # To get daily data for a whole year
BRVM_index_stock("BRVM10", Period = 5, from = "2021-01-04", to = "2022-01-04") # To get weekly data
BRVM_index_stock("BRVMAG", Period = 30 ) # To get monthly data
BRVM_index_stock("BRVM10", Period = 91 ) # To get quaterly data
BRVM_index_stock("brvmtr", Period = 365 ) # To get yearly data
# }
Run the code above in your browser using DataLab