Dude you have ace presentation skills. No waffle, no stupid humour fillers to expand the session.... just concise and 'all you need to know" content delivery. Straight talking && on point.. 10/10
First off, I NEVER leave comments. Truly excellent intro for my "learning python project" - an algo trading program. Not the first to say this, but I'm very happy that I stumbled onto your channel today !! Hope to see you in a Lambo dealership soon ;)
3 months of getting confused through so many tutorial, i finally found this video and everything works perfectly. thank you so much, keep these videos going. Subscribed.
Dude! I'm so freaking lucky to have found your channel. I just started to learn Python/Pycharm and I needed something like this. never stop making videos! Hope to see you explaining other things soon like forecasting models, SVM, etc
honestly man ive been trying for so long to learn python for finance and this is the first video that has actually helped me make concrete, actionable steps towards building my programs. thanks so much for your hard work! much appreciated
I come from r/StockMarket, fresh grad here who only used R during studies, and really interested in learning python with this series! I hope your work will catch all the attention it deserves
Can't wait to start this series. I'm a react developer, so following along with a basic "How to code in python" course bores the crap out of me. Learning to use it while also building some cool functional stuff is a home run. Thanks in advance
You should do more complete Python courses/algorithmic/machine learning courses and sell them. You got a great speaking voice and flow. That is sooo important. It cant be understated!
If you run into the error of "NameError: name 'QQQ' is not defined" you may have to update yfinance. 'pip install yfinance==0.1.62' I learned I lot from this video, thanks for your work Richard.
Thanks Javier! This video took a lot longer than most of mine since I tried to get it in one take. Also forgot to hit the record button on a few shots haha.
I am so thankful that everything presented in this presentation worked for me!! I ran into a few problems along the way, like having fat fingers and all, but I got the results just like they were shown in the video! This is so awesome! I hate going through a video and then you are about half way through and something does not work like it is being shown. Everything worked perfectly! Thank you for doing this. I can't wait to start episode #2! Applicable uses are being shown as well! Very cool.
I began as a python tinkerer and then fell in love with statistics (while doing some independent study on data science). I am so excited for this video series as it is one of the things that excites me most about the stock exchange -- using python to facilitate it and maybe even some machine learning for predictions! Thanks for starting up this series!
This is awesome. I've gotten to the point where I need to create a very specific custom screener for things that TradingView and Finviz presets just don't offer, so this could be a game changer!
This adds more dexterity for sure , I currently use Google sheets since you don’t need any api calls for financial info ....it’s an Embedded Formula !!! Which is crazy because I’ve used a lot of software in my time and this is the simplest ...just code in the columns with the info you want then drag across as the formula picks up your tickets dynamically and voila
Richard Moglen I don’t know your history in finance but I use to work in that sector before I made the switch to data science and I’m wondering if you know how build a portfolio with I would say 8-12 equities and have market info feeding the program on a variety of factors and ratios to know when to re balance it for example if the cash flow ratio gets too low on one it would notify you and so forth .....I currently use Alteryx as well with market info api calls from alpha advantage which is free.........might be to complicated I don’t know haha
This is exactly the kind of stock analysis using python video I've been looking for during the past week. Today was the first time you tube showed your video's in my search. Maybe you should place the word "stock or stock analysis" somewhere in your title. Wonderful content. Thank you
Hey Richard! I have found you on twitter, amazing channel here on yt and thank you for sharing your knowledge! So much great info here, I love the content! Many Thanks!
EPIC! ♥Finally I could make a program that worked same as the tutorial. Either I'm getting better at programming or this video is so good it actually makes me better at programming... fantastic video. I need more!!!
As a longtime IDB/MS subscriber, I am loving all of your videos. I am also using this series as a catalyst to learn Python. Baby steps.... I am hoping to use what you are showing in your vids to run against my MS screens. Already using them to good effect, but what to automate and get away from cut/paste Excel work. Thanks!
Glad you enjoy my videos! Curious, what is your favorite part of MarketSmith, I'm always looking to highlight something that would be helpful for others. Take care Charlie!
This is a really good video, I'm not new to python but I am new to finance so I'm trying to combine the two skills and this is pretty good. Only thing I'm struggling with is some of the finance concepts but other than this is really helpful.
good job---put your studies first, we can wait till you have time---for me, the most informative thing is the weekly update on what you consider the top stocks if you have time---anything else can wait, imo
Thanks for this and well done. I would be interested to see videos with applied ML or python techniques for analyzing financial statements or corporate strategy (e.g. NLP)
Hey Richard, thanks for posting a great video, considering I'm a newbie. I get the following error when I try to run the code at 12:50 in your video: DLL load failed while importing aggregations: The specified module could not be found. Any suggestions?
Thanks Gerhard I appreciate you watching my video. I haven't experienced that error before. I would suggest googling it and looking for solutions. Have you downloaded the modules?
This video that explains how to access stock data from YF and process them in simple terms. Thanks a lot. What are some good books you recommend for learning more about this(python/finance) ? or which books helped you to learn this stuff ? or it's plain old Google for the rescue ?!
Hello! thanks so so much for your videos! - I'd like to know why are you using the QQQ ticker? How could I retrieve information form other countries stock markets? Thanks!
Hi Richard, this is a really useful video! However, I got stuck around 05:30. When I type in cd python it says the system cannot find the path specified, even though I have created a folder "python" in documents with the helloworld.py document. Thank you!
Nice work on this. Perhaps this is covered in a future episode but can this be adapted to intraday data? Not sure if intraday data is freely available. Thanks.
Dude you have ace presentation skills. No waffle, no stupid humour fillers to expand the session.... just concise and 'all you need to know" content delivery. Straight talking && on point..
10/10
Thanks Munsoor! I'll try to throw in a bit of humour tho ;)
First off, I NEVER leave comments.
Truly excellent intro for my "learning python project" - an algo trading program.
Not the first to say this, but I'm very happy that I stumbled onto your channel today !!
Hope to see you in a Lambo dealership soon ;)
Haha thanks PJ, glad it was helpful, best of luck with your project!
3 months of getting confused through so many tutorial, i finally found this video and everything works perfectly. thank you so much, keep these videos going. Subscribed.
Great to hear!
Dude! I'm so freaking lucky to have found your channel. I just started to learn Python/Pycharm and I needed something like this. never stop making videos! Hope to see you explaining other things soon like forecasting models, SVM, etc
Thanks man! I'll be posting another video this week. I'm going to start doing ML soon and once I understand it better I'll share some programs.
honestly man ive been trying for so long to learn python for finance and this is the first video that has actually helped me make concrete, actionable steps towards building my programs. thanks so much for your hard work! much appreciated
Thanks so much! I'm glad to hear it
Richard, place more videos on Python Finance. Your channel is a great place to learn it.
Will do, I'm working on a few ideas right now
I come from r/StockMarket, fresh grad here who only used R during studies, and really interested in learning python with this series! I hope your work will catch all the attention it deserves
thank you! much appreciated
For two years I have been trying to understand python. This 25 minute video might just have been my holy grail. Thanks a million
wow thanks Denis! I have more python videos that might help you too.
@@RichardMoglen I intend going through each of them. Are they part of the channel or would you be kind to direct me to the links🙂
Can't wait to start this series.
I'm a react developer, so following along with a basic "How to code in python" course bores the crap out of me.
Learning to use it while also building some cool functional stuff is a home run.
Thanks in advance
Thanks Bob, you are most likely a much better coder than I am but I hope you find the series helpful
You should do more complete Python courses/algorithmic/machine learning courses and sell them. You got a great speaking voice and flow. That is sooo important. It cant be understated!
I am excited about the rest of this series!
so am I!
Richard, you will become a legend. Thanks for this.
No problem!
If you run into the error of "NameError: name 'QQQ' is not defined" you may have to update yfinance. 'pip install yfinance==0.1.62'
I learned I lot from this video, thanks for your work Richard.
Congrats Richard, can't imagine how many hours you've dedicated to the program and the video, awesome work as always!
Thanks Javier! This video took a lot longer than most of mine since I tried to get it in one take. Also forgot to hit the record button on a few shots haha.
super video to beginners of python/finance
Thanks Kiran!
I am so thankful that everything presented in this presentation worked for me!! I ran into a few problems along the way, like having fat fingers and all, but I got the results just like they were shown in the video! This is so awesome! I hate going through a video and then you are about half way through and something does not work like it is being shown. Everything worked perfectly! Thank you for doing this. I can't wait to start episode #2! Applicable uses are being shown as well! Very cool.
I found this video very helpful. I'm looking forward to watching the rest of them.
Glad it was helpful!
Your presentation skills and introduction is high level. Thanks for making and sharing the series!
My pleasure!
This content is unbeatable, thank you for sharing. I can't wait to go through all the videos on your channel.
Thanks Noah! take care
I began as a python tinkerer and then fell in love with statistics (while doing some independent study on data science). I am so excited for this video series as it is one of the things that excites me most about the stock exchange -- using python to facilitate it and maybe even some machine learning for predictions! Thanks for starting up this series!
no problem! I love exploring the things you can do with python. I plan to investigate ml in a future episode.
very very useful. thank you Richard
Glad it was helpful!
QQQ!
Great video Richard!
Glad you enjoyed it!
Richard well done you! You get to the point in the first sentence and you stay on point.
Richard, thank you for these videos you make, these are very useful!
Thank You from the Bottom of My Heart!
thanks for watching!
This is awesome. I've gotten to the point where I need to create a very specific custom screener for things that TradingView and Finviz presets just don't offer, so this could be a game changer!
Thank you will show this to my fiance. They are trying to learn so this will be perfect.
Glad it was helpful!
Richard, thanks for doing this video. Much appreciated.
My pleasure!
You made it easier for me in how Python works. Thanks for sharing this video! 👏
That's the goal! I appreciate you watching it
This adds more dexterity for sure , I currently use Google sheets since you don’t need any api calls for financial info ....it’s an Embedded Formula !!! Which is crazy because I’ve used a lot of software in my time and this is the simplest ...just code in the columns with the info you want then drag across as the formula picks up your tickets dynamically and voila
Google sheets is fantastic. I use it all the time. Python can take it a step further though and you can pretty do anything you want.
Richard Moglen That’s why I’m here , looking forward to these.
@@blackice214 Anything specific you want to learn about?
Richard Moglen I don’t know your history in finance but I use to work in that sector before I made the switch to data science and I’m wondering if you know how build a portfolio with I would say 8-12 equities and have market info feeding the program on a variety of factors and ratios to know when to re balance it for example if the cash flow ratio gets too low on one it would notify you and so forth .....I currently use Alteryx as well with market info api calls from alpha advantage which is free.........might be to complicated I don’t know haha
@@RichardMoglen lol i like using python wit hthe google sheets api but the documentation of it is bad so its not as easy
Superb! Can't easier or more useful!
Glad you think so!
This is exactly the kind of stock analysis using python video I've been looking for during the past week. Today was the first time you tube showed your video's in my search. Maybe you should place the word "stock or stock analysis" somewhere in your title. Wonderful content. Thank you
Thanks Ronnie! Good suggestion
Hi Richard, I have been looking for something like this for a long time, I will follow this series with great attention
greetings from Chile!
Welcome! I hope you enjoy the series!
GREAT VIDEO! Excited to go through this series
Great video. Very easy to follow. Thank you
really helpful man words can't express how much you are helping me
I appreciate that!
This is a great starter mini course.
Although a little tough for absolute beginners, still great!!
Thank you very much for this tutorial course. please keep the good work. love your teaching method too.
Thanks!
Thank you for putting out this for free
this is what so called quality education.
Congrats man, please do more than this series, how to use data from API etc
Nice explained. Thanks
Glad it was helpful!
Great video! I am learning python for track stock recently, your tut helps me a lot, thanks!
Great to hear!
Really awesome work man! Looking forward doing this!
Hope you enjoy it!
Hey Richard! I have found you on twitter, amazing channel here on yt and thank you for sharing your knowledge! So much great info here, I love the content! Many Thanks!
Thanks Dominik! Take care
EPIC! ♥Finally I could make a program that worked same as the tutorial. Either I'm getting better at programming or this video is so good it actually makes me better at programming... fantastic video.
I need more!!!
Hahaha! There's plenty more to the python for finance series GL!
That’s really really great sharing
Thanks Jeff!
Thanks, enjoyed doing stepwise with you....thanks a lot
Any time!
As a longtime IDB/MS subscriber, I am loving all of your videos. I am also using this series as a catalyst to learn Python. Baby steps.... I am hoping to use what you are showing in your vids to run against my MS screens. Already using them to good effect, but what to automate and get away from cut/paste Excel work. Thanks!
Glad you enjoy my videos! Curious, what is your favorite part of MarketSmith, I'm always looking to highlight something that would be helpful for others. Take care Charlie!
Thanks dude . .. Your explanation of python code is very impressive for stock market.
Thanks Sandeep!
You are a very good teacher. Thanks for sharing.
Glad it was helpful!
you are one beast bro thanks a lot and i look forward to learning more from you
Thanks Ammar!
Thank you. This was very educational. Lookning forward to continue.
More to come!
now I have an addiction :) this channel.
Thank you for this. It served me a lot for automating a VaR analysis i'm doing
No problem! Whats VaR?
@@RichardMoglen Value ar Risk - It is a downside measure of risk
Thank you. Your teaching was precise and on the spot...Awesome!!!
Glad it was helpful!
amazing video -- nice work
Thank you very much!
This is a brilliant video thanks so much for doing it. Thumbs up and subscribed. Brilliant.
Much appreciated!
Thank You, these videos are very helpful to me. Love from India.
You're most welcome!
Great tut, was looking for similar tuts for long time. You rocks
This is a really good video, I'm not new to python but I am new to finance so I'm trying to combine the two skills and this is pretty good. Only thing I'm struggling with is some of the finance concepts but other than this is really helpful.
He is sort of a person I would love to befriend. Good work😊
Crystal clear explanation, great job!
Glad it was helpful!
I dont really understand it all but i will try to do it as fast as I can. Great Video!
Thanks Kejor you can do it!
@@RichardMoglen I hope so bro!
This is a great tuturial!! Thank you Richard.
You're very welcome!
Really awesome. Keep doing it.
Excellent video ! Great voice flow, great explanations : serious teaching skills here ;)
Keen for the rest of the series!
Great!
nice. explained iloc really well.
Glad it was helpful!
Awesome. Thanks for sharing.
Thanks for watching!
Hi mate, I'm getting an error, No module named pandas_datatreader. Have I managed to cock up my directories?
hmm have you downloaded it?
pip install pandas_datareader
I'm getting same error
@@garrettdowdy did you read Richard and Nick's comments above?
you are legit pro, love this, save me a lot of money and time compared to the software on the internet.
Great to hear!
Thank you so much, Richard. This is great
No problem!
Great video~! So concise and clear.
Glad it was helpful!
Excelent work !!
Thank you! Cheers!
good job---put your studies first, we can wait till you have time---for me, the most informative thing is the weekly update on what you consider the top stocks if you have time---anything else can wait, imo
I'll keep those coming. Thanks Pat!
Dude this is anazib, thanks!
Thanks!
thanks dude! you are doing an amazing work!
I appreciate that!
Nice video, you should try working in a vectorial manner to work on large data sets. Try looking for numpy.
Thanks Marcelo!
Clear and easy explanations, thanks!
No problem!
Thanks for this and well done. I would be interested to see videos with applied ML or python techniques for analyzing financial statements or corporate strategy (e.g. NLP)
Great video richard. very informative.
Glad it was helpful!
Thanks for this, so informative and you present really well, cheers!
Glad you enjoyed it!
Good job
Hey Richard, thanks for posting a great video, considering I'm a newbie. I get the following error when I try to run the code at 12:50 in your video: DLL load failed while importing aggregations: The specified module could not be found. Any suggestions?
Thanks Gerhard I appreciate you watching my video. I haven't experienced that error before. I would suggest googling it and looking for solutions. Have you downloaded the modules?
@@RichardMoglen i have the same problem , any solutions ??
This video that explains how to access stock data from YF and process them in simple terms. Thanks a lot. What are some good books you recommend for learning more about this(python/finance) ? or which books helped you to learn this stuff ? or it's plain old Google for the rescue ?!
thank you, I am learning a lot from you
Glad to hear that!
Really appreciate these videos, thank you so much!
My pleasure!
Nice tut!
thanks!
Hello! thanks so so much for your videos! - I'd like to know why are you using the QQQ ticker? How could I retrieve information form other countries stock markets? Thanks!
The QQQ was just an example, if yahoo finance has data on the market you can
You are the best, thanks Richard for the sharing, learned lots from you!
My pleasure!
Hi Richard, this is a really useful video! However, I got stuck around 05:30. When I type in cd python it says the system cannot find the path specified, even though I have created a folder "python" in documents with the helloworld.py document. Thank you!
I got stuck too, how were you able to fix it?
Great Video, Keep it up man.
Thanks George!
awesome video and series!
Thank you!
you are the best. thanks
You're welcome!
I get the following error:
AttributeError: module 'yfinance' has no attribute 'pdr_override'
Is a correction in your code necessary ?
Great video! Thank you for explaining the code.
Thanks for watching!
Nice work on this. Perhaps this is covered in a future episode but can this be adapted to intraday data? Not sure if intraday data is freely available. Thanks.
Hey Vic, you can get intraday data if its recent
@@RichardMoglen hi Richard... is that thru TC2000 or are there free sources? Not sure if you meant from yahoo finance. Thanks again.
@@vikg3228 through yahoo finance. It should be free
Amazing!
Thank you
no problem!
When the next video? Super excited for this series.
Planning it right now, should be up this weekend