powered by
Scraps the intraday stock prices for the provided companies
intraday(name)intradays(...)
intradays(...)
Company names as returned by the get_today() function
get_today()
Returns a data.frame containing all the intraday prices for the specified stocks.
data.frame
time: the time of the record.
time
price: the price at that time. Where the symbol column contains the name of the company.
price
symbol
# NOT RUN { head(intraday(), 30) intradays("Wafa Assur", "Nexans Maroc") # }
Run the code above in your browser using DataLab