Quote (v3)
ValueStandardPro
REQUIRED
The v3 Theta Terminal must be running to access data.
Real-time request:
- Subscription tier standard or higher will default to NQB.
- Real-time last BBO quote at-time_of_day-time from the Nasdaq Basic feed if the account has a stocks standard or pro subscription.
- 15-minute delayed NBBO quote at-time_of_day-time from the UTP & CTA feeds account has the stocks value subscription subscription.
Historical request:
Returns the last NBBO quote reported by UTP & CTA feeds at a specified millisecond of the day.
Sample URL
Paste the URL below into your browser while the Theta Terminal is running.
Returns the last quote for a given symbol between specified dates (inclusive) with a one minute interval
http://localhost:25503/v3/stock/at_time/quote?symbol=SPY&start_date=20240116&end_date=20240116&time_of_day=09:30:00.100Query 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, html
Responses
Returns the last quote for a given symbol between specified dates (inclusive) with a one minute interval
array of:
Sample Code
py