How to Get a List of Stocks on an Exchange || Stock Analysis with Python Part 1

preview_player
Показать описание
@MattMacarty
#Python #StockAnalysis #DataScience #Investing #Trading #MachineLearning

✅ Please SUBSCRIBE:

Videos:

***This video is for educational purposes only. The information provided should not be construed as investment advice. ***

✅ Get the code:

✅ If you are interested in subscribing to a data bundle from EODHistoricalData, use this link for special pricing (I get a referral):

Use an API to get listing of every security traded on an exchange

Learn Python for Stock Analysis - by the end of this video series you will have a functioning tool to speed your analysis of markets and individual stocks

In this course, you will:

* Learn Python Fundamentals: Learn the basics of Python programming, however some prior Python experience is helpful including data types, variables, control flow, and functions.
* Explore Data Analysis Libraries: Discover powerful libraries like NumPy, Pandas, and Matplotlib to manipulate and visualize financial data.
* Dive into Financial Data: Learn how to access and clean real-world stock market data from sources like Yahoo Finance and Alpha Vantage.

Why Choose This Course?

* Practical, Hands-on Approach: Learn by doing with real-world examples and projects.
* Clear and Concise Explanations: Break down complex concepts into easy-to-understand steps.
* Flexible Learning: Access the course materials 24/7 at your own pace.
* It's Free!
Рекомендации по теме
Комментарии
Автор

Amazing work! I'm preparing for the FRM2 exam. Your playlist has been super helpful for me to understand some abstract concepts!

luzhang
Автор

Hi. is the api_key acquired on the website? Or you can create it on your own?

markcolumbretis
Автор

Hello, Matt thank you for this great video. Is there a way to add conditions so only specific stocks (such as optionable) are retrieved? Thank you.

dtconsultations
Автор

Hi Matt. Excellent video. Unfortunately I am not being able to replicate the file generation. I think its because I havent kept the API key in the right place that Python expects it to. (I kept it in a folder I created in a random location of my choice). Where does one keep the API Key so that Python is able to access it? Thanks in advance!

iamwhatuthinkiam
Автор

Sir very useful video. Would it be more useful if we get data from the web using beautiful soup instead of API?

CemilPars
Автор

So just to clarify, if I was to use your code with my api code it would work fine?

jackcalvert
Автор

Thank you for your videos. Learning a lot!

GaborVideos