Yahoo Finance
JSON →An MCP server for querying Yahoo Finance data using the yfinance library.
Install
pip install -r Tools · 20
- get_current_stock_price Get the current stock price for a given symbol.
- get_stock_price_by_date Get the stock price for a given symbol on a specific date.
- get_stock_price_date_range Get stock prices for a given symbol within a date range.
- get_historical_stock_prices Get historical stock prices for a given symbol with optional period and interval.
- get_dividends Get dividend data for a given symbol.
- get_income_statement Get income statement for a given symbol with optional frequency.
- get_cashflow Get cash flow statement for a given symbol with optional frequency.
- get_balance_sheet Get balance sheet for a given symbol with optional frequency.
- get_earning_dates Get upcoming earning dates for a given symbol with optional limit.
- get_news Get news articles related to a given symbol.
- get_company_info Get company information for a given symbol.
- get_splits Get stock split history for a given symbol.
- get_recommendations Get analyst recommendations for a given symbol.
- get_analyst_price_targets Get analyst price targets for a given symbol.
- get_major_holders Get major holders information for a given symbol.
- get_institutional_holders Get institutional holders information for a given symbol.
- get_mutualfund_holders Get mutual fund holders information for a given symbol.
- get_option_expiration_dates Get option expiration dates for a given symbol.
- get_option_chain Get option chain data for a given symbol and expiration date.
- get_sustainability Get sustainability (ESG) scores for a given symbol.