| Name | Type | Description |
|---|---|---|
| intervals | List<StockPriceInterval> | Open, close, high, low, volume, average price, and change ratio for a particular interval |
| security | SecuritySummary | The Security resolved from the given identifier |
| source | SourceEnum | The source of the data |
| nextPage | String | The token required to request the next page of the data. If null, no further results are available. |
| Name | Value |
|---|---|
| REALTIME | "realtime" |
| DELAYED | "delayed" |
| NASDAQ_BASIC | "nasdaq_basic" |
| NASDAQ_BASIC_FILTERED | "nasdaq_basic_filtered" |
| NASDAQ_BASIC_LAST_SALE | "nasdaq_basic_last_sale" |
| CBOE_ONE | "cboe_one" |
| EQUITIES_EDGE | "equities_edge" |