watchlist
Retrieve Stockbit watchlists and their symbols. Pass a watchlist ID to read a specific list's contents, defining the universe for stock scanning and tracking.
Instructions
The user's own Stockbit watchlists, and the symbols in one.
Call with no arguments to list them; pass id to read a list's contents. This is usually the universe a user means by "my stocks" — scan can sweep it directly with universe=watchlist.
Note volume here is in SHARES, while daily bars report volume in LOTS (1 lot = 100 shares). The field is named volumeShares so the two are never compared by accident.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Watchlist id. Omit to list all watchlists. | |
| limit | No | Max symbols (default and cap 500) |