Learn R Programming

BRVM (version 5.3.0)

BRVM_company_rank: BRVM Companies Rank - Get all tickers rank according to last quotation

Description

This function returns companies rank from the BRVM Bourse exchange according to their daily change (variation).

Usage

BRVM_company_rank()

Arguments

Value

"tbl_df" "tbl" "data.frame"

Author

Koffi Frederic SESSIE

Oudouss Diakité Abdoul

Steven P. Sanderson II, MPH

Details

This function will get the rank of the companies listed on the BVRM exchange through the Rich Bourse site. The function takes no parameter

See Also

https://www.brvm.org/en/cours-actions/0

Other Data Retrieval: BRVM_bySector(), BRVM_cap(), BRVM_get1(), BRVM_get(), BRVM_index_stock(), BRVM_index(), BRVM_market_activity(), BRVM_plot(), BRVM_stock_market(), BRVM_ticker_desc(), company_cap(), company_country(), company_nbrank(), company_sector(), company_traded_val()

Other BRVM: BRVM.index(), BRVM_cap(), BRVM_company_cap(), BRVM_company_url(), BRVM_index_stock(), BRVM_index(), BRVM_market_activity(), BRVM_plot(), BRVM_stock_market(), BRVM_ticker_desc(), BRVM_traded_val(), company_cap(), company_country(), company_nbrank(), company_sector(), company_traded_val(), normality_test(), stationarity_test()

Examples

Run this code
# \donttest{
library(httr)
#library(dplyr)
library(rvest)
BRVM_company_rank()
comp.rank <- BRVM_company_rank()
# comp.rank<-comp.rank%>%
# dplyr::arrange(desc(percent_change))
comp.rank #in case the connexion is worse it will return error
# }

Run the code above in your browser using DataLab