Problem in library imoprting

From nse_cash import NSE_Cash_Data_HUL



Error is No Module named 'nse_cash'

Hello Keerti,



nse_cash doesn't seem to be a pip module. If this is not your own module/py file, this is perhaps a module used within another library/module you got from pip. 



Was there more to the error? Also, is this the only code?

Hello Keerti,



The module nse_cash is an internal Quantra python module to access data. It isn't shared with the downloadables.



To be able to access the same data you can look at this blog. You can do so using yfinance, quandl or nsepy.