company_nbrank {BRVM}R Documentation

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)

Arguments

.company

The company name

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

Value

"character"

Author(s)

Koffi Frederic SESSIE

Oudouss Diakité Abdoul

Steven P. Sanderson II, MPH

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


library(dplyr)
company_nbrank("BICC")
company_nbrank("SNTS")



[Package BRVM version 5.3.0 Index]