pranjal-joshi / Screeni-py

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

How to change NSE to NASDAQ,NYSE? Basically the USA stock market! #121

Closed Acash004 closed 2 years ago

Acash004 commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

pranjal-joshi commented 2 years ago

Hi @Acash004

Using the same thing for the US stock market is very much possible.

Read about yfinance API and replace .NS in the following line with appropriate values. https://github.com/pranjal-joshi/Screeni-py/blob/4d8a65d80ae941cd068c9d3808dd262bbdb36acf/src/classes/Fetcher.py#L113

Please note that you will have to change these data sources for getting stock symbols/codes from the URL of your own stock market. https://github.com/pranjal-joshi/Screeni-py/blob/4d8a65d80ae941cd068c9d3808dd262bbdb36acf/src/classes/Fetcher.py#L37-L53

Feel free to contribute if you develop any additional features. Happy trading! 📈

Acash004 commented 2 years ago

Hello, could you please do it for me? Sir, I have no experience and for you, it will only take a few minutes. Please do me a favor, thank you so much. I really want to use this in the [NASDAQ] and the [S&P 500] and all the other stocks in normal stocks trading apps. Please sir, thank you so much!

pranjal-joshi commented 2 years ago

@Acash004 Hi, I won't be able to implement the changes here as my users are using Screeni-py for NSE India. Changing codes on this branch will break their normal usage. Please try to implement the changes mentioned above as they're relatively simple. Goodluck!

github-actions[bot] commented 2 years ago

This Issue is marked as Stale due to Inactivity. This Issue will be Closed soon.