volume_change: Calculates the daily trading volume change status of a stock...

Description Usage Arguments Value Examples

View source: R/Rstockwatch.R

Description

Calculates the daily trading volume change status of a stock within a given period of time

Usage

1
volume_change(stock_ticker, start_date, end_date)

Arguments

stock_ticker

A string related to ticker of the stock or ETF, such as "AAPL"

start_date

A date in string format of "YYYY-MM-DD" related to start of data extraction

end_date

A date in string format of "YYYY-MM-DD" related to end of data extraction

Value

A data frame with dates and their corresponding trading volume and changes

Examples

1
        volume_change('AAPL', '2017-01-01', '2017-01-10')

UBC-MDS/Rstockwatch documentation built on Feb. 7, 2022, 9:11 a.m.