get_sector_constituent
Retrieve constituent stocks of a sector by specifying its type (industry or concept) and Chinese name, e.g., '小金属'.
Instructions
Get stocks within a sector.
sector_name must be Chinese (e.g. "小金属"). Use get_sector_quote to find names. sector_name accepts Chinese names like "小金属", "白酒". get_sector_constituent(sector_type="industry", sector_name="小金属")
Args: sector_type: industry/concept sector_name: Sector name (Chinese, e.g. "小金属")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sector_name | Yes | ||
| sector_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| hint | No | ||
| error | No | ||
| cached | No | ||
| source | No | ||
| status | Yes | ||
| updated_at | No |