Description Usage Arguments Value Examples
Scraps the intraday stock prices for the provided companies
1 2 3 |
name, ... |
Company names as returned by the |
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.
1 2 3 4 5 6 | if( bcr:::check_internet() ) {
head(intraday(), 30)
}
if( bcr:::check_internet() ) {
intradays("Wafa Assur", "Nexans Maroc")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.