Skip to content

Trade (v3)

StandardPro

REQUIRED

The v3 Theta Terminal must be running to access data.

Real-time request:

Historical request:

Returns the last trade reported by UTP & CTA feeds at a specified millisecond of the day.
Trade condition mappings can be found here.

Sample URL

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

Query Parameters

symbolRequired  -

The stock or index symbol, or underlying symbol for options.

Type: string
start_dateRequired  -

The start date (inclusive).

Type: string
end_dateRequired  -

The end date (inclusive).

Type: string
time_of_dayRequired  -

The time of the day to fetch data for; assumed to be America/New_York.

Type: string
venue  -

Used to specify the venue of the real time or historic request. nqb = Nasdaq Basic; utp_cta = merged UTP & CTA.

Type: string (Default: nqb)
Enumnqb, utp_cta
format  -

The format of the data when returned to the user.

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

Sample Code

py