Stock Screener in Python

preview_player
Показать описание
In this video we code a simple stock screener in Python.

DISCLAIMER: This is not investing advice. I am not a professional who is qualified in giving any financial advice. This is a video purely about programming using financial data.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾

📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

Seems simple when watching it but when you start coding you realize how deep this is!!

Excellent stuff!!

arthur.obwolo
Автор

Yes, more financial stuff please! Portfolio visualization would be interesting topic!

mikkaruru
Автор

#FutureWarning: The default value of regex will change from True to False in a future version. In addition, single character regular expressions will*not* be treated as literal strings when regex=True.

kicc
Автор

In this morning i just thought about doing a stocks trading bot project for my portfolio. This video will help a lot!

michelarruda
Автор

Great video! Thanks so much for it. I got started into trading some time ago and now I'm trying to learn Python to become an algorithmic trader and use Python to make better trading decisions so these videos are super helpful

Do you have videos on creating your own trading bots? Do you know if a trading bot can be used on a paper trading account?

LatinoWebStudio
Автор

Thanks man. Good video just exactly what I was looking for. I do have one question tho, every time the code runs, does it compute all the computation again? Like the sma150 and sma200.

What if I just want to update the dataframe? Just to save some computational memory. Thanks

jasonfaustino
Автор

me: writing hello world in python > 500 errors
him: after 30 minutes coding > one misspelling
me: rage quit internet

Christian_Ky
Автор

is anyone else having problems with from yahoo_fin import stock_info, it's acting like stock_info isn't a part of the library? I watched the video and seen it work for him. But it doesn't work for me.

dustinshaw
Автор

Great video, thank you!
Could you please tell me, how would you edit the code to print out data from the past? So not for today, but for example half a year ago? I still keep getting error, when trying to figure it out. Thank you very much again!

ondrejfidrmuc
Автор

Your content is so good I thought there are more than 1 mil subs. With this content, you will reach one mil or more very easy

minegun
Автор

You have excellent voice and skill for online delivery. So Thanks sir for providing this learning series. Please guide why I’m getting Error in line 11 of this same program but it’s running well in your video. TypeError: string indices must be integers, not ‘str’

khalidsaleem
Автор

I have a problem at 29:25 I create the directory but still not working what I should do, please help me and thank you

rubihermosa
Автор

great can we add it as an actual on web filter via django or flask for example?

disrael
Автор

Hey @NeuralNine I'm having an issue with something.

Traceback (most recent call last):
File "C:\Users\FilePathGoesHere\SP_Scan.py", line 11, in <module>
sp500_df = web.DataReader('^GSPC', 'yahoo', start, end)

I'm pretty new to python but I think I have everything written correctly. I keep getting an error on line 11 "in<module>

Any ideas?

kevinhashimoto
Автор

i got this output:

'SMA_150' for A
'SMA_150' for AAL
'SMA_150' for AAP
'SMA_150' for ACN
Empty DataFrame
Columns: [Ticker, Latest_Price, Score, PE_ratio, PEG_Ratio, SMA_150, 52_Week_Low, 52_Week_High]
Index: []

can someone help?

arronacesatooya
Автор

On line 16 data frame columns is it possible to add the ticker’s dividend yield ?

elijahapollos
Автор

how to backtest for past fundamentals screens

newdata
Автор

hello Flori!

are you doing custom jobs?

lambolin
Автор

Can I use "yahoofin" data for commercial app??

thenvsnow
Автор

Great Video I learned a lot!
But I have a question as I am coding my own version of this. Before you are doing the ranking you calculate the ratio for all PCT Change results to the SPY. But Afterwards you are ranking them all. Comparing all to SPY is an unnecessary step, if you are ranking them anyway or am i mistaken here? Does anyone else have an opinion on this...would be interested to understand if i am missing something here.
Keep up the awesome video! 🚀🚀🚀
Greetings from frankfurt

BjrnTrdr