We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While using getQuote() on a symbol that contains an & in its name, getQuote returns a data.frame of NAs
getQuote(c("M&M.NS","J&KBANK.NS"))
The text was updated successfully, but these errors were encountered:
Thanks for the report. I can replicate and have a fix.
Sorry, something went wrong.
a2aad16
Thank you. The fix works beautifully.
Import URLencode
8579177
See #324.
joshuaulrich
No branches or pull requests
Description
While using getQuote() on a symbol that contains an & in its name, getQuote returns a data.frame of NAs
Minimal, reproducible example
The text was updated successfully, but these errors were encountered: