The No.30 weekly report on Euronext and BRVM financial markets.
L’hebdo N°30 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 22nd, 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 22/12/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 | 6.588 | 30.125 ⇧ | -11.527 ⇩ | 1.842 | 14.55 | -22.92 |
Flop 15 | 9.587 | -16.276 ⇩ | -29.69 ⇩ | 0.530 | -13.50 | -26.47 | |
BRVM | Top 15 | 7,195.667 | 1.193 ⇧ | 4,995.000 | 1.30 | ||
Flop 15 | 4,140.000 | -1.22 ⇩ | 11.815 ⇧ | 2,990.000 | -0.57 | 10.76 |
Ticker | VAR |
---|---|
GENTLEMENS EQUITY | -0.6666667 |
CYBERGUN | -0.5000000 |
AMATHEON AGRI | -0.2497353 |
ADEUNIS | -0.1842108 |
Ticker | VAR |
---|---|
PALC | -0.0746307 |
BOAM | -0.0733761 |
BICC | -0.0644678 |
LNBB | -0.0386717 |
#> ### BRVM top 4 stocks
#> The VAR of PALC is -0.0746. 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 BOAM is -0.0734. Although slightly less risky than PALC, it still presents a substantial risk that should not be ignored.
#> The VAR of BICC is -0.0645. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of LNBB is -0.0387. It is the least risky among the four analyzed stocks. However, even with a lower risk, it should not be underestimated.
Ticker | VAR |
---|---|
SMALTO | -0.4381250 |
FRANCE TOURISME | -0.3652381 |
CNOVA | -0.2850541 |
WEACCESS GROUP | -0.2648115 |
#> ### Euronext flop 4 stocks
#> The VAR of SMALTO is -0.4381. 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 FRANCE TOURISME is -0.3652. Although slightly less risky than SMALTO, it still presents a substantial risk that should not be ignored.
#> The VAR of CNOVA is -0.2851. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of WEACCESS GROUP is -0.2648. It is the least risky among the four analyzed stocks. However, even with a lower risk, it should not be underestimated.
Ticker | VAR |
---|---|
SMBC | -0.0728520 |
SCRC | -0.0715584 |
CFAC | -0.0706509 |
CIEC | -0.0653465 |
#> ### BRVM flop 4 stocks
#> The VAR of SMBC is -0.0729. 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.0716. Although slightly less risky than SMBC, it still presents a substantial risk that should not be ignored.
#> The VAR of CFAC is -0.0707. 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