Watchlist
Create and manage watchlists.
Get Watchlists
Get Watchlist By ID
Create Watchlist
Delete Watchlist
Add Watchlist Item
Delete Watchlist Item
ModelsExpand Collapse
class WatchlistDetail: …
Detailed watchlist with all items
Items in the watchlist
instrument: Optional[Instrument]
Instrument details
is_threshold_security: bool
Indicates if the instrument is on the Regulation SHO Threshold Security List
notional_adv: Optional[str]
Notional ADV (adv × previous_close). The primary liquidity signal
used by /instruments/search ranking. Computed at response time so
it stays consistent with whatever adv and previous_close show.
List[WatchlistEntry]
class WatchlistItemEntry: …
A single item in a watchlist
instrument: Optional[Instrument]
Instrument details
is_threshold_security: bool
Indicates if the instrument is on the Regulation SHO Threshold Security List
notional_adv: Optional[str]
Notional ADV (adv × previous_close). The primary liquidity signal
used by /instruments/search ranking. Computed at response time so
it stays consistent with whatever adv and previous_close show.
class WatchlistGetWatchlistByIDResponse: …
Detailed watchlist with all items
Items in the watchlist
instrument: Optional[Instrument]
Instrument details
is_threshold_security: bool
Indicates if the instrument is on the Regulation SHO Threshold Security List
notional_adv: Optional[str]
Notional ADV (adv × previous_close). The primary liquidity signal
used by /instruments/search ranking. Computed at response time so
it stays consistent with whatever adv and previous_close show.