YFinance Trader
JSON →Provides stock market data and trading capabilities using the yfinance library.
Install
pip install -r Tools · 10
- get_stock_price Retrieve current stock price for a given ticker symbol
- get_stock_history Get historical stock data for a ticker over a specified period
- get_company_info Fetch company information and profile for a ticker
- get_financials Retrieve financial statements (income, balance sheet, cash flow) for a ticker
- get_analyst_recommendations Get analyst ratings and recommendations for a ticker
- get_market_news Fetch latest market news and headlines
- get_options_chain Retrieve options chain data for a ticker
- get_dividends Get dividend history and information for a ticker
- get_splits Retrieve stock split history for a ticker
- search_tickers Search for ticker symbols by company name or keyword
★ 33 GitHub stars