get_securities_info
Retrieve basic securities information from TDCC, including code, name, market type, transfer agent, status, and par value. Filter by stock code, name, or market.
Instructions
Query TDCC securities basic information (證券基本資料).
Returns securities code, name, market type, share transfer agent, status, and par value. Use stock_code or stock_name to filter; returns all if no filter given (limited to 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stock_code | No | Securities code to look up, e.g. '2330'. Partial match supported. | |
| stock_name | No | Securities name keyword to search, e.g. '台積電'. Partial match supported. | |
| market | No | Market filter: '上市', '上櫃', or '興櫃'. |