Skip to content

nandapg0204/AI_Stock_Advising_ChatBot

Repository files navigation

AI Stock Advising ChatBot

This repository contains code to build an AI stock advising chatbot, integrating LangChain and OpenAI for reliable financial insights.

Features: Precise information, Interactive Visualizations, Future stock price forecasting, Real time data, Risk assessment analysis

Motivation

General purpose chatbots like ChatGPT may not offer reliable financial advice due to limitations in handling real-time data and numerical accuracy. Effective stock trading advice requires precise and up-to-date information. LLMs are great at processing text. Financial applications like Yahoo Finance and Google Stock News are known for their reliable real-time financial data.

Our approch aims to build a solution that can combine reliable real time data from financial applications with great text processing capabilities of LLMS

Sample Input and Output

User : Show me the historic stock price change of NVIDIA stock

Response :

The historic price of Nvidia is :

Flower

User : How does apple stock looks like for next 10 days

Response :

The predicted Apple stock prices for the next 10 days are as follows:
- Day 1: $219.59
- Day 2: $219.50
- Day 3: $219.50
- Day 4: $219.56
- Day 5: $219.66
- Day 6: $219.78
- Day 7: $219.92
- Day 8: $220.07
- Day 9: $220.24
- Day 10: $220.41
The stock price is predicted with 4.23% error.

User :

What is the current price of Google stock

Response :

The current price of Google stock (GOOG) is $168.40.

User :

Give me a stock name which i should not invest with an example and why(Show the details)

Response :

A stock often advised against is GameStop (GME). It has high volatility, a trailing P/E ratio of 263.38, and significant debt, making it a risky investment.

User :

Give me the basic details of the Tokyo stock

Response :

I couldn't find any information on Tokyo stock. Please check the name or provide a different stock.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published