Learn R Programming

avfintools (version 0.1.0)

cryptodaily: Get Cryptocurrency Data at the Daily Level

Description

Daily, as in the summary statistics for the daily movement

Usage

cryptodaily(coin_name)

Value

A data frame with daily data such as the high, low, open, close, and associated returns. Available in the global environment.

Arguments

coin_name

The ticker symbol for the concurrency as a string

Examples

Run this code
if (FALSE) {
cryptodaily("WTI")
}

Run the code above in your browser using DataLab