bond_zh_hs_spot
Fetch real-time spot quotes for Shanghai and Shenzhen bonds from Sina Finance with pagination. Get current market data for all bonds in a specified page range.
Instructions
新浪财经-债券-沪深债券-实时行情数据, 大量抓取容易封IP https://vip.stock.finance.sina.com.cn/mkt/#hs_z :param start_page: 分页起始页 :type start_page: str :param end_page: 分页结束页 :type end_page: str :return: 所有沪深债券在当前时刻的实时行情数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_page | No | 10 | |
| start_page | No | 1 |