https://github.com/yllvar/yfinance-agent
📊 YFinance Agent: An intelligent financial analysis chat Agent that leverages of yfinance data provide deep insights into stock market data. This is Your Quant Intern Researcher
https://github.com/yllvar/yfinance-agent
aiagent quantitative-finance yfinance
Last synced: 5 months ago
JSON representation
📊 YFinance Agent: An intelligent financial analysis chat Agent that leverages of yfinance data provide deep insights into stock market data. This is Your Quant Intern Researcher
- Host: GitHub
- URL: https://github.com/yllvar/yfinance-agent
- Owner: yllvar
- Created: 2025-02-01T19:18:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-04T02:53:16.000Z (8 months ago)
- Last Synced: 2025-02-17T23:41:59.964Z (8 months ago)
- Topics: aiagent, quantitative-finance, yfinance
- Language: TypeScript
- Homepage: https://quant-intern.vercel.app
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📊 YFinance Agent - AI-Powered Stock Analysis Intern
___🤖 An intelligent financial analysis tool that leverages AI to provide deep insights into stock market data using yfinance and OpenAI's GPT models.
---
---
## ✨ Features
- 📈 Real-time stock data analysis using yfinance
- 🧠 AI-powered insights with OpenAI's GPT models
- 🔍 Smart stock symbol lookup
- 📱 Clean and intuitive user interface
- 🚀 Fast and responsive performance## 🛠️ Prerequisites
Make sure you have:
- 📦 **Node.js** (v14 or later)
- 🔑 **OpenAI API key**## 🚀 Getting Started
### 1️⃣ Clone the repository
```bash
git clone https://github.com/yllvar/yfinance-agent.git
cd yfinance-agent
```### 2️⃣ Install dependencies
```bash
npm install
# or
yarn install
```### 3️⃣ Set up environment variables
Create a `.env` file and add your OpenAI API key:
```plaintext
OPENAI_API_KEY=your_api_key_here
```### 4️⃣ Start the development server
```bash
npm run dev
# or
yarn dev
```Visit 🌐 **http://localhost:3000** to see your app.

## 🌟 Usage
1. 🔑 Enter your OpenAI API key
2. 🔍 Search for a stock symbol (e.g., **AAPL, MSFT**)
3. 📊 View detailed analysis and AI-generated insights
4. 📈 Explore historical data and trends## 🤝 Contributing
Contributions are welcome! Feel free to:
- 🐛 Report bugs
- 💡 Suggest features
- 🔧 Submit pull requests## 📝 License
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.
## 🙏 Acknowledgements
- 📊 **yfinance** for stock data
- 🤖 **OpenAI** for GPT models
- ⚡ **Vercel** for hosting## 📞 Contact
👨💻 **Created by me
🌐 **GitHub:** [@yllvar](https://github.com/yllvar)⭐ **Don't forget to star this repo if you find it helpful!**