cc_social_historical: cc_social_historical

View source: R/cc_social_historical.R

cc_social_historicalR Documentation

cc_social_historical

Description

cc_social_historical

Usage

cc_social_historical(
  symbol = NULL,
  start = NULL,
  end = NULL,
  interval = c("daily", "hourly"),
  api_key = NULL
)

Arguments

symbol

character, the symbol of interest.

start

character or Date, the start date for importation.

end

character or Date, the end date for importation.

interval

character, the frequency of the data, it can be "daily" or "hourly".

api_key

character

Value

a tibble


beniamino98/cryptocompareR documentation built on June 19, 2024, 12:37 a.m.