Abstract

English

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

EN-good2-Logo

French

L’hebdo N°36 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 02nd, 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 02/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

4.015

22.607 ⇧

14.951 ⇧

1.7

11.00

9.12

Flop 15

54.970

-18.696 ⇩

-9.752 ⇩

0.8

-18.87

-19.05

BRVM

Top 15

4,846.000

3.563 ⇧

-0.349 ⇩

2,295.0

3.33

0.47

Flop 15

4,359.667

-0.895 ⇩

-3.449 ⇩

1,835.0

-0.39

-3.42

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
BOOSTHEAT -0.4523284
CANDELA INVEST -0.2422065
GROUPE TERA -0.1397359

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 BOOSTHEAT is -0.4523. Although slightly less risky than CYBERGUN, it still presents a substantial risk that should not be ignored. 
#> The VAR of CANDELA INVEST is -0.2422. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of GROUPE TERA is -0.1397. 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
BOAN -0.0744091
ORGT -0.0741879
TTLC -0.0648622
ECOC -0.0294360

Comments

#> ### BRVM top 4 stocks
#> The VAR of BOAN 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 ORGT is -0.0742. Although slightly less risky than BOAN, it still presents a substantial risk that should not be ignored. 
#> The VAR of TTLC is -0.0649. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of ECOC is -0.0294. 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
OCTOPUS BIOSAFETY -0.2777633
IMALLIANCE -0.2732657
ONE EXPERIENCE -0.2117284
CARMAT -0.1704467

Comments

#> ### Euronext flop 4 stocks
#> The VAR of OCTOPUS BIOSAFETY is -0.2778. 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 IMALLIANCE is -0.2733. Although slightly less risky than OCTOPUS BIOSAFETY, it still presents a substantial risk that should not be ignored. 
#> The VAR of ONE EXPERIENCE is -0.2117. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of CARMAT is -0.1704. 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
PRSC -0.0741544
TTLS -0.0735777
SDCC -0.0566038
ORAC -0.0394072

Comments

#> ### BRVM flop 4 stocks
#> The VAR of PRSC is -0.0742. 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 TTLS is -0.0736. Although slightly less risky than PRSC, it still presents a substantial risk that should not be ignored. 
#> The VAR of SDCC is -0.0566. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of ORAC is -0.0394. 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.