get_stock_actions
Retrieve stock dividends and stock splits for a given ticker. Paginated results from Yahoo Finance make historical data accessible.
Instructions
Get stock dividends and stock splits for a given ticker symbol from yahoo finance.
Args: ticker: str The ticker symbol of the stock to get stock actions for, e.g. "AAPL"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| page | No | ||
| export_path | No |