intra_day: Intraday Prices

Description Usage Arguments Value Examples

Description

Scraps the intraday stock prices for the provided companies

Usage

1
2
3

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.

Examples

1
2
3
4
5
6
if( bcr:::check_internet() ) {
head(intraday(), 30)
}
if( bcr:::check_internet() ) {
intradays("Wafa Assur", "Nexans Maroc")
}

moutikabdessabour/bcr documentation built on June 19, 2021, 12:21 a.m.