-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 1.39 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: Euronext
Title: Retrieve Historical Data of Companies Listed on the 'Euronext' Stock Exchange
Version: 2.0.1
Authors@R:
person("Sessie","Koffi Frederic", email = "[email protected]",
role = c("aut","cre","cph"))
Description: Provides seamless access to historical data of companies listed on the 'Euronext' Stock Exchange (<https://live.euronext.com/en>), enabling users to retrieve real-time information directly within the R environment. With functions tailored for data retrieval and manipulation, users can effortlessly access a wide range of financial data, including stock prices, trading volumes, and more. Leveraging the power of R, this package facilitates efficient analysis and visualization of stock market trends, aiding investors, analysts, and researchers in making informed decisions. By combining ease of use with comprehensive data access, 'Euronext' empowers R users to delve deep into the dynamics of European financial markets, offering valuable insights for various financial applications.
License: MIT + file LICENSE
URL: https://rpubs.com/Fredysessie/euronext
BugReports: https://github.com/Fredysessie/Euronext/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Imports:
httr,
magrittr,
stringr,
jsonlite,
rlang(>= 0.4.11),
rvest,
httr2,
xts,
dplyr,
flextable,
highcharter,
grDevices
Suggests:
lubridate
RoxygenNote: 7.2.3