get_stock_snapshot
Retrieve comprehensive stock snapshots including latest trades, quotes, and daily bars for specified symbols to analyze market data.
Instructions
Retrieves comprehensive snapshots of stock symbols including latest trade, quote, minute bar, daily bar, and previous daily bar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | A comma-separated list of stock symbols. | |
| feed | No | The source feed of the data. - `sip`: all US exchanges - `iex`: Investors EXchange - `delayed_sip`: SIP with a 15 minute delay - `boats`: Blue Ocean, overnight US trading data - `overnight`: derived overnight US trading data - `otc`: over-the-counter exchanges Default: `sip` if the user has the unlimited subscription, otherwise `iex`. | |
| currency | No | The currency of all prices in ISO 4217 format. Default: USD. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||