get_stock_grades_summary
Retrieve summarized analyst ratings for stocks to assess investment potential. Input a stock ticker to access actionable insights from financial experts.
Instructions
获取分析师评级汇总。
参数说明: ticker: str 股票代码,例如 "AAPL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ticker | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ticker": {
"title": "Ticker",
"type": "string"
}
},
"required": [
"ticker"
],
"title": "get_stock_grades_summaryArguments",
"type": "object"
}