bond_treasury_index_cbond
Retrieve ChinaBond treasury index data by selecting indicator (full, clean, or wealth price) and maturity period. Returns the index series as a DataFrame.
Instructions
中国债券信息网-中债指数-中债指数族系-总指数-综合类指数-中债-国债指数 https://yield.chinabond.com.cn/cbweb-mn/indices/single_index_query :param indicator: choice of {"全价", "净价", "财富"} :type indicator: str :param period: choice of {'0-1Y', '0-3Y', '0-5Y', '0-10Y', '1-3Y', '1-5Y', '1-10Y', '3-5Y', '5Y', '7Y', '7-10Y', '10Y', '30Y'} :type period: str :return: 国债指数 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | 5Y | |
| indicator | No | 财富 |