Abstract

English

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

EN-good2-Logo

French

L’hebdo N°41 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 March 09th, 2025, 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 09/03/2025, 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

5.748

30.961 ⇧

34.887 ⇧

0.386

23.79

20.63

Flop 15

1.846

-16.291 ⇩

7.612 ⇧

0.664

-15.63

-7.43

BRVM

Top 15

5,642.000

2.969 ⇧

18.239 ⇧

4,250.000

2.65

14.29

Flop 15

5,470.333

-1.887 ⇩

6.815 ⇧

3,740.000

-0.68

5.48

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
EUROPLASMA -0.3276580
ARCHOS -0.2388041
THE AZUR SELECTION -0.2337815

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 EUROPLASMA is -0.3277. Although slightly less risky than CYBERGUN, it still presents a substantial risk that should not be ignored. 
#> The VAR of ARCHOS is -0.2388. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of THE AZUR SELECTION is -0.2338. 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
SMBC -0.0747387
FTSC -0.0729390
SHEC -0.0655882
ONTBF -0.0652332

Comments

#> ### BRVM top 4 stocks
#> The VAR of SMBC 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 FTSC is -0.0729. Although slightly less risky than SMBC, it still presents a substantial risk that should not be ignored. 
#> The VAR of SHEC is -0.0656. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of ONTBF 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
ACHETER-LOUER.FR -0.5000000
TONNER DRONES -0.3333333
BARBARA BUI -0.1863750
TROC ILE -0.1357782

Comments

#> ### Euronext flop 4 stocks
#> The VAR of ACHETER-LOUER.FR 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 TONNER DRONES is -0.3333. Although slightly less risky than ACHETER-LOUER.FR, it still presents a substantial risk that should not be ignored. 
#> The VAR of BARBARA BUI is -0.1864. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of TROC ILE is -0.1358. 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
UNLC -0.0748485
BOAN -0.0744091
SDSC -0.0706001
ETIT -0.0625000

Comments

#> ### BRVM flop 4 stocks
#> The VAR of UNLC is -0.0748. 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 BOAN is -0.0744. Although slightly less risky than UNLC, it still presents a substantial risk that should not be ignored. 
#> The VAR of SDSC is -0.0706. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of ETIT is -0.0625. 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 2025, Koffi Frederic SESSIE. All rights reserved.