stock_individual_basic_info_xq
Retrieve company overview and profile for a given stock symbol from Xueqiu, returning structured data including business description and corporate details.
Instructions
雪球-个股-公司概况-公司简介 https://xueqiu.com/snowman/S/SH601127/detail#/GSJJ :param symbol: 证券代码 :type symbol: str :param token: 雪球财经的 xq_a_token :type token: Optional[str] :param timeout: 设置超时时间 :type timeout: Optional[float] :return: 公司简介 :rtype: pandas.DataFrame :raises APIError: 雪球接口需要有效登录态时抛出
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | ||
| symbol | No | SH601127 | |
| timeout | No |