Quantrautil library

how can I install quantrautil library in anaconda.

In the quantrautil module, the get_data function fetches the data from Quandl or Yahoo finance. And the get_quantinsti_api_key function returns the Quandl API key. You can copy this code into a quantrautil.py and save the file in …\Anaconda2\Lib\site-packages folder or in your current working folder.



Note: You have to install fix_yahoo_finance, quandl, iexfinance and nsepy for the code to work correctly.



quantrautil.py code link: Quantra-Courses/quantrautil.py at master · QuantInsti/Quantra-Courses · GitHub



Thanks

Hi Getting the following error with the latest installation of pandas_datareader ImmediateDeprecationError: Google finance has been immediately deprecated due to large breaks in the API without the introduction of a stable replacement. Pull Requests to re-enable these data connectors are welcome. See Issues · pydata/pandas-datareader · GitHub

Hi Getting the following error with the latest installation of pandas_datareaderImmediateDeprecationError: Google finance has been immediately deprecated due to large breaks in the API without the introduction of a stable replacement. Pull Requests to re-enable these data connectors are welcome. See Issues · pydata/pandas-datareader · GitHub

Hi Mayank, Thanks for sharing your error. Google finance has some issues with fetching the data. Request you to remove the import of pandas datareader and data fetching from Google API from the code lines and then try to run the QuantraUtil file to fetch the data. Thanks

hello, how do i to install fix_yahoo_finance? - thx

You can write the following line of code from Jupyter notebook or from Spyder: “!pip install fix_yahoo_finance”. Thanks