Skip to contents

Visualizes the daily trading volume of a stock using bar plot within a given period of time

Usage

volume_viz(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 bar plot of daily trading volume changes

Examples

        volume_viz('AAPL', '2017-01-01', '2017-01-10')