The No.29 weekly report on Euronext and BRVM financial markets.
L’hebdo N°29 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 December 15th, 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 08/15/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
Stock market | Performance | Average | Median | ||||
---|---|---|---|---|---|---|---|
Price | Change (%) | YTD (%) | Price | Change (%) | YTD (%) | ||
Euronext | Top 15 | 3.886 | 21.627 ⇧ | -9.263 ⇩ | 1.87 | 15.61 | -17.68 |
Flop 15 | 3.027 | -13.082 ⇩ | -38.224 ⇩ | 1.50 | -10.53 | -47.31 | |
BRVM | Top 15 | 7,576.000 | 1.446 ⇧ | 23.854 ⇧ | 3,720.00 | 1.14 | 30.56 |
Flop 15 | 4,033.667 | -2.047 ⇩ | 16.901 ⇧ | 1,980.00 | -1.73 | 4.35 |
Ticker | VAR |
---|---|
UMALIS GROUP | -0.2312638 |
TRONICS | -0.2139640 |
MARE NOSTRUM | -0.1282647 |
INNATE PHARMA | -0.0592986 |
Ticker | VAR |
---|---|
TTLS | -0.0735798 |
SOGC | -0.0732980 |
BOAS | -0.0729189 |
ONTBF | -0.0652176 |
#> ### BRVM top 4 stocks
#> The VAR of TTLS is -0.0736. 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 SOGC is -0.0733. Although slightly less risky than TTLS, it still presents a substantial risk that should not be ignored.
#> The VAR of BOAS is -0.0729. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of ONTBF is -0.0652. It is the least risky among the four analyzed stocks. However, even with a lower risk, it should not be underestimated.
Ticker | VAR |
---|---|
GENTLEMENS EQUITY | -0.6666667 |
NEOVACS | -0.5000000 |
IMALLIANCE | -0.2588932 |
GROUPE TERA | -0.1393115 |
#> ### Euronext flop 4 stocks
#> The VAR of GENTLEMENS EQUITY is -0.6667. 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 NEOVACS is -0.5. Although slightly less risky than GENTLEMENS EQUITY, it still presents a substantial risk that should not be ignored.
#> The VAR of IMALLIANCE is -0.2589. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of GROUPE TERA is -0.1393. 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 |
BOAN | -0.0744069 |
CABC | -0.0733945 |
CBIBF | -0.0447615 |
#> ### 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 BOAN is -0.0744. Although slightly less risky than SLBC, it still presents a substantial risk that should not be ignored.
#> The VAR of CABC is -0.0734. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of CBIBF is -0.0448. 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