Skip to content

Open High Low Close (v3)

StandardPro

REQUIRED

The v3 Theta Terminal must be running to access data.

  • Retrieves the real-time current day OHLC.
  • 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 OHLC for a given index price change
http://localhost:25503/v3/index/snapshot/ohlc?symbol=SPX

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