Abstract

English

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

EN-good2-Logo

French

L’hebdo N°19 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 October 06th, 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 06/10/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 15

10.761

27.347 ⇧

-18.63 ⇩

0.426

22.22

-29.90

Flop 15

6.867

-15.586 ⇩

-39.632 ⇩

1.420

-15.97

-42.80

BRVM

Top 15

7,068.333

2.844 ⇧

25.738 ⇧

3,600.000

1.65

23.68

Flop 15

3,555.067

-2.555 ⇩

3.523 ⇧

2,200.000

-1.67

7.59

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
GENTLEMENS EQUITY -0.7332331
SMALTO -0.4222917
ACTICOR BIOTECH -0.1677901
LAVIDE HOLDING -0.1132887

Comments

#> ### Euronext top 4 stocks
#> The VAR of GENTLEMENS EQUITY is -0.7332. 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 SMALTO is -0.4223. Although slightly less risky than GENTLEMENS EQUITY, it still presents a substantial risk that should not be ignored. 
#> The VAR of ACTICOR BIOTECH is -0.1678. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of LAVIDE HOLDING is -0.1133. 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
SAFC -0.0735168
BOAM -0.0733778
BOAS -0.0708057
BOAC -0.0413798

Comments

#> ### BRVM top 4 stocks
#> The VAR of SAFC is -0.0735. 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 SAFC, it still presents a substantial risk that should not be ignored. 
#> The VAR of BOAS is -0.0708. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of BOAC is -0.0414. 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
I.CERAM -0.1961905
NSC GROUPE -0.1707423
REALITES -0.1567073
CONDURIL -0.1332382

Comments

#> ### Euronext flop 4 stocks
#> The VAR of I.CERAM is -0.1962. 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 NSC GROUPE is -0.1707. Although slightly less risky than I.CERAM, it still presents a substantial risk that should not be ignored. 
#> The VAR of REALITES is -0.1567. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of CONDURIL is -0.1332. 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
ABJC -0.0739932
SHEC -0.0680742
ETIT -0.0588235
BOAB -0.0535559

Comments

#> ### BRVM flop 4 stocks
#> The VAR of ABJC 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 SHEC is -0.0681. Although slightly less risky than ABJC, it still presents a substantial risk that should not be ignored. 
#> The VAR of ETIT is -0.0588. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of BOAB is -0.0536. 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.