Abstract

English

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

EN-good2-Logo

French

L’hebdo N°6 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 July 08th, 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 08/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

Comparative statistiques analysis

Stock market

Performance

Average

Median

Price

Change (%)

YTD (%)

Price

Change (%)

YTD (%)

Euronext

Top

9.281

169.97 ⇧

94.509 ⇧

1.37

14.55

-1.79

Flop

19.638

-19.667 ⇩

-42.627 ⇩

0.20

-15.38

-26.67

BRVM

Top

5,564.000

1.387 ⇧

12.218 ⇧

2,995.00

0.69

14.21

Flop

4,412.067

-1.267 ⇩

3.745 ⇧

2,080.00

-0.69

4.17

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
FRANCE TOURISME -0.3893390
COLIPAYS -0.2667060
SOLOCAL GROUP -0.1386611
AXWAY SOFTWARE -0.0361212

Comments

#> ### Euronext top 4 stocks
#> The VAR of FRANCE TOURISME is -0.3893. 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 COLIPAYS is -0.2667. Although slightly less risky than FRANCE TOURISME, it still presents a substantial risk that should not be ignored. 
#> The VAR of SOLOCAL GROUP is -0.1387. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of AXWAY SOFTWARE is -0.0361. 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
SICC -0.0749898
NTLC -0.0747532
SPHC -0.0746220
UNXC -0.0732974

Comments

#> ### BRVM top 4 stocks
#> The VAR of SICC 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 NTLC is -0.0748. Although slightly less risky than SICC, it still presents a substantial risk that should not be ignored. 
#> The VAR of SPHC is -0.0746. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of UNXC is -0.0733. 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
SAFE -0.3692063
MIGUET ET ASSOCIES -0.2591592
ALPHA MOS -0.1537712
SONAGI -0.1418363

Comments

#> ### Euronext flop 4 stocks
#> The VAR of SAFE is -0.3692. 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 MIGUET ET ASSOCIES is -0.2592. Although slightly less risky than SAFE, it still presents a substantial risk that should not be ignored. 
#> The VAR of ALPHA MOS is -0.1538. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of SONAGI is -0.1418. 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
ORGT -0.0744310
SHEC -0.0675962
ETIT -0.0588235
BOABF -0.0515000

Comments

#> ### BRVM flop 4 stocks
#> The VAR of ORGT 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 SHEC is -0.0676. Although slightly less risky than ORGT, 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 BOABF is -0.0515. 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.