JECSand / yahoofinancials

A powerful financial data module used for pulling data from Yahoo Finance. This module can pull fundamental and technical data for stocks, indexes, currencies, cryptos, ETFs, Mutual Funds, U.S. Treasuries, and commodity futures.
https://pypi.python.org/pypi/yahoofinancials
MIT License
899 stars 214 forks source link

UrlOpener style of invoking requests is deprecated #70

Closed juanpatriciopdlc closed 1 year ago

juanpatriciopdlc commented 4 years ago

Hello:

i am trying to run the test script to see if everything is working. I am having problems running the code as I get this message:

\anaconda3\lib\site-packages\yahoofinancials__init__.py:140: DeprecationWarning: UrlOpener style of invoking requests is deprecated. Use newer urlopen functions/methods urlopener = UrlOpener()

Is anyone getting the same output? Is there anyway to solve this?

Thank you in advanced.