Skip to content

Dates (v3)

FreeValueStandardPro

REQUIRED

The v3 Theta Terminal must be running to access data.

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

Sample URL

Paste the URL below into your browser while the Theta Terminal is running.

List all dates for a stock quote for a given symbol
http://localhost:25503/v3/stock/list/dates/quote?symbol=AAPL

List all dates for a stock trade for multiple symbols
http://localhost:25503/v3/stock/list/dates/trade?symbol=AAPL,SPY

List all dates for a stock trade for all symbols
http://localhost:25503/v3/stock/list/dates/trade?symbol=*

Path Parameters

request_typeRequired  -

The request type.

Type: string
Enumtrade, quote

Query Parameters

symbolRequired  -

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

Type: array
format  -

The format of the data when returned to the user.

Type: string (Default: csv)
Enumcsv, json, ndjson

Sample Code

py