Abstract

English

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

EN-good2-Logo

French

L’hebdo N°38 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 February 23rd, 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 23/02/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

26.476

16.655 ⇧

27.28 ⇧

1.746

13.64

20.440

Flop 15

0.637

-17.846 ⇩

-41.958 ⇩

0.302

-13.71

-34.960

BRVM

Top 15

5,891.000

3.233 ⇧

8.011 ⇧

3,810.000

2.29

7.690

Flop 15

3,598.733

-0.561 ⇩

5.551 ⇧

2,225.000

-0.22

1.195

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
SIRIUS MEDIA -0.2042208
GOLD BY GOLD -0.1537549
TARKETT -0.0410376
GTT -0.0400465

Comments

#> ### Euronext top 4 stocks
#> The VAR of SIRIUS MEDIA is -0.2042. 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 GOLD BY GOLD is -0.1538. Although slightly less risky than SIRIUS MEDIA, it still presents a substantial risk that should not be ignored. 
#> The VAR of TARKETT is -0.041. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of GTT is -0.04. 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.0740900
FTSC -0.0729416
BOAC -0.0458255

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.0741. Although slightly less risky than SLBC, it still presents a substantial risk that should not be ignored. 
#> The VAR of FTSC is -0.0729. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of BOAC is -0.0458. 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
CYBERGUN -0.5000000
PARX MATERIALS NV -0.2600761
IMMERSION -0.1744366
TROC ILE -0.1182319

Comments

#> ### Euronext flop 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 PARX MATERIALS NV is -0.2601. Although slightly less risky than CYBERGUN, it still presents a substantial risk that should not be ignored. 
#> The VAR of IMMERSION is -0.1744. 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.1182. 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
STAC -0.0742639
UNXC -0.0727518
SCRC -0.0663226
ONTBF -0.0652332

Comments

#> ### BRVM flop 4 stocks
#> The VAR of STAC is -0.0743. 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 UNXC is -0.0728. Although slightly less risky than STAC, it still presents a substantial risk that should not be ignored. 
#> The VAR of SCRC is -0.0663. 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.

Author :
* Koffi Frederic Sessie ()

Analyst : Koffi Frederic Sessie

cph (Copyright Holder) : Koffi Frederic Sessie

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