Abstract

English

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

EN-good2-Logo

French

L’hebdo N°21 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 20th, 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 20/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

12.119

22.197 ⇧

-17.557 ⇩

0.555

14.49

-46.67

Flop 15

25.606

-18.385 ⇩

-31.131 ⇩

1.190

-13.64

-24.67

BRVM

Top 15

5,425.333

0.647 ⇧

24.456 ⇧

4,000.000

0.57

24.41

Flop 15

5,138.333

-1.517 ⇩

20.543 ⇧

2,145.000

-1.16

20.25

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
CYBERGUN -0.5000000
BIOSENIC -0.1839363
ADOCIA -0.1197174
GLOBAL BIOENERGIES -0.1135050

Comments

#> ### Euronext top 4 stocks
#> The VAR of CYBERGUN 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 BIOSENIC is -0.1839. Although slightly less risky than CYBERGUN, it still presents a substantial risk that should not be ignored. 
#> The VAR of ADOCIA is -0.1197. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of GLOBAL BIOENERGIES is -0.1135. 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
NTLC -0.0746922
SCRC -0.0728007
SIBC -0.0415316
ECOC -0.0306394

Comments

#> ### BRVM top 4 stocks
#> The VAR of NTLC is -0.0747. 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 SCRC is -0.0728. Although slightly less risky than NTLC, it still presents a substantial risk that should not be ignored. 
#> The VAR of SIBC is -0.0415. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of ECOC is -0.0306. 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
SUMO RESOURCES PLC -0.5853333
LISGRAFICA -0.3000000
EDUFORM ACTION -0.1597710
CNOVA -0.1511771

Comments

#> ### Euronext flop 4 stocks
#> The VAR of SUMO RESOURCES PLC is -0.5853. 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.3. Although slightly less risky than SUMO RESOURCES PLC, it still presents a substantial risk that should not be ignored. 
#> The VAR of EDUFORM ACTION is -0.1598. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of CNOVA is -0.1512. 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
SLBC -0.0750000
CABC -0.0735931
BOAM -0.0733778
BOAC -0.0413798

Comments

#> ### BRVM flop 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 CABC is -0.0736. Although slightly less risky than SLBC, it still presents a substantial risk that should not be ignored. 
#> The VAR of BOAM is -0.0734. 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.