get_daily_ticker_summary
Retrieve daily open, high, low, and close prices for any stock ticker on a specific date. Also supports split-adjusted values.
Instructions
Daily open/high/low/close for a single ticker on a given date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock symbol. | |
| date | Yes | "YYYY-MM-DD". | |
| adjusted | No | Adjust for splits. Default true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||