Learn R Programming

BRVM (version 5.3.0)

company_traded_val: Brvm Company traded volume value - To know the traded volume value of each company

Description

It receives one company listed on the BRVM stock exchange, Turn to upper case the input by using toupper() and returns informations about the company's traded value

Usage

company_traded_val(company)

Value

"character"

Arguments

company

The name of company listed on the BRVM stock exchange

Author

Koffi Frederic SESSIE

See Also

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_nbrank(), company_sector()

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_nbrank(), company_sector(), normality_test(), stationarity_test()

Examples

Run this code

company_traded_val("ETIT")
company_traded_val("ontbf")


Run the code above in your browser using DataLab