get_daily_market_summary
Retrieve open, high, low, close (OHLC) data for the entire US stock market on a specified trading date, with optional adjustment for stock splits.
Instructions
OHLC for the entire US stock market on a given trading date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | "YYYY-MM-DD". | |
| adjusted | No | Adjust for splits. Default true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||