Learn R Programming

nser (version 1.5.3)

dailydata: Daily data of a stock

Description

Daily data of a stock with six columns.

Usage

data(dailydata)

Arguments

Format

Daily data of a stock with six column

SYMBOL

SYMBOL of the stock

OPEN

Opening price for the day

HIGH

High price for the day

LOW

Low price for the day

CLOSE

Closing price for the day

DATE

Date for the given day

See Also

bhav ,bhavtoday ,nsetree

Examples

Run this code
# \donttest{
library(nser)
data(dailydata)
daytoweek(dailydata)
# }

Run the code above in your browser using DataLab