Skip to content

sharmajee499/Financial-Statements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This app simply shows the different financial ratio of the publicly traded companies.

You can access the app via: link

The financial ratios are listed below:

  • Gross Profit Margin (GPM)
  • Operating Margin (OM)
  • Net Profit Margin (NPM)
  • Debt-Equity Ratio (DER)
  • Current Ratio (CR)
  • Total Asset Turnover (TAT)
  • Return on Asset (ROA)
  • Return on Equity (ROE)

ScreeenShot of the App

Data Acquisition

The data is acquired via Yahoo Finanace with the help of the two python API's i.e. finpie & yfinance. We access the balance sheet and income statement through these APIs.

Financial Ratio Calculation

With the accquired data, we calculated the financial ratio through the respective formula. You can find the financial ratio explanation and formula on the 'Explanation' section of the app at the bottom.

Implication

There are already thousands of website conveying the same information in more fancy and optimized way. The purpose of making this one is to show how easy and handy it is to use the Streamlit. Data Scientist and Analyst doesn't have time to create a UI app using HTML, CSS and Javascript etc. from scratch. With tools like Streamlit, we can easily convey our result and data insights to the business stakeholder in no time.

Requirements

Please, refer to the requirements.txt file.

About

A Streamlit Web App to show and compare financial ratios of different publicly traded companies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors