# \donttest{
library(highcharter)
library(lubridate)
library(rlang)
library(httr2)
library(dplyr)
library(stringr)
library(xts)
BRVM_plot("BICC")
# You can change the up and down colors as follow
BRVM_plot("BICC", up.col = "blue", down.col = "pink")
# Plot the closing price of a group of 3 tickers
BRVM_plot(c("BICC","ETIT", "SNTS"))
# }
Run the code above in your browser using DataLab