Abstract

English

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

EN-good2-Logo

French

L’hebdo N°15 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 September 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/09/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

Statistical analysis

Stock market

Performance

Average

Median

Price

Change (%)

YTD (%)

Price

Change (%)

YTD (%)

Euronext

Top 15

14.153

23.241 ⇧

-0.805 ⇩

1.880

9.09

1.78

Flop 15

1.941

-22.968 ⇩

-36.021 ⇩

0.367

-15.66

-58.57

BRVM

Top 15

6,372.333

2.061 ⇧

22.285 ⇧

4,000.000

1.10

21.88

Flop 15

4,038.333

-2.565 ⇩

22.427 ⇧

2,340.000

-0.64

18.95

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
QUANTUM GENOMICS -0.1858467
KERLINK -0.1232447
SENSORION -0.0867304
INPOST -0.0465889

Comments

#> ### Euronext top 4 stocks
#> The VAR of QUANTUM GENOMICS is -0.1858. 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 KERLINK is -0.1232. Although slightly less risky than QUANTUM GENOMICS, it still presents a substantial risk that should not be ignored. 
#> The VAR of SENSORION is -0.0867. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of INPOST is -0.0466. 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
UNLC -0.0747901
SCRC -0.0728007
BICC -0.0649421
BOAB -0.0458276

Comments

#> ### BRVM top 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 SCRC is -0.0728. Although slightly less risky than UNLC, it still presents a substantial risk that should not be ignored. 
#> The VAR of BICC is -0.0649. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of BOAB 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
SUMO RESOURCES PLC -0.5960000
CUMULEX -0.3304000
REDITUS,SGPS -0.2829814
SMALTO -0.2790598

Comments

#> ### Euronext flop 4 stocks
#> The VAR of SUMO RESOURCES PLC is -0.596. 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 CUMULEX is -0.3304. Although slightly less risky than SUMO RESOURCES PLC, it still presents a substantial risk that should not be ignored. 
#> The VAR of REDITUS,SGPS is -0.283. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of SMALTO is -0.2791. 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
BNBC -0.0739698
PRSC -0.0738664
SIVC -0.0737288
BOAM -0.0725988

Comments

#> ### BRVM flop 4 stocks
#> The VAR of BNBC 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 PRSC is -0.0739. Although slightly less risky than BNBC, it still presents a substantial risk that should not be ignored. 
#> The VAR of SIVC is -0.0737. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of BOAM is -0.0726. 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.