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
Searching via Yahoo no longer works, i.e., yields no results.
Example:
from tessa.search.yahoo import yahoo_search res = yahoo_search("apple") res.p()
Produces only empty buckets/results.
This also causes the test test_yahoo_search_returns_plausible_results to fail.
test_yahoo_search_returns_plausible_results
Presumably the reason is that Yahoo Finance started to redirect to a cookie page when it gets a new visitor/session.
The text was updated successfully, but these errors were encountered:
Also, how does yfinance do it?
Sorry, something went wrong.
Problem sees to be intermittent.
No branches or pull requests
Searching via Yahoo no longer works, i.e., yields no results.
Example:
Produces only empty buckets/results.
This also causes the test
test_yahoo_search_returns_plausible_results
to fail.Presumably the reason is that Yahoo Finance started to redirect to a cookie page when it gets a new visitor/session.
The text was updated successfully, but these errors were encountered: