Abstract

English

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

EN-good2-Logo

French

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

Overview

Financial Insights 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 Euronext and BRVM package.

# 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 July 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.

Français

Dans cette revue hebdomadaire du 15/07/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

Statistical analysis

Stock market

Performance

Average

Median

Price

Change (%)

YTD (%)

Price

Change (%)

YTD (%)

Euronext

Top

1.272

22.823 ⇧

-13.667 ⇩

0.57

20.31

-9.09

Flop

70.732

-0.091 ⇩

6.469 ⇧

20.10

-0.10

4.62

BRVM

Top

2,518.133

0.706 ⇧

9.509 ⇧

2,145.00

0.12

8.97

Flop

5,394.667

-1.137 ⇩

1.658 ⇧

2,850.00

-0.74

4.21

Top : Graph analysis

Flop : Graph analysis

Top : VAR analysis at 1%

Euronext top 4 stocks by VAR

Euronext top 4 stocks ranking by VAR

Ticker VAR
NEOVACS -0.4941196
LISGRAFICA -0.2991176
ALVEEN -0.2000000
NX FILTRATION -0.0709761

Comments

#> ### Euronext top 4 stocks
#> The VAR of NEOVACS is -0.4941. 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 LISGRAFICA is -0.2991. Although slightly less risky than NEOVACS, it still presents a substantial risk that should not be ignored. 
#> The VAR of ALVEEN is -0.2. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of NX FILTRATION is -0.071. 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
ABJC -0.0741940
SDSC -0.0728621
BOAM -0.0725233
TTLC -0.0651570

Comments

#> ### BRVM top 4 stocks
#> The VAR of ABJC is -0.0742. 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 SDSC is -0.0729. Although slightly less risky than ABJC, it still presents a substantial risk that should not be ignored. 
#> The VAR of BOAM is -0.0725. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of TTLC is -0.0652. 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
GECI INTL -0.5000000
DBT -0.2500000
SARTORIUS STED BIO -0.0886627
PHILIPS -0.0629420

Comments

#> ### Euronext flop 4 stocks
#> The VAR of GECI INTL is -0.5. 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 DBT is -0.25. Although slightly less risky than GECI INTL, it still presents a substantial risk that should not be ignored. 
#> The VAR of SARTORIUS STED BIO is -0.0887. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of PHILIPS is -0.0629. 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
BNBC -0.0739661
TTLS -0.0739656
ONTBF -0.0600741
CBIBF -0.0431779

Comments

#> ### 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.074. Although slightly less risky than BNBC, it still presents a substantial risk that should not be ignored. 
#> The VAR of ONTBF is -0.0601. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of CBIBF is -0.0432. 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.