CapyBara Stock Advisor is a Python-based application that provides stock recommendations by integrating language models and financial data from Yahoo Finance. ππ
- β Stock Recommendations: Generates stock suggestions based on financial data analysis.
- π Financial Data Retrieval: Fetches real-time stock data using Yahoo Finance.
- π€ Natural Language Processing: Utilizes language models to interpret and analyze financial information.
-
Clone the Repository:
git clone https://github.com/Eajunnn/CapyBaraStockAdvisor.git
-
Navigate to the Project Directory:
cd CapyBaraStockAdvisor -
Install Dependencies:
Ensure you have Python 3.x installed. Then, install the required packages:
pip install -r requirements.txt
-
Run the Application:
python main.py
-
Follow the Prompts:
The application will guide you through obtaining stock recommendations.
CapyBara Stock Advisor combines the capabilities of language models and Yahoo Finance data to provide stock recommendations:
-
π₯ Data Retrieval: The application uses the
yfinancelibrary to fetch real-time stock data from Yahoo Finance. -
π Data Analysis: Financial metrics such as balance sheets, income statements, and cash flow are analyzed to assess stock performance.
-
π§ Natural Language Processing: Language models interpret and analyze the financial data to generate human-readable stock recommendations.
20240817-232536.mp4
Contributions are welcome! π οΈ Please fork the repository and create a pull request with your enhancements.
This project is licensed under the MIT License. π See the LICENSE file for details.
This tool is for educational purposes only and should not be considered financial advice. π‘ Always conduct your own research before making investment decisions.
For more information, visit the CapyBara Stock Advisor GitHub repository.
For a visual guide on using the Yahoo Finance API with Python, you can watch the following video: (https://www.youtube.com/watch?v=7uBpzM2Dh6Y)
