Learn R Programming

avfintools (version 0.1.0)

getdaily: Get Stock Data at the Daily Level

Description

Daily, as in the summary statistics for the daily movement

Usage

getdaily(ticker)

Value

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

Arguments

ticker

The ticker symbol as a string

Examples

Run this code
if (FALSE) {
getdaily("SPY")
}

Run the code above in your browser using DataLab