Skip to main content

Overview

The Watchlist API allows you to create, update, and delete watchlists for tracking securities.

Methods

getWatchlists(accountId)

createWatchlist(accountId, name, symbols)

updateWatchlist(watchlistId, symbols)

deleteWatchlist(watchlistId)

Examples