View source: R/brvm-company-rank.R
BRVM_company_rank | R Documentation |
This function returns companies rank from the BRVM Bourse exchange according to their daily change (variation).
BRVM_company_rank()
This function will get the rank of the companies listed on the BVRM exchange through the Rich Bourse site. The function takes no parameter
"tbl_df" "tbl" "data.frame"
Koffi Frederic SESSIE
Oudouss Diakité Abdoul
Steven P. Sanderson II, MPH
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()
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.