pranjal-joshi / Screeni-py

A Python-based stock screener to find stocks with potential breakout probability from NSE India.
MIT License
583 stars 205 forks source link

Providing option to select specific nifty index stocks. #59

Closed swarpatel23 closed 3 years ago

swarpatel23 commented 3 years ago

Currently, we are screening all NSE stocks. we can provide an option to select specific nifty index stocks.

image

As shown in the above image.

Can I make PR ?

pranjal-joshi commented 3 years ago

Sure. Let's do it!

pranjal-joshi commented 3 years ago

I am getting a following error while using the screener from the machine sitting behind the proxy authentication.

[+] Select option: 2
[+] Getting Stock Codes From NSE... check_hostname requires server_hostname
=> Error getting stock codes from NSE! Press any key to exit!

For downloading CSVs from the NSE, the request should consider using the proxy auth if available like this

pranjal-joshi commented 3 years ago

Proxy auth-related issue fixed in ed8103e.