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
Any symbols with the & will cause the module to throw an error if no results is found, in the case a result is found, the data requested is incorrect.
To reproduce: getQuotes('KLSE:A&M') #will throw an error even though the symbol is listed on google-finance
The & sign needs to be encoded into %26 to get the correct result
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Any symbols with the & will cause the module to throw an error if no results is found,
in the case a result is found, the data requested is incorrect.
To reproduce:
getQuotes('KLSE:A&M') #will throw an error even though the symbol is listed on google-finance
The & sign needs to be encoded into %26 to get the correct result
The text was updated successfully, but these errors were encountered: