get_stock_actions
Retrieve historical stock dividend and split data by providing a stock ticker. This tool extracts detailed corporate action records from Yahoo Finance for informed investment analysis.
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_actionsArguments",
"type": "object"
}