get_ratings
Retrieve stock ratings data, including snapshot or historical records, by specifying the stock symbol and rating type. Ideal for analyzing stock performance and trends directly from Yahoo Finance.
Instructions
获取股票评级数据,可选择快照或历史记录。
参数说明: symbol: str 股票代码,例如 "AAPL" rating_type: str snapshot 或 historical,默认 snapshot limit: int 返回数量,默认 1
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
rating_type | No | snapshot | |
symbol | Yes |