Create Watchlist Group
create_watchlist_groupCreate a new watchlist group to track selected securities. Optionally pre-populate with tickers like 'AAPL.US' or '700.HK'.
Instructions
Create a new watchlist group. Returns the created group {id, name}. Optionally pass securities (e.g. ["AAPL.US", "700.HK"]) to pre-populate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Group name | |
| securities | No | Securities to add, e.g. ["700.HK", "AAPL.US"] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The newly-created watchlist group ID. Pass this to `update_watchlist_group` / `delete_watchlist_group`. |