get_stock_price
Get historical daily stock prices (OHLC). Returns a summary by default; set series=true to get the full daily price series (for backtesting / charting).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows of the daily series to return when series=true. | |
| period | No | Look-back window | 1y |
| series | No | If true, return the full daily OHLC series (up to `limit` rows) instead of just a summary. | |
| ticker | Yes | Stock ticker symbol |