shner-elmo / tradezero-api

A package for executing orders and retrieving data through the TradeZero web platform

Home Page:https://shner-elmo.github.io/tradezero-api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gainers & gap up/down scanner

Zainpro opened this issue · comments

Nice app! This is a request. Would you care adding a gainers or gap up/down scanner?

Hey Zain, as far as I know TradeZero dosent have that scanner integrated onto their web-app, but its definetly possible to add it via a Rest API call to a website that has the scanner (like TradingView).
Stay tuned I will add this feature in the coming days.
Shner,

Hey I added the scanner to a seperate repo:
https://github.com/shner-elmo/TradingView-Scanner

Great! However I have not seen the TZ api anywhere! Is that TradingView a Realtime scanner?

I made two separate repositories, here you can find the TZ Api, and here is the TV scanner, and yes it should be in real-time as TradingView offers real time data on Equities for free.
Although im not sure how often the scanner get updated, and if providing youre cookies will allow you to get updates more frequently. I will drop some tests in the TVScanner repo when I have time.

If you like any of my repositories you can leave a star to save them, and if you have any questiong about the scanner please open an issue in its respective repository, Thanks
Shner