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)
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.
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.
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.
Please, refer to the requirements.txt file.
