Skip to content

V3_STOCK_LIST_DATES()

FreeValueStandardPro

Lists all dates of data that are available for a stock with a given request type and symbol. This endpoint is updated overnight.

Example

=THETADATA.V3_STOCK_LIST_DATES("quote", "AAPL")

Parameters

request_typeRequired  -

The request type.

Type: string
Behavior: Required.
Enumtrade, quote
symbol  -

The stock or index symbol, or underlying symbol for options. Specify '*' for all symbols or a comma separated list when appropriate.

Type: string
Behavior: Optional - leave blank for all symbols.

Returns

A grid (string[][]) - a header row followed by one row per result. See the REST API reference for the full response schema.