Watchlist
Create and manage watchlists.
Get Watchlists
Get Watchlist By ID
Create Watchlist
Delete Watchlist
Add Watchlist Item
Delete Watchlist Item
ModelsExpand Collapse
type WatchlistDetail struct{…}
Detailed watchlist with all items
Items []WatchlistItemEntry
Items in the watchlist
AddedPrice stringOptional
Price when the item was added When a null/undefined value is observed, it indicates that there is no available data.
Instrument details When a null/undefined value is observed, it indicates that there is no available data.
IsPtp bool
Indicates if the instrument is a publicly traded partnership (PTP). PTP sales are subject to a 10% withholding tax for non-US tax residents.
IsThresholdSecurity bool
Indicates if the instrument is on the Regulation SHO Threshold Security List
Adv stringOptional
Average daily share volume from the security definition. When a null/undefined value is observed, it indicates that there is no available data.
DeprecatedExpiry TimeOptional
Deprecated. Always null. When a null/undefined value is observed, it indicates it does not apply.
LongMarginRate stringOptional
The percent of a long position’s value you must post as margin When a null/undefined value is observed, it indicates that there is no available data.
Name stringOptional
The full name of the instrument or its issuer When a null/undefined value is observed, it indicates that there is no available data.
NotionalAdv stringOptional
Notional average daily volume (ADV multiplied by previous close price). When a null/undefined value is observed, it indicates that there is no available data.
OptionsExpiryDates []TimeOptional
Available options expiration dates for this instrument.
Present only when include_options_expiry_dates=true in the request.
When a null/undefined value is observed, it indicates it does not apply.
PreviousClose stringOptional
Last close price from the security definition. When a null/undefined value is observed, it indicates that there is no available data.
type WatchlistItemEntry struct{…}
A single item in a watchlist
AddedPrice stringOptional
Price when the item was added When a null/undefined value is observed, it indicates that there is no available data.
Instrument details When a null/undefined value is observed, it indicates that there is no available data.
IsPtp bool
Indicates if the instrument is a publicly traded partnership (PTP). PTP sales are subject to a 10% withholding tax for non-US tax residents.
IsThresholdSecurity bool
Indicates if the instrument is on the Regulation SHO Threshold Security List
Adv stringOptional
Average daily share volume from the security definition. When a null/undefined value is observed, it indicates that there is no available data.
DeprecatedExpiry TimeOptional
Deprecated. Always null. When a null/undefined value is observed, it indicates it does not apply.
LongMarginRate stringOptional
The percent of a long position’s value you must post as margin When a null/undefined value is observed, it indicates that there is no available data.
Name stringOptional
The full name of the instrument or its issuer When a null/undefined value is observed, it indicates that there is no available data.
NotionalAdv stringOptional
Notional average daily volume (ADV multiplied by previous close price). When a null/undefined value is observed, it indicates that there is no available data.
OptionsExpiryDates []TimeOptional
Available options expiration dates for this instrument.
Present only when include_options_expiry_dates=true in the request.
When a null/undefined value is observed, it indicates it does not apply.
PreviousClose stringOptional
Last close price from the security definition. When a null/undefined value is observed, it indicates that there is no available data.