Great video! Thank you very much for sharing. Can't wait to see more.
@Algovibes3 жыл бұрын
Thanks for watching buddy :-)
@alibulus43822 жыл бұрын
Very helpful, thanks
@Algovibes2 жыл бұрын
Thanks a lot for watching Ali and apologies for my late reply!
@atangbingana283 Жыл бұрын
Just completed this with Jupiter labs look like you have to reinstall old version of sqlalchemy for code to work and use concat. Thanks for the video @Algo appreciate you bro.
@jairjuliocc3 жыл бұрын
Good work. You have a very clean code
@Algovibes3 жыл бұрын
Thanks buddy. Appreciate your comment :-)
@tudatostrader2 жыл бұрын
++++ for streamlit :) cool!
@Algovibes2 жыл бұрын
:-) Love it! Thanks for watching.
@Gayatri81052 жыл бұрын
Do video on notification send to the user to buy or sell the stock by using the yahoo finance
@Algovibes2 жыл бұрын
Hi mate, already did something like that in this playlist. Be kindly invited to check that out: kzbin.info/www/bejne/p3ikhqpsaNWSq80
@SF-jf8uv3 жыл бұрын
Hi Algovibes, I really like your video and I already re programmed alot of them but in this video is receive the following error when i want to run streamlit. "streamlit Segmentation fault: 11" Do you know how to fix it? Many thanks in advance.
@Algovibes3 жыл бұрын
Never had that error. I am sorry!
@chapmansbg3 жыл бұрын
sorry about asking this question a second time but there was no answer the first time. Why do you use an SQL DB instead of a csv file? Okay answered my own question, SQL allows for selecting information before loading it to a variable whereas CSV requires loading all of the information prior to selecting rows that you are interested in.
@Algovibes3 жыл бұрын
No worries. Yes SQL has some more advantages but the benefit you mentioned is is one of them.
@kendrickperkins96752 жыл бұрын
i keep having operating issues and my database isnt connect. I think it is due to it not storing. Can anyone please help
@Algovibes2 жыл бұрын
Can you elaborate on your problem? Did you somewhere deviate from the code shown in the video?
@denizhan10103 жыл бұрын
Can I get codes? I will try for binance.
@Algovibes3 жыл бұрын
Not published anywhere yet, sorry!
@MarcoPolo-ml8pm3 жыл бұрын
Hey top Videos ! Könntest du eventuell ein Video machen in dem du erklärst wie man die GUV , die Bilanzen und cashflow Rechnungen mehrerer Jahre in Python kriegt und dort analysieren kann? Ich würde zB gerne den RAROE ausrechnen bzw ausrechnen lassen.
@Algovibes3 жыл бұрын
Guck dir mal das Video an. Du kannst die ganzen Financials mit yahoo pullen. kzbin.info/www/bejne/kIa0dpdoZ9SBm80 Die Ticker Objekte haben soweit ich weiß eine balance_sheet property/function. Erstell mal ein Ticker Objekt wie im video und benutzt dir(). Ansonsten werde ich aber auch noch fundamentale Analyse bestimmt nochmal covern hier.
@k2icc2 жыл бұрын
On your loop for ticker in tickers, I get the warning as to use, pandas.concat instead of df = df.append(frame). I am assuming it should be as df.pandas.concat(frame) then? Not sure. It will be deprecated in future pandas versions. Thanks.
@Algovibes2 жыл бұрын
No, concat is working a bit different. I have used it e.g. in my newest momentum video. Be invited to check that!