Abstract

English

The No.4 weekly report on Euronext and BRVM financial markets.

EN-good2-Logo

French

L’hebdo N°4 des marchés financiers Euronext et BRVM.

Overview

Unlock the Power of financial data with Euronext and BRVM R Packages

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.

Disclaimer:

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.

Get in touch with the Euronext package and elevate your understanding of financial markets through the lens of R.

# 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")

Description

English

In this weekly review of June 24, 2024, we will examine the top-performing and underperforming stocks on the Euronext and BRVM (Bourse Régionale des Valeurs Mobilières) financial markets.

Français

Dans cette revue hebdomadaire du 24/06/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).

Euronext Top 15

# Retrieve risers performance
Euronext_top = EN_report('Risers')

Euronext_top

Euronext Flop 15

# Retrieve fallers performance
Euronext_flop = EN_report('Fallers')

Euronext_flop

BRVM Top 15

# Retrieve risers performance
brvm_top = BRVM_report('Risers')

brvm_top

BRVM Flop 15

# Retrieve fallers performance
brvm_flop = BRVM_report('Fallers')

brvm_flop

Comparative statistiques analysis

Stock market

Performance

Average

Median

Price

Change (%)

YTD (%)

Price

Change (%)

YTD (%)

Euronext

Top

0.804

35.26 ⇧

2.863 ⇧

0.410

20.80

-16.95

Flop

2.727

-20.071 ⇩

-45.038 ⇩

1.174

-15.65

-41.86

BRVM

Top

5,011.667

1.938 ⇧

6.849 ⇧

2,580.000

1.28

8.45

Flop

4,022.000

-2.567 ⇩

1.688 ⇧

1,530.000

-1.75

2.21

Top : Comparative graph analysis

Flop : Comparative graph analysis

Top : VAR analysis at 1%

Euronext top 4 stocks by VAR

Euronext top 4 stocks ranking by VAR

Ticker VAR
FASHION B AIR -0.4815333
SAFE -0.4034051
E PANGO -0.1539749
SONAGI -0.1071921

Comments

#> ### Euronext top 4 stocks
#> The VAR of FASHION B AIR is -0.4815. 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 SAFE is -0.4034. Although slightly less risky than FASHION B AIR, it still presents a substantial risk that should not be ignored. 
#> The VAR of E PANGO is -0.154. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of SONAGI is -0.1072. It is the least risky among the four analyzed stocks. However, even with a lower risk, it should not be underestimated.

BRVM top 4 by VAR

BRVM top 4 stocks ranking by VAR

Ticker VAR
UNXC -0.0744250
PRSC -0.0738786
SCRC -0.0733945
BOAB -0.0443874

Comments

#> ### BRVM top 4 stocks
#> The VAR of UNXC is -0.0744. 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 PRSC is -0.0739. Although slightly less risky than UNXC, it still presents a substantial risk that should not be ignored. 
#> The VAR of SCRC is -0.0734. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of BOAB is -0.0444. It is the least risky among the four analyzed stocks. However, even with a lower risk, it should not be underestimated.

Flop : VAR analysis at 1%

Euronext flop 4 stocks by VAR

Euronext flop 4 stocks ranking by VAR

Ticker VAR
WEACCESS GROUP -0.2853880
AMATHEON AGRI -0.2439638
EDITIONS DU SIGNE -0.2200000
ATON -0.1836556

Comments

#> ### Euronext flop 4 stocks
#> The VAR of WEACCESS GROUP is -0.2854. 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 AMATHEON AGRI is -0.244. Although slightly less risky than WEACCESS GROUP, it still presents a substantial risk that should not be ignored. 
#> The VAR of EDITIONS DU SIGNE is -0.22. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of ATON is -0.1837. It is the least risky among the four analyzed stocks. However, even with a lower risk, it should not be underestimated.

BRVM flop 4 by VAR

BRVM flop 4 stocks ranking by VAR

Ticker VAR
STAC -0.0740741
BNBC -0.0739713
CABC -0.0735256
NEIC -0.0724116

Comments

#> ### BRVM flop 4 stocks
#> The VAR of STAC is -0.0741. 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 BNBC is -0.074. Although slightly less risky than STAC, it still presents a substantial risk that should not be ignored. 
#> The VAR of CABC is -0.0735. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of NEIC is -0.0724. 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 ()

Analyst : Koffi Frederic Sessie

cph (Copyright Holder) : Koffi Frederic Sessie

License : MIT 2024, Koffi Frederic SESSIE. All rights reserved.