Symbols (v3)
FreeValueStandardPro
REQUIRED
The v3 Theta Terminal must be running to access data.
A symbol can be defined as a unique identifier for a stock / underlying asset. Common terms also include: root, ticker, and underlying. This endpoint returns all traded symbols for stocks. This endpoint is updated overnight.
Sample URL
Paste the URL below into your browser while the Theta Terminal is running.
List all stock symbols
http://localhost:25503/v3/stock/list/symbolsQuery Parameters
format -
The format of the data when returned to the user.
Type: string (Default: csv)
Enumcsv, json, ndjson, html
Responses
List all stock symbols
array of:
Sample Code
py