Open anuragjalan opened 3 years ago
pricebatch <- BatchGetSymbols(tickers = Qdatafinal$Ticker[1:6], first.date = "2011-01-01", last.date = "2017-06-30", freq.data = "weekly", thresh.bad.data = 0.55, cache.folder = file.path(tempdir(), 'BGS_Cache'))
and the issue Running BatchGetSymbols for: tickers =AA, AAL, AAMC, AAN, AAON, AAPL Downloading data for benchmark ticker ^GSPC | yahoo (1|1) | Found cache file AA | yahoo (1|6) | Found cache file - Got 100% of valid prices | Feels good! AAL | yahoo (2|6) | Found cache file - Got 100% of valid prices | Got it! AAMC | yahoo (3|6) | Found cache file - Got 70% of valid prices | Good stuff! AAN | yahoo (4|6) | Found cache file - Got 100% of valid prices | Got it! AAON | yahoo (5|6) | Found cache file - Got 100% of valid prices | OK! AAPL | yahoo (6|6) | Found cache file - Got 100% of valid prices | Good stuff!Error in stri_detect_regex(string, pattern, negate = negate, opts_regex = opts(pattern)) : Unrecognized backslash escape sequence in pattern. (U_REGEX_BAD_ESCAPE_SEQUENCE, context=C:\Users\anura\AppData\Local\Temp\RtmpWeyDng)
C:\Users\anura\AppData\Local\Temp\RtmpWeyDng
Hi, this is a read only mirror of CRAN, please see the package authors and potentially URLs in the DESCRIPTION file. Thanks!
DESCRIPTION
pricebatch <- BatchGetSymbols(tickers = Qdatafinal$Ticker[1:6], first.date = "2011-01-01", last.date = "2017-06-30", freq.data = "weekly", thresh.bad.data = 0.55, cache.folder = file.path(tempdir(), 'BGS_Cache'))
and the issue Running BatchGetSymbols for: tickers =AA, AAL, AAMC, AAN, AAON, AAPL Downloading data for benchmark ticker ^GSPC | yahoo (1|1) | Found cache file AA | yahoo (1|6) | Found cache file - Got 100% of valid prices | Feels good! AAL | yahoo (2|6) | Found cache file - Got 100% of valid prices | Got it! AAMC | yahoo (3|6) | Found cache file - Got 70% of valid prices | Good stuff! AAN | yahoo (4|6) | Found cache file - Got 100% of valid prices | Got it! AAON | yahoo (5|6) | Found cache file - Got 100% of valid prices | OK! AAPL | yahoo (6|6) | Found cache file - Got 100% of valid prices | Good stuff!Error in stri_detect_regex(string, pattern, negate = negate, opts_regex = opts(pattern)) : Unrecognized backslash escape sequence in pattern. (U_REGEX_BAD_ESCAPE_SEQUENCE, context=
C:\Users\anura\AppData\Local\Temp\RtmpWeyDng
)