Abstract

English

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

EN-good2-Logo

French

L’hebdo N°16 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 14th, 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 14/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

1,420.433

32.914 ⇧

-11.171 ⇩

0.125

17.65

-41.04

Flop 15

1.265

-15.886 ⇩

-22.751 ⇩

0.305

-14.38

-21.38

BRVM

Top 15

6,742.467

1.823 ⇧

15.529 ⇧

5,975.000

1.18

20.78

Flop 15

3,724.333

-4.309 ⇩

2.494 ⇧

2,400.000

-4.71

6.21

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
SUMO RESOURCES PLC -0.5942222
E PANGO -0.2030540
QUANTUM GENOMICS -0.1940604
ARTOIS NOM. -0.0422896

Comments

#> ### Euronext top 4 stocks
#> The VAR of SUMO RESOURCES PLC is -0.5942. 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.2031. Although slightly less risky than SUMO RESOURCES PLC, it still presents a substantial risk that should not be ignored. 
#> The VAR of QUANTUM GENOMICS is -0.1941. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of ARTOIS NOM. is -0.0423. 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
FTSC -0.0734216
SCRC -0.0727940
BICC -0.0649157
ECOC -0.0306355

Comments

#> ### BRVM top 4 stocks
#> The VAR of FTSC is -0.0734. 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 FTSC, 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 ECOC is -0.0306. 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
FRANCE TOURISME -0.3739872
IMALLIANCE -0.2778887
SMALTO -0.2757778
MAZARO -0.1849099

Comments

#> ### Euronext flop 4 stocks
#> The VAR of FRANCE TOURISME is -0.374. 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.2779. Although slightly less risky than FRANCE TOURISME, it still presents a substantial risk that should not be ignored. 
#> The VAR of SMALTO is -0.2758. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of MAZARO is -0.1849. 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
ORGT -0.0741946
SAFC -0.0731003
NEIC -0.0723804
TTLC -0.0664215

Comments

#> ### BRVM flop 4 stocks
#> The VAR of ORGT 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 SAFC is -0.0731. Although slightly less risky than ORGT, it still presents a substantial risk that should not be ignored. 
#> The VAR of NEIC is -0.0724. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of TTLC is -0.0664. 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.