get_price_target_info
Retrieve analyst price target details, including summaries, consensus, or news, for specific stocks using the Yahoo Finance MCP Server. Input symbol, info type, and pagination parameters to access targeted financial insights.
Instructions
获取分析师目标价相关信息,可选择汇总、共识或新闻。
参数说明: info_type: str summary、consensus、news、latest_news symbol: str 股票代码,news/summary/consensus 必填 page: int 页码,默认 0 limit: int 返回数量,默认 10
Input Schema
Name | Required | Description | Default |
---|---|---|---|
info_type | Yes | ||
limit | No | ||
page | No | ||
symbol | No |