get_investment_splits
Calculate historical stock prices and share counts using split ratios, dates, and multipliers. Filter by ticker symbol or date range for accurate investment analysis.
Instructions
Get stock split history. Returns split ratios, dates, and multipliers for accurate historical price and share calculations. Filter by ticker symbol or date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker_symbol | No | Filter by ticker symbol (e.g., "AAPL", "TSLA") | |
| start_date | No | Start date (YYYY-MM-DD) | |
| end_date | No | End date (YYYY-MM-DD) | |
| limit | No | Maximum number of results (default: 100, max: 10000) | |
| offset | No | Number of results to skip for pagination (default: 0) |