get_previous_close
Retrieve the previous trading day's open, high, low, and close prices for a stock ticker, optionally adjusted for splits.
Instructions
Previous trading day's OHLC for a single stock ticker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock symbol (e.g. "NVDA"). | |
| adjusted | No | Adjust for splits. Default true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||