haive.tools.tools.yfinance_toolΒΆ
Yahoo Finance News Tool Module.
This module provides a tool for fetching the latest financial news from Yahoo Finance. It wraps the YahooFinanceNewsTool from LangChain community tools, providing access to up-to-date financial news, stock information, and market data.
Examples
>>> from haive.tools.tools.yfinance_tool import yfinance_news_tool
>>> result = yfinance_news_tool.run("AAPL")
>>> print(result) # Returns latest news about Apple Inc.