Package: crypto2 Title: Download Crypto Currency Data from 'CoinMarketCap' without 'API' Version: 2.1.0.9000 Date: 2026-05-18 Authors@R: c(person("Sebastian", "Stoeckl", email = "sebastian.stoeckl@uni.li", role = c("aut","cre"), comment = c(ORCID = "0000-0002-4196-6093", "Package commissioner and maintainer.")),person("Jesse", "Vent", email = "cryptopackage@icloud.com", role = c("ctb"), comment = c("Creator of the crypto package that provided the idea and basis for this package."))) Maintainer: Sebastian Stoeckl URL: https://github.com/sstoeckl/crypto2, https://www.sebastianstoeckl.com/crypto2/ Description: Retrieves crypto currency information and historical prices as well as information on the exchanges they are listed on. Historical data contains daily open, high, low and close values for all crypto currencies. The package draws on two complementary sources: 'CoinMarketCap' (primary, via the 'crypto_*' functions) and 'CoinGecko' (secondary, via the 'cg_*' functions). Both sources are queried without an 'API' key; the two function families return tibbles with identical column conventions so downstream pipelines work on either source. License: MIT + file LICENSE Depends: R (>= 4.1.0) Imports: dplyr, tibble, tidyr, purrr, progress, stats, lubridate, jsonlite, cli, plyr, base64enc, janitor, httr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Suggests: spelling, testthat (>= 3.0.0), digest, knitr, rmarkdown, arrow, withr VignetteBuilder: knitr Language: en-US Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://sstoeckl.r-universe.dev Date/Publication: 2026-05-18 20:26:31 UTC RemoteUrl: https://github.com/sstoeckl/crypto2 RemoteRef: HEAD RemoteSha: 1d5e6a2e3956dd99b5840f2241ee3dc8333b7cc5 NeedsCompilation: no Packaged: 2026-07-17 05:16:08 UTC; root Author: Sebastian Stoeckl [aut, cre] (ORCID: , Package commissioner and maintainer.), Jesse Vent [ctb] (Creator of the crypto package that provided the idea and basis for this package.)