Finance Tools MCP

MIT License
16
  • Apple

get_ticker_news_tool

Retrieve Yahoo financial news for a specific ticker to support in-depth market research and analysis with real-time updates and insights.

Instructions

For getting yahoo financial news of a ticker. Useful for getting latest news, especially for doing deep research.

Input Schema

NameRequiredDescriptionDefault
tickerYes

Input Schema (JSON Schema)

{ "properties": { "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker" ], "title": "get_ticker_news_toolArguments", "type": "object" }
ID: o7bclp5ave