Learn R Programming

bcr (version 0.1.1)

intraday: Intraday Prices

Description

Scraps the intraday stock prices for the provided companies

Usage

intraday(name)

intradays(...)

Arguments

name, ...

Company names as returned by the get_today() function

Value

Returns a data.frame containing all the intraday prices for the specified stocks.

  • time: the time of the record.

  • price: the price at that time. Where the symbol column contains the name of the company.

Examples

Run this code
# NOT RUN {
head(intraday(), 30)
intradays("Wafa Assur", "Nexans Maroc")
# }

Run the code above in your browser using DataLab