Git Product home page Git Product logo

fundamentalanalysisdashboard's Introduction

Fundamental Analysis Dashboard

Here we are automating a method called fundamental analysis to pick the best stocks to invest in any given sector. Essentially, a screener which will pick the top stocks for us based on the underlying grading algorithm.

Overview of Data

Data shows the fundamentals of various businesses in different sectors which help us in determining the corporate value and give us the top shares in which common investors can look into.

image

Data Source:

  1. https://eodhistoricaldata.com/ (You need a paid subscription for using the API)

image

  1. Yahoo Finance (for ticker prices)

Preprocessing

•Data cleaning using pandas and numpy libraries
•Removing null values
•Converting marketCap to billions
•Grouping according to the marketCap (Small, Medium, Large)

Grading

The grading algorithm is based on distribution analysis of values for a certain metric for a specific sector

image

For instance, to evaluate a stock's net margin, I would look at the net margins of all the stocks in the Communications sector and assign a percentile to the stock's net margin depending on where it falls in the distribution of values.

image

For metrics where a lower value is considered better, such as P/E ratios, the algorithm will use the 10th percentile as the basis for grading. So if a stock in the Industrials sector has a P/E ratio of 10 and that is in the 10th percentile of all P/E ratios for Industrials stocks, it will be rated A+.

To determine a stock's overall rating, the grades are then changed into numbers for each category, combined together, and multiplied.

PowerBI Dashboard

image

Small Cap

image

Mid Cap

image

Large Cap

image

Note

•All the data required for the project is publicly available
•Fundamental analysis provides us the indicators to gauge our understanding on how suitable a company is for us to invest in
•The indicators by nature do not guarantee the returns. They, only help us in making better decisions
•From the perspective of an equity investor, the goal of fundamental analysis is to pick stocks with the right valuation and that have the potential for growth
•On the other hand, technical analysis with price charts can be used to find a profitable stock trade signal

fundamentalanalysisdashboard's People

Contributors

nimishchalkar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.