get_quotes
Fetch historical NBBO stock quotes with optional date range and pagination.
Instructions
Historical NBBO quotes for a stock.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock symbol. | |
| timestamp_gte | No | Inclusive lower bound ("YYYY-MM-DD" or ns/ms unix). | |
| timestamp_lt | No | Exclusive upper bound. | |
| limit | No | Max rows (Massive cap typically 50000). Default 50. | |
| cursor | No | Pagination cursor from a previous `next_cursor`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||