### Description While using getQuote() on a symbol that contains an & in its name, getQuote returns a data.frame of NAs ### Minimal, reproducible example ```r getQuote(c("M&M.NS","J&KBANK.NS")) ```
Description
While using getQuote() on a symbol that contains an & in its name, getQuote returns a data.frame of NAs
Minimal, reproducible example