Hey everyone,
I’ve been getting into value investing (*well,* reading *The Intelligent Investor*), but I found most valuation tools were either expensive, full of ads, or didn't work well for Indian stocks (NSE/BSE).
So this weekend, I decided to code my own using Python and Streamlit.
**What it does:**
* **Instant Valuation:** Calculates the Benjamin Graham Fair Value instantly.
* **Smart Search:** Works for 'Nvidia' (US) and 'Tata Motors' (India) automatically.
* **Visual Verdict:** Gives a clear 'Undervalued' or 'Overvalued' banner based on the math.
* **Negative Earnings Check:** Detects loss-making companies and warns you (so you don't get trapped).
It’s completely free and open-source. I’m not selling anything, just wanted to share it with the community to get feedback.
**Link:** [https://stock-value-app.streamlit.app/](https://stock-value-app.streamlit.app/)
It's very rough currently. Let me know what features I should add next and improvements in the existing!"