bond_zh_hs_cov_min
Fetch minute-level intraday quotes for Chinese convertible bonds from Eastmoney. Specify symbol, period (1-60 min), adjust type, and date range to get historical or real-time data.
Instructions
东方财富网-可转债-分时行情 https://quote.eastmoney.com/concept/sz128039.html :param symbol: 转债代码 :type symbol: str :param period: choice of {'1', '5', '15', '30', '60'} :type period: str :param adjust: choice of {'', 'qfq', 'hfq'} :type adjust: str :param start_date: 开始日期 :type start_date: str :param end_date: 结束日期 :type end_date: str :return: 分时行情 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | ||
| period | No | 15 | |
| symbol | No | sz128039 | |
| end_date | No | 2222-01-01 09:32:00 | |
| start_date | No | 1979-09-01 09:32:00 |