Abstract

English

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

EN-good2-Logo

French

L’hebdo N°10 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 August 5th, 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 05/08/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

12.196

15.725 ⇧

-24.638 ⇩

2.82

9.09

-15.00

Flop 15

87.233

-23.848 ⇩

-38.398 ⇩

0.48

-14.70

-58.86

BRVM

Top 15

4,794.133

2.379 ⇧

5.515 ⇧

2,600.00

1.49

5.48

Flop 15

4,097.333

-1.501 ⇩

10.117 ⇧

3,000.00

-0.66

11.58

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
ADOMOS -0.5000000
REDITUS,SGPS -0.2500000
SMART GOOD THINGS -0.2067844
BERNARD LOISEAU -0.1727179

Comments

#> ### Euronext top 4 stocks
#> The VAR of ADOMOS 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 REDITUS,SGPS is -0.25. Although slightly less risky than ADOMOS, it still presents a substantial risk that should not be ignored. 
#> The VAR of SMART GOOD THINGS is -0.2068. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of BERNARD LOISEAU is -0.1727. 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
NTLC -0.0746696
FTSC -0.0735884
ETIT -0.0588235
ORAC -0.0387154

Comments

#> ### BRVM top 4 stocks
#> The VAR of NTLC 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 FTSC is -0.0736. Although slightly less risky than NTLC, it still presents a substantial risk that should not be ignored. 
#> The VAR of ETIT is -0.0588. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of ORAC is -0.0387. 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
PHARNEXT -0.5405811
LISGRAFICA -0.3000000
ACTICOR BIOTECH -0.1652638
HYLORIS -0.0514814

Comments

#> ### Euronext flop 4 stocks
#> The VAR of PHARNEXT is -0.5406. 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 LISGRAFICA is -0.3. Although slightly less risky than PHARNEXT, it still presents a substantial risk that should not be ignored. 
#> The VAR of ACTICOR BIOTECH is -0.1653. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of HYLORIS is -0.0515. 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
ABJC -0.0741940
STAC -0.0740741
SOGC -0.0730134
SIBC -0.0412088

Comments

#> ### BRVM flop 4 stocks
#> The VAR of ABJC 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 STAC is -0.0741. Although slightly less risky than ABJC, it still presents a substantial risk that should not be ignored. 
#> The VAR of SOGC is -0.073. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of SIBC is -0.0412. 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.