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
Like everyone else I got the same issue, so I was trying to work around it.
I noticed that investpy passes "smlID" to the historical data request smlID": str(randint(1000000, 99999999)).
smlID": str(randint(1000000, 99999999))
What is it? Also: why random? It's persistent among browsers.
The text was updated successfully, but these errors were encountered:
Answering myself: "smlID" is in the webpage source, along the cross ID. I'm trying to simulate browser behaviour with requests, and was missing it.
Sorry, something went wrong.
No branches or pull requests
Like everyone else I got the same issue, so I was trying to work around it.
I noticed that investpy passes "smlID" to the historical data request
smlID": str(randint(1000000, 99999999))
.What is it? Also: why random? It's persistent among browsers.
The text was updated successfully, but these errors were encountered: