An autonomous agent for monitoring corporate earnings and analyzing financial statements using yfinance.
This agent provides deep-dive analysis into quarterly earnings and corporate financial health. It is designed to run locally and uses the yfinance library for reliable, real-time data retrieval.
Before using this skill, ensure the dependencies are installed in your environment:
pip install yfinance
The agent can handle a variety of financial inquiries. Use these as templates for your requests:
get_earningsFetches the most recent earnings results and compares them to analyst estimates.
ticker (string)python3 logic.py --tool get_earnings --ticker {{ticker}}get_financialsRetrieves key balance sheet, income statement, and cash flow metrics.
ticker (string)python3 logic.py --tool get_financials --ticker {{ticker}}