Learn R Programming

BRVM (version 5.3.0)

company_nbrank: BRVM get company rank - Get a ticker rank according to brvm quote

Description

This function returns the given company rank from the BRVM stock exchange according to their daily change (variation). It uses BRVM_company_rank() to show all copanies rank before filtering the company we give as input

Usage

company_nbrank(.company)

Value

"character"

Arguments

.company

The company name

Author

Koffi Frederic SESSIE

Oudouss Diakité Abdoul

Steven P. Sanderson II, MPH

Details

This function will get the rank of one companies listed on the BVRM exchange through the Rich Bourse site. The function takes as parameter the name of company listed on BRVM

See Also

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

BRVM_company_rank()

Other Data Retrieval: BRVM_bySector(), BRVM_cap(), BRVM_company_rank(), 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_sector(), company_traded_val()

Other BRVM: BRVM.index(), BRVM_cap(), BRVM_company_cap(), BRVM_company_rank(), 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_sector(), company_traded_val(), normality_test(), stationarity_test()

Examples

Run this code
# \donttest{
library(dplyr)
company_nbrank("BICC")
company_nbrank("SNTS")
# }

Run the code above in your browser using DataLab