get_security_list
Retrieve a list of securities for CN, HK, or US markets to discover valid symbol codes. Supports A-share board filtering and pagination.
Instructions
List securities for a market.
Use to discover valid symbol codes for a market. market must be CN/HK/US. board: main/chinext/star/bse (CN only). get_security_list(market="CN", count=50)
Args: market: Market code: CN / HK / US board: A-share board filter: main/chinext/star/bse (CN only, default all) count: Max results (default 100, max 1000) offset: Pagination offset (default 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | No | ||
| count | No | ||
| market | Yes | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| hint | No | ||
| error | No | ||
| cached | No | ||
| source | No | ||
| status | Yes | ||
| updated_at | No |