Learn how to create AI agents for financial analysis and investment recommendations.
A workflow demonstrating how the Finance Agent can analyze stock market data and provide investment recommendations.
Install Package
First, install the Praison Labs Agents package:
Set API Key
Set your OpenAI API key as an environment variable:
Create Script
Create a new file finance_analysis.py
:
The Finance Agent specializes in stock market analysis and investment recommendations using three key components:
get_stock_price
to fetch current market prices
get_stock_info
get_historical_data
Access to current stock market prices and information.
Detailed company information and fundamentals.
Analysis of historical price movements and patterns.
AI-powered investment recommendations.