Skip to main content
The 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
string
required
Ticker symbol (e.g., “AAPL”, “MSFT”, “TSLA”)
response_format
string
default:"json"
Output format for the response
  • json - Returns structured JSON data
  • markdown - Returns formatted markdown tables
preview_limit
number
default:"25"
Maximum number of rows to display in markdown preview (min: 1, max: 200)
save
object
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

{
  "ticker": "AAPL"
}

Example with Save Option

{
  "ticker": "AAPL",
  "save": {
    "format": "json",
    "filename": "apple_info.json"
  }
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.

Build docs developers (and LLMs) love