Which api package should I buy/ is required to complete this?
@MattMacarty3 ай бұрын
I think you can start with the free account and then if needed the All-World Package (19.99)
@contrarianthinker3 ай бұрын
Hey my friend can you help me a build a stock screener like yours with a little more upgrades
@MattMacarty3 ай бұрын
Let me see if I can put something up on youtube with a few more features
@contrarianthinker3 ай бұрын
@@MattMacartyok
@nickcabak39622 жыл бұрын
hi Matt, do you think it would be possible to make a screener that looks for something like a "x"% move in "y" days and have it return all the tickers/dates that satisfy those conditions. thanks in advance! edit-preferably having this look historically also, not current day
@MattMacarty2 жыл бұрын
Yes, I think this should be pretty straight forward. Probably just make a function with the percent change, the time window and the symbols as inputs and the logic should start to come together.
@lucksimi33202 жыл бұрын
Hi Can you make a stock scanner in realtime that scan all stocks of Hong Kong and send an alert in telegram when price cross over 20 ema
@MattMacarty2 жыл бұрын
Sure I don't see why you couldn't. EOD has near real time data (50ms delay) and they have Hong Kong. Getting the prices would be a single API call and you could just store all your EMAs in a single DataFrame for quick comparison