get_quote
Fetch real-time or latest close quotes for one or more symbols from A-share, HK, US markets. Symbols require .market suffix.
Instructions
Get latest quote snapshot for one or more symbols.
Directly invoke with symbol list. Returns real-time or latest close. Symbols must be . format. get_quote(symbols=["000001.SZ", "600519.SH", "AAPL.US"])
Args: symbols: List of security symbols
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| hint | No | ||
| error | No | ||
| cached | No | ||
| source | No | ||
| status | Yes | ||
| updated_at | No |