EquityInsight AI is an interactive financial analytics platform that combines technical analysis, fundamental analysis, market data, news sentiment, risk modelling, portfolio analytics, Monte Carlo simulation, and AI-assisted investment insights into a single Streamlit application.
EquityInsight AI is a Python-based investment research and financial analytics platform designed to help users evaluate stocks using multiple analytical perspectives.
Instead of relying on a single indicator, the platform combines:
- 📈 Technical analysis
- 💰 Fundamental analysis
- 📰 Financial news sentiment
- 🤖 AI-assisted insights
- ⚖️ Risk assessment
- 🎯 Investment scoring
- 🏛️ AI Investment Committee
- 🎲 Monte Carlo simulation
- 💼 Portfolio construction
- ⚖️ Multi-stock comparison
- 📊 Market monitoring
- 📄 Automated investment reports
The application provides an interactive interface through Streamlit, allowing users to enter a stock ticker and explore different layers of financial analysis.
The main objectives of EquityInsight AI are to:
- Combine multiple financial analysis techniques into one platform.
- Provide quantitative stock scoring and risk assessment.
- Explain investment decisions rather than only providing a Buy/Hold/Sell label.
- Provide AI-assisted investment research and scenario analysis.
- Help users compare multiple stocks.
- Provide portfolio construction and portfolio analytics.
- Simulate potential future price outcomes using Monte Carlo methods.
- Generate downloadable investment research reports.
⚠️ EquityInsight AI is an educational and research tool. It does not provide financial advice or guarantee investment returns.
The Stock Analysis module allows users to enter an individual stock ticker and perform a detailed analysis.
The analysis includes:
- Current stock information
- Company information
- Technical indicators
- Technical scoring
- Volatility analysis
- Trend analysis
- News sentiment
- Support and resistance levels
- Chart pattern detection
- Investment recommendation
- Risk classification
- Confidence score
- AI investment thesis
- Investment strengths and weaknesses
- AI investment committee
- Scenario simulation
- AI mentor
- AI assistant
- Investment checklist
EquityInsight AI calculates technical indicators from historical market data.
Current technical-analysis components include:
- Moving averages
- RSI
- MACD
- Volatility
- Trend analysis
- Technical signal analysis
- Support and resistance
- Candlestick/chart pattern detection
Technical analysis is used as one of the inputs to the platform's overall stock scoring system.
The platform retrieves company and financial information and presents fundamental metrics such as:
- Market capitalization
- P/E ratio
- EPS
- ROE
- Debt-to-equity
- Dividend-related information
- Company profile
- Financial statements
Financial statements include:
- Income Statement
- Balance Sheet
- Cash Flow Statement
The platform retrieves financial news and performs sentiment analysis.
The sentiment pipeline includes:
Financial News
↓
News Collection
↓
Sentiment Analysis
↓
Positive / Neutral / Negative
↓
Overall News Sentiment
↓
Investment Scoring
This allows current news sentiment to contribute to the overall investment analysis.
The project contains a dedicated scoring module that combines analytical signals into investment-related scores.
The scoring system includes:
- Technical score
- Final/adjusted score
- Risk classification
- Recommendation generation
- Trend analysis
The resulting analysis can produce recommendations such as:
- Buy
- Hold
- Sell
The score is also used by other modules such as confidence analysis and AI insights.
The AI Insights section explains the results of the quantitative analysis.
It considers:
- Stock ticker
- Adjusted score
- Recommendation
- Risk
- Confidence
- Trend explanation
- Strengths
- Weaknesses
The objective is to make the numerical analysis easier to understand instead of simply displaying raw scores.
Example workflow:
Quantitative Analysis
↓
Adjusted Score
↓
Recommendation
↓
Risk + Confidence
↓
Strengths / Weaknesses
↓
AI Investment Insights
The Investment Thesis module generates a structured explanation of the stock's investment case.
It considers information such as:
- Company information
- Price data
- Recommendation
- Risk
- News sentiment
- Fundamentals
The thesis provides a higher-level interpretation of the analysis.
One of the major features of EquityInsight AI is its virtual investment committee.
The committee contains different analytical roles:
- 📈 Technical Analyst
- 💰 Fundamental Analyst
- 📰 News Analyst
⚠️ Risk Manager
Each role evaluates the stock from a different perspective.
The committee then produces:
- Individual analyst opinions
- Reasons supporting each opinion
- Final committee decision
- Committee confidence
This creates a multi-perspective decision-support framework.
The Monte Carlo module provides quantitative price simulations.
The simulation generates possible future price paths and calculates statistics such as:
- Expected price
- Probability of profit
- Best-case price
- Worst-case price
- Lower confidence interval
- Upper confidence interval
Conceptually:
Historical Price Data
↓
Return / Volatility Estimation
↓
Monte Carlo Simulation
↓
Multiple Future Price Paths
↓
Statistical Analysis
This module is intended for risk exploration rather than guaranteed price prediction.
The Portfolio Builder allows users to select multiple stocks and specify:
- Investment amount
- Risk preference
- Portfolio stocks
The platform then generates a portfolio and provides:
- Suggested allocation
- Investment amount per stock
- Portfolio analytics
- Portfolio chart
- AI portfolio explanation
The project also contains portfolio optimization functionality.
The portfolio optimizer includes functionality for:
- Portfolio statistics
- Random portfolio generation
- Efficient frontier visualization
- Identifying suitable portfolios
This provides a quantitative approach to portfolio construction.
The Stock Comparison module allows users to compare multiple stocks.
The comparison system can evaluate stocks using information such as:
- Scores
- Recommendations
- Risk
- Technical performance
- Fundamental information
It also generates an AI comparison verdict.
Workflow:
Select Multiple Stocks
↓
Stock Analysis
↓
Comparison DataFrame
↓
Comparison Chart
↓
AI Comparison Verdict
The Market Watch dashboard provides a broader market view.
It includes:
- Market overview
- Watchlist
- Stock prices
- Trend information
- Recommendations
- Top gainers
- Top losers
The Market Watch section is designed to provide a quick snapshot before performing detailed individual-stock analysis.
The alerts module generates alerts based on stock analysis and support/resistance information.
This allows important analytical conditions to be surfaced to the user.
The AI Assistant allows users to ask questions about an analyzed stock.
The assistant receives relevant analytical information such as:
- Company information
- Recommendation
- Risk
- Confidence
- Fundamentals
- News sentiment
- Support/resistance
- Investment thesis
This allows users to interact with the analysis rather than only reading static results.
The Investment Mentor provides educational explanations based on the stock's:
- Recommendation
- Risk
- News sentiment
- Support/resistance
- Adjusted score
The purpose is to make financial analysis easier to understand.
The AI Investment Checklist creates a structured checklist based on the analyzed stock.
It considers:
- Technical information
- Recommendation
- Risk
- News sentiment
- Fundamentals
- Support/resistance
The Scenario Simulator allows users to explore hypothetical events such as:
- Stock falls 10%
- Positive earnings
- Negative earnings
- Interest rate hike
- Interest rate cut
The simulator evaluates the scenario using the current stock analysis.
EquityInsight AI can generate downloadable PDF investment reports.
The report system can include:
- Company information
- Investment recommendation
- Adjusted score
- Confidence
- Risk
- Investment thesis
- Fundamentals
- Technical reasons
- Strengths
- Weaknesses
- News sentiment
- AI committee decision
- Monte Carlo statistics
- Scenario results
This allows the analysis to be exported as a structured research document.
The application follows a modular architecture:
┌──────────────────────┐
│ app.py │
│ Streamlit Entry │
└──────────┬───────────┘
│
┌─────────────────┼─────────────────┐
│ │ │
▼ ▼ ▼
Stock Analysis Market Watch Portfolio
analysis_ui.py market_watch_ui portfolio_ui.py
│
▼
Analysis Engine
│
┌────────┼─────────┐
│ │ │
▼ ▼ ▼
Technical Fundamental News
Analysis Analysis Sentiment
│ │ │
└────────┼─────────┘
▼
Scoring
│
┌───────┼────────┐
▼ ▼ ▼
Risk Confidence Recommendation
│ │ │
└───────┼────────┘
▼
AI Insights
│
┌───────┼─────────────┐
▼ ▼ ▼
Thesis Committee Assistant
│
▼
Final Decision
The project is organized into several logical layers.
EquityInsights/
│
├── app.py
│
├── ─────────────── UI / APPLICATION ───────────────
│
├── analysis_ui.py
├── market_watch_ui.py
├── portfolio_ui.py
├── comparison_ui.py
├── about_ui.py
│
├── ─────────────── DATA & MARKET DATA ───────────────
│
├── data.py
├── live_price.py
├── market.py
├── watchlist.py
├── timeframes.py
│
├── ─────────────── TECHNICAL ANALYSIS ───────────────
│
├── indicators.py
├── analysis.py
├── patterns.py
├── support_resistance.py
├── multi_timeframe.py
│
├── ─────────────── SCORING & DECISION ENGINE ───────────────
│
├── scoring.py
├── confidence.py
├── explainability.py
├── score_breakdown.py
├── pros_cons.py
├── opportunities.py
├── alerts.py
│
├── ─────────────── NEWS & SENTIMENT ───────────────
│
├── sentiment.py
├── news_chart.py
│
├── ─────────────── AI / DECISION SUPPORT ───────────────
│
├── assistant_ai.py
├── thesis.py
├── committee.py
├── mentor.py
├── checklist.py
├── scenario.py
├── screener.py
│
├── ─────────────── STOCK COMPARISON ───────────────
│
├── comparison.py
├── comparison_ui.py
│
├── ─────────────── PORTFOLIO ───────────────
│
├── portfolio.py
├── portfolio_ai.py
├── portfolio_optimizer.py
├── portfolio_ui.py
│
├── ─────────────── VISUALIZATION ───────────────
│
├── charts.py
├── dashboard.py
├── gauge.py
│
├── ─────────────── REPORTING ───────────────
│
├── report.py
├── pdf_report.py
├── financials.py
|
├── ─────────────── CONFIGURATION ───────────────
│
├── requirements.txt
├── .env
├── .gitignore
├── LICENSE
├── COPYRIGHT
├── README.md
│
├── ─────────────── DOCUMENTATION / IMAGES ───────────────
│
├── images/
│ ├── home.png
│ ├── analysis.png
│ ├── analysis2.png
│ ├── market_watch.png
│ ├── stock_comparison.png
│ ├── stock_comparison2.png
│ ├── stock_comparison3.png
│ ├── portfolio_builder.png
│ ├── monte_carlo.png
│ ├── monte_carlo_2.png
│ ├── investment report.png
│ ├── Ai_investmenst_thesis.png
│ ├── AI_investment_mentor.png
│ ├── ai_Assistant.png
│ ├── investment_committe_1.png
│ ├── investment_committe_2.png
│ ├── news sentiments.png
│ ├── income_statement.png
│ ├── balance_sheet.png
│ ├── cash_flow_statement.png
│ ├── strengths.png
│ ├── weaknesses.png
│ └── support and resistance.png
│
└── ─────────────── SAMPLE OUTPUTS ───────────────
│
├── AAPL_Investment_Report.pdf
└── RELIANCE.NS_Investment_Report.pdf
__pycache__/is generated automatically by Python and should not be treated as part of the source-code architecture.
| File | Responsibility |
|---|---|
app.py |
Main Streamlit entry point and navigation |
analysis_ui.py |
Complete individual stock analysis interface |
market_watch_ui.py |
Market Watch interface |
portfolio_ui.py |
Portfolio Builder interface |
comparison_ui.py |
Multi-stock comparison interface |
about_ui.py |
About/project information interface |
| File | Responsibility |
|---|---|
data.py |
Stock data, company information, fundamentals and financial statements |
live_price.py |
Live stock price retrieval |
market.py |
Market overview information |
watchlist.py |
Watchlist, gainers and losers |
timeframes.py |
Timeframe and interval configuration |
financials.py |
Financial statement retrieval/processing |
| File | Responsibility |
|---|---|
indicators.py |
Technical indicators and volatility |
analysis.py |
Technical signal analysis |
patterns.py |
Pattern detection |
support_resistance.py |
Support/resistance calculation |
multi_timeframe.py |
Multi-timeframe analysis |
| File | Responsibility |
|---|---|
scoring.py |
Technical score, final score, recommendation, risk and trend |
confidence.py |
Confidence calculation |
score_breakdown.py |
Score explanation/breakdown |
explainability.py |
Decision explanation |
pros_cons.py |
Strength and weakness generation |
opportunities.py |
Opportunities and risks |
alerts.py |
Analytical alerts |
| File | Responsibility |
|---|---|
assistant_ai.py |
Interactive stock-analysis assistant |
thesis.py |
AI investment thesis |
committee.py |
Multi-member AI investment committee |
mentor.py |
Investment mentor |
checklist.py |
Investment checklist |
scenario.py |
Scenario simulation |
screener.py |
AI insight generation |
| File | Responsibility |
|---|---|
sentiment.py |
News retrieval and sentiment analysis |
news_chart.py |
Sentiment visualization |
| File | Responsibility |
|---|---|
portfolio.py |
Portfolio generation and portfolio calculations |
portfolio_ai.py |
AI portfolio explanation |
portfolio_optimizer.py |
Portfolio statistics, random portfolios and efficient frontier |
portfolio_ui.py |
Portfolio Builder UI |
| File | Responsibility |
|---|---|
comparison.py |
Stock comparison calculations, charts and AI verdict |
comparison_ui.py |
Stock comparison interface |
| File | Responsibility |
|---|---|
charts.py |
Dashboard charts |
dashboard.py |
Technical dashboard |
gauge.py |
Investment score gauge |
| File | Responsibility |
|---|---|
report.py |
Investment report display |
pdf_report.py |
PDF report generation |
financials.py |
Financial statement presentation/data handling |
The main stock-analysis pipeline can be summarized as:
User enters ticker
│
▼
data.py
│
▼
Historical Stock Data
│
├──────────────► Company Information
│
├──────────────► Fundamentals
│
└──────────────► Financial Statements
│
▼
indicators.py
│
▼
Technical Indicators
│
├──────────────► analysis.py
├──────────────► patterns.py
├──────────────► support_resistance.py
└──────────────► volatility
│
▼
scoring.py
│
├──────────────► Technical Score
├──────────────► Risk
├──────────────► Trend
└──────────────► Recommendation
│
▼
sentiment.py
│
▼
News Sentiment
│
▼
Final Score
│
▼
┌──────┼──────────────┐
│ │ │
▼ ▼ ▼
Risk Confidence Recommendation
│ │ │
└──────┼──────────────┘
▼
AI Modules
│
├── Investment Thesis
├── AI Committee
├── AI Insights
├── AI Mentor
├── AI Assistant
├── Checklist
└── Scenario Simulator
│
▼
Final Analysis
│
├──────────────► Streamlit Dashboard
│
└──────────────► PDF Investment Report
The application provides the following main navigation sections:
🏠 Home
│
├── 📊 Market Watch
│
├── 📈 Stock Analysis
│
├── 💼 Portfolio Builder
│
├── ⚖️ Compare Stocks
│
└── ℹ️ About
- Python
- Streamlit
- Pandas
- NumPy
- Yahoo Finance /
yfinance - Additional HTTP/API integrations through
requests
- Plotly
- Matplotlib
- Transformers
- PyTorch
- GNews
- Custom AI/decision-support logic
- Scikit-learn
- NumPy
- Monte Carlo simulation
- Portfolio optimization
- ReportLab
git clone https://github.com/lakshmideore2-arch/EquityInsight-AI.gitcd EquityInsightspython -m venv venv
venv\Scripts\activatepython3 -m venv venv
source venv/bin/activatepip install -r requirements.txtCreate/configure your .env file with the API credentials under the variable name "TWELVE_DATA_API_KEY" required by the modules that use external services.
Do not commit .env to GitHub.
The project already contains a .gitignore file for repository hygiene.
streamlit run app.pyThe Streamlit application will then open in your browser.
The project currently declares the following packages in requirements.txt:
streamlit
yfinance
pandas
numpy
plotly
matplotlib
transformers
torch
gnews
requests
scikit-learn
The images/ directory contains screenshots demonstrating the major features of the platform.
The project includes sample generated investment reports:
AAPL_Investment_Report.pdfRELIANCE.NS_Investment_Report.pdf
These demonstrate the PDF reporting functionality of the application.
Potential future improvements include:
- CAPM analysis
- Value at Risk (VaR)
- Sharpe ratio optimization
- Sortino ratio
- Maximum drawdown
- Beta-based portfolio modelling
- More advanced portfolio optimization
- LSTM-based price modelling
- Transformer-based financial NLP
- ML-based stock ranking
- Earnings prediction
- Anomaly detection
- Retrieval-augmented financial research
- Financial document Q&A
- More advanced AI investment explanations
- Personalized research summaries
- User authentication
- Cloud deployment
- Database-backed watchlists
- Persistent portfolios
- Real-time alerts
- Scheduled reports
- Mobile-friendly interface
EquityInsight AI is intended for educational, analytical, and research purposes only.
The platform's scores, recommendations, simulations, AI-generated insights, and other outputs are not guarantees of future performance and should not be interpreted as professional financial advice.
Users should conduct their own research and consult a qualified financial professional before making investment decisions.
Video: https://youtu.be/apaPLQmZHDQ
Lakshmi
BSC Applied Statistics and Data Science| Symbiosis Statistical Institute
Ba Economics | Ramkrishna More College of Arts,Commerce and Science
Passionate about Economics, Machine Learning , Artificial Intelligence, Quantitative Finance,Financial Analytics, and Investment Research.
GitHub: https://github.com/lakshmideore2-arch
LinkedIn: https://www.linkedin.com/in/lakshmi-deore-b7b086376/
Copyright © 2026 Lakshmi.
This project is proprietary software.
All rights reserved.
No permission is granted to copy, modify, redistribute, publish, or commercially use this software or any substantial portion of the source code without written authorization from the copyright holder.

















