Package: cryptoQuotes Title: Open Access to Cryptocurrency Market Data, Sentiment Indicators and Interactive Charts Version: 1.3.4 Authors@R: c( person( given = "Serkan", family = "Korkmaz", email = "serkor1@duck.com", role = c("cre", "aut", "ctb", "cph"), comment = c(ORCID = "0000-0002-5052-0982") ), person( given = "Jonas", family = "Cuzulan Hirani", email = "jjh@vive.dk", 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 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://serkor1.r-universe.dev Date/Publication: 2026-02-15 11:16:53 UTC RemoteUrl: https://github.com/serkor1/cryptoQuotes RemoteRef: HEAD RemoteSha: ba3b38b8c7ec266257c81a1a97ee4491a43d7232 NeedsCompilation: no Packaged: 2026-06-15 08:37:46 UTC; root Author: Serkan Korkmaz [cre, aut, ctb, cph] (ORCID: ), Jonas Cuzulan Hirani [ctb] (ORCID: ) Maintainer: Serkan Korkmaz