Abstract

English

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

EN-good2-Logo

French

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

64.076

22.148 ⇧

23.215 ⇧

0.36

17.19

9.09

Flop 15

0.681

-15.236 ⇩

-10.084 ⇩

0.41

-13.50

-7.43

BRVM

Top 15

5,220.667

2.075 ⇧

-3.811 ⇩

2,450.00

1.71

-3.35

Flop 15

4,350.733

-1.303 ⇩

-3.8 ⇩

2,380.00

-0.42

-2.11

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
DOLFINES -0.3989231
FIPP -0.1504219
FORSEE POWER -0.0762455

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 DOLFINES is -0.3989. Although slightly less risky than CYBERGUN, it still presents a substantial risk that should not be ignored. 
#> The VAR of FIPP is -0.1504. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of FORSEE POWER is -0.0762. 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
SIVC -0.0725378
BOAS -0.0707626
SDSC -0.0707477
NEIC -0.0693846

Comments

#> ### BRVM top 4 stocks
#> The VAR of SIVC is -0.0725. 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 BOAS is -0.0708. Although slightly less risky than SIVC, it still presents a substantial risk that should not be ignored. 
#> The VAR of SDSC is -0.0707. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of NEIC is -0.0694. 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
VERGNET -0.4794031
SMALTO -0.4378472
IDS -0.2379412
MEDIA CAPITAL -0.1695017

Comments

#> ### Euronext flop 4 stocks
#> The VAR of VERGNET is -0.4794. 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 SMALTO is -0.4378. Although slightly less risky than VERGNET, it still presents a substantial risk that should not be ignored. 
#> The VAR of IDS is -0.2379. This ticker is considerably less risky than the first two, but it is still essential to remain vigilant. 
#> The VAR of MEDIA CAPITAL is -0.1695. 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
SLBC -0.0750000
ABJC -0.0740885
BOAM -0.0733761
BICC -0.0619536

Comments

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