-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
51 lines (51 loc) · 1.62 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: cryptoQuotes
Title: Open Access to Cryptocurrency Market Data, Sentiment Indicators and Interactive Charts
Version: 1.3.2
Authors@R: c(
person(
given = "Serkan",
family = "Korkmaz",
email = "[email protected]",
role = c("cre", "aut", "ctb", "cph"),
comment = c(ORCID = "0000-0002-5052-0982")
),
person(
given = "Jonas",
family = "Cuzulan Hirani",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-9512-1993")
)
)
Description:
This high-level API client provides open access to cryptocurrency market data, sentiment indicators, and interactive charting tools.
The data is sourced from major cryptocurrency exchanges via 'curl' and returned in 'xts'-format. The data comes in open, high, low, and close (OHLC) format with flexible granularity, ranging from seconds to months.
This flexibility makes it ideal for developing and backtesting trading strategies or conducting detailed market analysis.
License: GPL (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
data.table,
knitr,
quantmod,
rmarkdown,
testthat (>= 3.0.0),
tidyverse
Config/testthat/edition: 3
Imports:
cli (>= 3.6.3),
curl (>= 5.2.1),
jsonlite (>= 1.8.8),
lifecycle (>= 1.0.4),
plotly (>= 4.10.4),
TTR (>= 0.24.4),
utils,
xts (>= 0.14.0),
zoo (>= 1.8-12)
Depends:
R (>= 4.0.0)
LazyData: true
VignetteBuilder: knitr
URL: https://serkor1.github.io/cryptoQuotes/, https://github.com/serkor1/cryptoQuotes
BugReports: https://github.com/serkor1/cryptoQuotes/issues