Abstract

English

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

EN-good2-Logo

French

L’hebdo N°33 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 January 12th, 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 12/01/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

6.330

23.139 ⇧

17.846 ⇧

0.72

13.89

12.860

Flop 15

2.604

-12.612 ⇩

-0.127 ⇩

0.82

-11.76

-0.500

BRVM

Top 15

4,279.333

3.411 ⇧

-1.609 ⇩

2,940.00

3.09

-2.165

Flop 15

5,451.000

-0.889 ⇩

-0.711 ⇩

2,390.00

-0.42

-0.470

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
CORETECH 5 -0.4585000
E PANGO -0.2528973
FONCIERE 7 INVEST -0.1734524
CABASSE -0.0922098

Comments

#> ### Euronext top 4 stocks
#> The VAR of CORETECH 5 is -0.4585. 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 E PANGO is -0.2529. Although slightly less risky than CORETECH 5, it still presents a substantial risk that should not be ignored. 
#> The VAR of FONCIERE 7 INVEST is -0.1735. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of CABASSE is -0.0922. 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.0747066
STAC -0.0742547
NEIC -0.0693868
SIBC -0.0460936

Comments

#> ### BRVM top 4 stocks
#> The VAR of SICC 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 STAC is -0.0743. Although slightly less risky than SICC, it still presents a substantial risk that should not be ignored. 
#> The VAR of NEIC is -0.0694. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of SIBC is -0.0461. 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
THE AZUR SELECTION -0.2437899
PROACTIS SA -0.2214118
COURBET -0.1778088
DBV TECHNOLOGIES -0.0885546

Comments

#> ### Euronext flop 4 stocks
#> The VAR of THE AZUR SELECTION is -0.2438. 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 PROACTIS SA is -0.2214. Although slightly less risky than THE AZUR SELECTION, it still presents a substantial risk that should not be ignored. 
#> The VAR of COURBET is -0.1778. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of DBV TECHNOLOGIES is -0.0886. 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.0739916
CFAC -0.0701476
BOAB -0.0666543
ORAC -0.0394072

Comments

#> ### BRVM flop 4 stocks
#> The VAR of PRSC is -0.074. 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 CFAC is -0.0701. Although slightly less risky than PRSC, it still presents a substantial risk that should not be ignored. 
#> The VAR of BOAB is -0.0667. 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.