yf_ticker_info tool retrieves a complete information dictionary for a given ticker symbol, providing comprehensive company data including business details, financials, valuation metrics, and more.
Parameters
Ticker symbol (e.g., “AAPL”, “MSFT”, “TSLA”)
Output format for the response
json- Returns structured JSON datamarkdown- Returns formatted markdown tables
Maximum number of rows to display in markdown preview (min: 1, max: 200)
Save the result to a file
What Information is Returned
The tool returns a comprehensive dictionary containing:- Company Overview: Name, sector, industry, business summary, website
- Trading Information: Exchange, currency, market state, quote type
- Financial Metrics: Market cap, enterprise value, revenue, EBITDA, profit margins
- Valuation Ratios: P/E ratio, PEG ratio, price-to-book, price-to-sales
- Stock Statistics: Beta, 52-week high/low, average volume, shares outstanding
- Dividend Information: Dividend rate, yield, payout ratio, ex-dividend date
- Analyst Data: Target prices, recommendations, number of analyst opinions
- Leadership: Company officers and management team
- Company Contact: Address, phone, website
Example Usage
Example with Save Option
The ticker info endpoint provides the most comprehensive dataset available. If you only need basic metrics like price and market cap, consider using the fast_info tool for better performance.