Abstract

English

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

EN-good2-Logo

French

L’hebdo N°17 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 September 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.

Français

Dans cette revue hebdomadaire du 22/09/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

20.530

25.685 ⇧

-5.543 ⇩

1.42

12.16

3.57

Flop 15

1.652

-14.699 ⇩

-43.665 ⇩

0.31

-12.66

-49.06

BRVM

Top 15

10,031.667

3.443 ⇧

20.142 ⇧

2,460.00

3.26

22.79

Flop 15

5,699.667

-1.115 ⇩

10.972 ⇧

3,750.00

-1.06

17.19

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
SMALTO -0.2757778
PARX MATERIALS NV -0.2634613
QUANTUM GENOMICS -0.1941371
HAMMERSON PLC -0.0377358

Comments

#> ### Euronext top 4 stocks
#> The VAR of SMALTO is -0.2758. 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 PARX MATERIALS NV is -0.2635. Although slightly less risky than SMALTO, it still presents a substantial risk that should not be ignored. 
#> The VAR of QUANTUM GENOMICS is -0.1941. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of HAMMERSON PLC is -0.0377. 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
SLBC -0.0750000
ABJC -0.0739932
SAFC -0.0730158
ECOC -0.0311931

Comments

#> ### BRVM top 4 stocks
#> The VAR of SLBC is -0.075. 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 SLBC, it still presents a substantial risk that should not be ignored. 
#> The VAR of SAFC is -0.073. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of ECOC is -0.0312. 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
LISGRAFICA -0.3000000
TRONICS -0.2174127
E PANGO -0.2032137
UMALIS GROUP -0.1990561

Comments

#> ### Euronext flop 4 stocks
#> The VAR of LISGRAFICA is -0.3. 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 TRONICS is -0.2174. Although slightly less risky than LISGRAFICA, it still presents a substantial risk that should not be ignored. 
#> The VAR of E PANGO is -0.2032. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of UMALIS GROUP is -0.1991. 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
SPHC -0.0746339
PRSC -0.0738658
SMBC -0.0440119
BOAC -0.0413798

Comments

#> ### BRVM flop 4 stocks
#> The VAR of SPHC 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 PRSC is -0.0739. Although slightly less risky than SPHC, it still presents a substantial risk that should not be ignored. 
#> The VAR of SMBC is -0.044. 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.

Author :
* Koffi Frederic Sessie ()

Analyst : Koffi Frederic Sessie

cph (Copyright Holder) : Koffi Frederic Sessie

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