The No.23 weekly report on Euronext and BRVM financial markets.
L’hebdo N°23 des marchés financiers Euronext et BRVM.
Dive into the world of stocks, indices, funds, ETFs, and bonds using Euronext and BRVM R packages. Whether you’re a researcher, investor, or financial enthusiast, these packages offer a user-friendly interface for seamless data retrieval, enabling comprehensive access to and analysis of historical data, share prices, trading volumes, and more.
Note : There are private versions of Euronext and BRVM packages that enable both technical and fundamental analysis, as well as asset management.
Please note that my R packages are tools designed to access and retrieve public financial information from the Euronext and BRVM stocks exchange. Data returned by the packages originates from Euronext and BRVM, and the package author is not the source of this data. All information is derived from the public domain, and users are advised to refer to the official Euronext website and BRVM website for specific data needs.
# github dev version
## We can use devtools
# Install development versions from GitHub
devtools::install_github("Fredysessie/Euronext")
devtools::install_github("Koffi-Fredysessie/BRVM")
# Or use remotes
# install.packages("remotes")
remotes::install_github("Fredysessie/Euronext")
remotes::install_github("Koffi-Fredysessie/BRVM")
In this weekly review of November 02nd, 2024, we will examine the top-performing and underperforming stocks on the Euronext and BRVM (Bourse Régionale des Valeurs Mobilières) financial markets.
Dans cette revue hebdomadaire du 02/11/2024, nous examinerons les titres les plus performants et sous-performants sur les marchés financiers Euronext et la BRVM (Bourse Régionale des Valeurs Mobilières).
# Retrieve risers performance
Euronext_top = EN_report('Risers')
Euronext_top
# Retrieve fallers performance
Euronext_flop = EN_report('Fallers')
Euronext_flop
# Retrieve risers performance
brvm_top = BRVM_report('Risers')
brvm_top
# Retrieve fallers performance
brvm_flop = BRVM_report('Fallers')
brvm_flop
Ticker | VAR |
---|---|
AVENTADOR | -0.3899607 |
GREAT WESTERN MIN. | -0.3058333 |
BIOSENIC | -0.1829537 |
ADEUNIS | -0.1622689 |
Ticker | VAR |
---|---|
BNBC | -0.0742677 |
SHEC | -0.0680742 |
SIBC | -0.0415316 |
SNTS | -0.0259641 |
#> ### BRVM top 4 stocks
#> The VAR of BNBC is -0.0743. This means there is a 1% chance that in one day, losses will exceed this value. It is the riskiest stock in our selection.
#> The VAR of SHEC is -0.0681. Although slightly less risky than BNBC, it still presents a substantial risk that should not be ignored.
#> The VAR of SIBC is -0.0415. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of SNTS is -0.026. It is the least risky among the four analyzed stocks. However, even with a lower risk, it should not be underestimated.
Ticker | VAR |
---|---|
VERGNET | -0.4788658 |
SMALTO | -0.4212500 |
ACTIVIUM GROUP | -0.2404759 |
FUGRO | -0.0547056 |
#> ### Euronext flop 4 stocks
#> The VAR of VERGNET is -0.4789. This means there is a 1% chance that in one day, losses will exceed this value. It is the riskiest stock in our selection.
#> The VAR of SMALTO is -0.4212. Although slightly less risky than VERGNET, it still presents a substantial risk that should not be ignored.
#> The VAR of ACTIVIUM GROUP is -0.2405. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of FUGRO is -0.0547. It is the least risky among the four analyzed stocks. However, even with a lower risk, it should not be underestimated.
Ticker | VAR |
---|---|
PRSC | -0.0739366 |
SCRC | -0.0728007 |
CIEC | -0.0653465 |
SMBC | -0.0515059 |
#> ### BRVM flop 4 stocks
#> The VAR of PRSC is -0.0739. This means there is a 1% chance that in one day, losses will exceed this value. It is the riskiest stock in our selection.
#> The VAR of SCRC is -0.0728. Although slightly less risky than PRSC, it still presents a substantial risk that should not be ignored.
#> The VAR of CIEC is -0.0653. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of SMBC is -0.0515. It is the least risky among the four analyzed stocks. However, even with a lower risk, it should not be underestimated.
Author :
* Koffi Frederic Sessie
(koffisessie@gmail.com)
Analyst : Koffi Frederic Sessie
cph (Copyright Holder) : Koffi Frederic Sessie
License : MIT 2024, Koffi Frederic SESSIE. All rights reserved.
Comments