Market Value (v3)
StandardPro
REQUIRED
The v3 Theta Terminal must be running to access data.
- Retrieves a real-time last index market value.
- Exchanges typically generate a price report every second for popular indices like SPX.
Sample URL
Paste the URL below into your browser while the Theta Terminal is running.
Returns last market value
http://127.0.0.1:25503/v3/index/snapshot/market_value?symbol=SPXClick to open in browser (HTML)
http://127.0.0.1:25503/v3/index/snapshot/market_value?symbol=SPX&format=htmlQuery 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
min_time -
Filters snapshots to include only data with a timestamp greater or equal to the specified value (HH:mm:ss.SSS format).
Type: string
format -
The format of the data when returned to the user.
Type: string (Default: csv)
Enumcsv, json, ndjson, html
Responses
Returns last index market value
array of:
Sample Code
py