The No.35 weekly report on Euronext and BRVM financial markets.
L’hebdo N°35 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 January 26th, 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 26/01/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
Ticker | VAR |
---|---|
CORETECH 5 | -0.4560000 |
GROUPIMO | -0.3262585 |
AELIS FARMA | -0.0721126 |
CHARWOOD ENERGY | -0.0647535 |
Ticker | VAR |
---|---|
SIVC | -0.0726568 |
BOAS | -0.0712640 |
NEIC | -0.0693825 |
SCRC | -0.0687528 |
#> ### BRVM top 4 stocks
#> The VAR of SIVC is -0.0727. 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.0713. Although slightly less risky than SIVC, it still presents a substantial risk that should not be ignored.
#> The VAR of NEIC is -0.0694. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of SCRC is -0.0688. It is the least risky among the four analyzed stocks. However, even with a lower risk, it should not be underestimated.
Ticker | VAR |
---|---|
GENEURO | -0.2249233 |
TRONICS | -0.2249091 |
NAMR | -0.1746368 |
GROUPE OKWIND | -0.1041128 |
#> ### Euronext flop 4 stocks
#> The VAR of GENEURO is -0.2249. 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 TRONICS is -0.2249. Although slightly less risky than GENEURO, it still presents a substantial risk that should not be ignored.
#> The VAR of NAMR is -0.1746. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of GROUPE OKWIND is -0.1041. It is the least risky among the four analyzed stocks. However, even with a lower risk, it should not be underestimated.
Ticker | VAR |
---|---|
SLBC | -0.0750000 |
SPHC | -0.0744440 |
CFAC | -0.0698148 |
CIEC | -0.0653473 |
#> ### BRVM flop 4 stocks
#> The VAR of SLBC is -0.075. 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 SPHC is -0.0744. Although slightly less risky than SLBC, it still presents a substantial risk that should not be ignored.
#> The VAR of CFAC is -0.0698. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of CIEC is -0.0653. 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