We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Thank you for implementing bond_china_yield function. There are two minor suggestions.
currently the function only returns 11 month of data, as shown below.
would be great to have a signature of bond_china_yield(startdate, enddate)
Just my 2c. thanks.
The text was updated successfully, but these errors were encountered:
yeah, It is a very good question, now akshare 0.3.79 version have finish it!
import akshare as ak bond_china_yield_df = bond_china_yield(start_date="2018-01-01", end_date="2019-01-01") print(bond_china_yield_df)
here is the document for this functions: https://akshare.readthedocs.io/zh_CN/latest/data/bond/bond.html#id7
Sorry, something went wrong.
No branches or pull requests
Hi,
Thank you for implementing bond_china_yield function.
There are two minor suggestions.
currently the function only returns 11 month of data, as shown below.
would be great to have a signature of bond_china_yield(startdate, enddate)
Just my 2c.
thanks.
The text was updated successfully, but these errors were encountered: