Realize Your Investment Goals with Data-Driven Insights
Stock Profit Optimizer calculates the ideal minimum and maximum price per share to sell a stock, considering various financial metrics and real-world conditions like inflation. The application assists investors in maximizing their returns through a robust, data-backed approach.
The application operates under the assumption that you will hold the stock for a minimum of 6 months, although you can specify a different holding period.
- User-Friendly Interface: Utilizes Streamlit for a clean, intuitive user experience.
- Customizable Parameters: Tailor your target rate of return, inflation rate, number of shares, and more.
- Data-Driven: Built with precision and efficiency at its core.
Clone this repository and navigate into the project directory. Run the following commands:
git clone https://github.com/ajakaiye33/realreturn4stocks.git
cd real_stock_calculator
python -m venv venv
source venv/bin/activate python
make all
To start the Streamlit app:
streamlit run streamlit_app.py
Navigate to http://localhost:8501
in your web browser.
Run all unit tests to ensure the application behaves as expected.
make test