Investment Analysis — Stock Research
Experimenting with stock selection and portfolio optimization using fundamental indicators.
We will experiment with stock selection and portfolio optimization using fundamental indicators.
This article is part of the Investment Analysis series.
The source code is available in this repository.
The content of this article is not investment advice. Investment involves risk. Always use your judgment for any investment decision.
Getting Started
In this article, we will look at using our coding skills to prepare a finance dataset, define and develop criteria for stock selection, and use optimization techniques to help us derive the stock portfolio.
Dataset
Let’s get started with the dataset. Below is a snapshot of the dataset we will be using.
The dataset is prepared using the approaches described in this article.
The updated notebook is available here.