stock_individual_spot_xq
Retrieve current spot quotes for individual securities—covering A-shares, ETFs, indices, and US stocks via Xueqiu. Input a symbol and optional token to get the latest market data.
Instructions
雪球-行情中心-个股 https://xueqiu.com/S/SH600000 :param symbol: 证券代码,可以是 A 股代码,A 股场内基金代码,A 股指数,美股代码, 美股指数 :type symbol: str :param token: 雪球财经的 xq_a_token :type token: Optional[str] :param timeout: choice of None or a positive float number :type timeout: Optional[float] :return: 证券最新行情 :rtype: pandas.DataFrame :raises APIError: 雪球接口需要有效登录态时抛出
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | ||
| symbol | No | SH600000 | |
| timeout | No |