The goal of tunisianfirms is to spread cotation of Tunisian stock Exchange Firms
Coming soon You can install the released version of tunisianfirms from CRAN with:
install.packages("tunisianfirms")
or
library(devtools)
devtools::install_github("Foha2001/tunisianfirms")
you have to install devtools before, when installing from github
This is a basic example which shows you how to solve a common problem:
library(tunisianfirms)
## basic example code
cotation("ATTIJARIBANK")
head(sample_data)
#> date lib prix
#> 1 2019-01-02 GIFDA5/42931 0.01
#> 2 2019-01-02 SOMCDA3/3725 0.01
#> 3 2019-01-02 TLSDS3/2021 0.01
#> 4 2019-01-03 GIFDA4/23727 0.01
#> 5 2019-01-03 GIFDA5/42931 0.01
#> 6 2019-01-03 SAHDA1/1425 0.01
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.