search for: stocksymbols

Displaying 2 results from an estimated 2 matches for "stocksymbols".

Did you mean: stock_symbol
2012 Jun 12
1
Yahoo/Google quotes symbols
Dear R users, I was working on get.hist.quote to download data, but for this I need to know yahoo quotes (for stocks) from the beginning. Is there any simple way to get all symbols for particular market or I have to go on the website and get the quotes. Thanks for your help in advance. Regards Vikram [[alternative HTML version deleted]]
2020 Jul 16
2
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
On 7/15/20 1:35 PM, Dirk Eddelbuettel wrote: > On 15 July 2020 at 16:16, Sam H wrote: > | I am trying to download some data using read.csv and it works perfectly in > | RStudio and fails in the R console in the terminal in Ubuntu 18.04 after > | upgrading from R 3.6.3 to 4.0.2. Before upgrading this worked in the R > | console in the terminal also without any issues. > | > |