Replies: 2 comments 4 replies
-
|
Yahooquery allows you to supply a custom session object, just like yfinance. @ValueRaider explained it in an old Issue thread. Look at this: #151 (comment) and this: https://github.com/ranaroussi/yfinance#smarter-scraping |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
You need to import the necessary libraries. And the session needs to be initialized with a Yahoo cookie and you need to supply a crumb. This works for me. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I am kinda of a noob. I just switch to yahooquery from yfinance but I miss 2 functions:
Plus: I am having trouble with mpl.plot; I am receiving

Expect data.index as DatetimeIndexI don't understand how to solve it, using Panda and the .set_index. Any suggestion? Thanks.
^ plus resolved:
Beta Was this translation helpful? Give feedback.
All reactions