get_all_stock
Fetch a list of all A-share stocks and indices with their trading status for a specific date. Returns a markdown table showing stock codes, names, and whether they are trading or suspended.
Instructions
Fetches a list of all stocks (A-shares and indices) and their trading status for a given date.
Args:
date: Optional. The date in 'YYYY-MM-DD' format. If None, uses the current date.
Returns:
Markdown table listing stock codes, names, and their trading status (1=trading, 0=suspended).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No |