Skip to main content

Overview

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

Methods

get_watchlists(account_id)

create_watchlist(account_id, name, symbols)

update_watchlist(watchlist_id, symbols)

delete_watchlist(watchlist_id)

Examples