Skip to content

atharvad38/Stock-Analysis-with-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation


Stock Analysis with AI

This project is a Stock Analysis Application that uses Yahoo Finance, Screener.in, and AI-based analysis to provide insights about a company's financial position, key metrics, and technical analysis. It also allows users to ask follow-up questions for more detailed insights.

Features

  • Fetch historical stock data and calculate moving averages (50-day and 200-day) using Yahoo Finance.
  • Extract key financial metrics and data tables from Screener.in.
  • AI-driven analysis and recommendations using LangChain and Anthropic's Claude model.
  • Interactive user interface built with Streamlit.
  • Support for follow-up questions for detailed stock insights.

Technologies Used

  • Python Libraries: Streamlit, yfinance, requests, BeautifulSoup, pandas.
  • AI Tools: LangChain, Anthropic's Claude model.
  • APIs: Yahoo Finance, Screener.in.
  • Visualization: Line charts for moving averages using Streamlit.

Run Instructions

  1. Install Dependencies
    Ensure Python 3.8 or higher is installed. Install the required libraries using pip:

    pip install streamlit yfinance requests beautifulsoup4 pandas langchain-anthropic
  2. Run the Application
    Launch the Streamlit app:

    streamlit run app.py
  3. Usage

    • Enter a stock symbol (e.g., RELIANCE, INFY) to analyze.
    • View financial data, moving averages, and AI-driven analysis.
    • Ask follow-up questions for more insights.

Disclaimer

The insights and analyses provided by this application are for informational purposes only and are based on the available data. The stock market is inherently unpredictable, and outcomes may vary. Please consider the risks before making investment decisions.


SS

WhatsApp Image 2025-01-15 at 20 03 22_7ae06723

WhatsApp Image 2025-01-15 at 20 03 42_1df138c9

WhatsApp Image 2025-01-15 at 20 04 12_dd77f150

WhatsApp Image 2025-01-15 at 20 04 40_b30bcebd

WhatsApp Image 2025-01-15 at 20 05 15_7d9b01bb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages