Gets informations like sector, subsector, segment, total number of shares and many more.
Usage
company_info_get(code, cache_folder = cachedir(), do_cache = TRUE)
Details
The code
parameter can be the stock symbol, but the returned data refers
to the company, always.
Examples
if (FALSE) { # \dontrun{
company_info_get(c("PETR", "VALE", "MGLU"))
} # }