dailydata {nser} | R Documentation |
Daily data of a stock
Description
Daily data of a stock with six columns.
Usage
data(dailydata)
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
Source
https://www.nseindia.com/
See Also
Examples
library(nser)
data(dailydata)
daytoweek(dailydata)
[Package nser version 1.5.3 Index]