The No.43 weekly report on Euronext and BRVM financial markets.
L’hebdo N°43 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 March 22nd, 2025, 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 22/03/2025, 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
Stock market | Performance | Average | Median | ||||
---|---|---|---|---|---|---|---|
Price | Change (%) | YTD (%) | Price | Change (%) | YTD (%) | ||
Euronext | Top 15 | 6.477 | 19.372 ⇧ | 7.171 ⇧ | 0.301 | 16.28 | 8.57 |
Flop 15 | 13.351 | -20.934 ⇩ | -28.341 ⇩ | 0.380 | -16.14 | -33.81 | |
BRVM | Top 15 | 6,792.067 | 4.141 ⇧ | 11.499 ⇧ | 4,850.000 | 4.56 | 14.29 |
Flop 15 | 4,579.333 | -2.009 ⇩ | 20.766 ⇧ | 2,675.000 | -0.85 | 13.64 |
Ticker | VAR |
---|---|
CUMULEX | -0.3953333 |
WEYA | -0.3327500 |
EUROPLASMA | -0.3275709 |
OCTOPUS BIOSAFETY | -0.2779144 |
Ticker | VAR |
---|---|
SIVC | -0.0725830 |
BOAS | -0.0707626 |
BOAM | -0.0669766 |
BOAB | -0.0665819 |
#> ### BRVM top 4 stocks
#> The VAR of SIVC is -0.0726. 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 BOAS is -0.0708. Although slightly less risky than SIVC, it still presents a substantial risk that should not be ignored.
#> The VAR of BOAM is -0.067. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of BOAB is -0.0666. It is the least risky among the four analyzed stocks. However, even with a lower risk, it should not be underestimated.
Ticker | VAR |
---|---|
CYBERGUN | -0.5000000 |
PARX MATERIALS NV | -0.2635374 |
ARDOIN ST AMAND A | -0.1871384 |
KLARSEN | -0.1152968 |
#> ### Euronext flop 4 stocks
#> The VAR of CYBERGUN is -0.5. 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 PARX MATERIALS NV is -0.2635. Although slightly less risky than CYBERGUN, it still presents a substantial risk that should not be ignored.
#> The VAR of ARDOIN ST AMAND A is -0.1871. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of KLARSEN is -0.1153. It is the least risky among the four analyzed stocks. However, even with a lower risk, it should not be underestimated.
Ticker | VAR |
---|---|
SAFC | -0.0742401 |
CFAC | -0.0698089 |
TTLC | -0.0657928 |
ORAC | -0.0524193 |
#> ### BRVM flop 4 stocks
#> The VAR of SAFC is -0.0742. 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 CFAC is -0.0698. Although slightly less risky than SAFC, it still presents a substantial risk that should not be ignored.
#> The VAR of TTLC is -0.0658. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of ORAC is -0.0524. 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 2025, Koffi Frederic SESSIE. All rights reserved.
Comments