-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the Streamlit-Stock-Fundamentals-App wiki!
- In this study, we will walk through the streamlit stock fundamental analysis app based on the published tutorial and open-source code.
- Referring to our recent study, the NVIDIA’s AI-powered earnings and revenues remain our key focus area that falls under the umbrella of fintech.
- Indeed, as US Tech stocks continue to set new high after new high, many investors are questioning whether we have reached “bubble” territory. There has been debate over whether the current valuations are justified, whether the impressive earnings growth can persist.
- Let’s delve into the specifics of the streamlit application itself.
- Copying the CSS style file to the working directory YOURPATH.
- Installing the required libraries
!pip install streamlit, yfinance
-
Creating the Python script Create stock_fundamentals_screen.py in YOURPATH
-
Running the above script from the cmd prompt as follows
streamlit run stock_fundamentals_screen.py
- Follow the link below
You can now view your Streamlit app in your browser.
Local URL: http://localhost: Network URL: http://
- The following menu should appear in your browser
- This quick demo shows that the proposed streamlit UI provides easy-to-follow access to real-time financial data via yfinance.
- Today we have demonstrated how to build and launch the Stock Search Web App.
- We have used this App to examine the latest NVDA stock price and financial health.
- Next steps will focus on the implementation of “Quarterly Earnings” and “Analysts Recommendation”.
Streamlit: Simplifying Stock Price Analysis
Datapane Stock Screener App from Scratch Plotly Dash TA Stock Market App The $ASML Trading Strategies via the Plotly Stock Market Dashboard An Implemented Streamlit Crop Prediction App NVIDIA Rolling Volatility: GARCH & XGBoost NVIDIA Returns-Drawdowns MVA & RNN Mean Reversal Trading Dividend-NG-BTC Diversify Big Tech IQR-Based Log Price Volatility Ranking of Top 19 Blue Chips Blue-Chip Stock Portfolios for Quant Traders Multiple-Criteria Technical Analysis of Blue Chips in Python
Streamlit Stock Fundamental Analysis Web App