The No.14 weekly report on Euronext and BRVM financial markets.
L’hebdo N°14 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 August 31st, 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 31/08/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 | 13.330 | 12.445 ⇧ | 2.129 ⇧ | 2.44 | 11.43 | 2.63 |
Flop 15 | 6.090 | -13.936 ⇩ | -4.89 ⇩ | 4.66 | -13.11 | 1.81 | |
BRVM | Top 15 | 4,034.800 | 4.633 ⇧ | 16.157 ⇧ | 3,370.00 | 5.12 | 13.46 |
Flop 15 | 5,607.333 | -2.425 ⇩ | 12.879 ⇧ | 2,745.00 | -1.01 | 20.38 |
Ticker | VAR |
---|---|
AUGROS COSMETICS | -0.1500273 |
CORRE ENERGY B.V. | -0.1427922 |
MEDESIS PHARMA | -0.1262935 |
GROUPE TERA | -0.1132819 |
Ticker | VAR |
---|---|
UNLC | -0.0747897 |
ABJC | -0.0739904 |
BOAS | -0.0729192 |
BOAM | -0.0719614 |
#> ### BRVM top 4 stocks
#> The VAR of UNLC is -0.0748. 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 ABJC is -0.074. Although slightly less risky than UNLC, 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 BOAM is -0.072. It is the least risky among the four analyzed stocks. However, even with a lower risk, it should not be underestimated.
Ticker | VAR |
---|---|
ALGREEN | -0.3839043 |
FRANCE TOURISME | -0.3765458 |
VERNEY CARRON | -0.2234211 |
E PANGO | -0.2030540 |
#> ### Euronext flop 4 stocks
#> The VAR of ALGREEN is -0.3839. 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.3765. Although slightly less risky than ALGREEN, it still presents a substantial risk that should not be ignored.
#> The VAR of VERNEY CARRON is -0.2234. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of E PANGO is -0.2031. It is the least risky among the four analyzed stocks. However, even with a lower risk, it should not be underestimated.
Ticker | VAR |
---|---|
BNBC | -0.0739697 |
TTLS | -0.0737911 |
SIVC | -0.0737225 |
BICC | -0.0648894 |
#> ### BRVM flop 4 stocks
#> The VAR of BNBC is -0.074. 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 TTLS is -0.0738. Although slightly less risky than BNBC, it still presents a substantial risk that should not be ignored.
#> The VAR of SIVC is -0.0737. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant.
#> The VAR of BICC is -0.0649. 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