BRVM_stock_market {BRVM} | R Documentation |
BRVM Official Quotation reviews
Description
This function receives as input a day of the week (working day) and returns the official quotation revews of that day.
Usage
BRVM_stock_market(.weekday)
Arguments
.weekday |
A quoted date, ie. "2022-01-31" or "2022/01/31". The date must be in ymd format "YYYY-MM-DD" or "YYYY/MM/DD". Must not be a weekend or a holiday |
Value
A formatabble table
Author(s)
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_ticker_desc()
,
company_cap()
,
company_country()
,
company_nbrank()
,
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_ticker_desc()
,
BRVM_traded_val()
,
company_cap()
,
company_country()
,
company_nbrank()
,
company_sector()
,
company_traded_val()
,
normality_test()
,
stationarity_test()
Examples
library(httr)
library(lubridate)
library(rvest)
library(timeDate)
library(formattable)
library(stringr)
BRVM_stock_market("2022-04-25")
BRVM_stock_market("2021-03-25")